fixed followTarget script nulls, removed bark when piccking flowers, fixed tutorial, removed bark when all spiders killed
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -12,6 +12,11 @@ namespace UnityStandardAssets.Utility
|
||||
|
||||
private void LateUpdate()
|
||||
{
|
||||
if (target == null)
|
||||
{
|
||||
enabled = false;
|
||||
return;
|
||||
}
|
||||
transform.position = target.position + offset;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user