Advertisement
Guest User

Untitled

a guest
Feb 14th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. MissingReferenceException: The object of type 'GameObject' has been destroyed but you are still trying to access it.
  2. Your script should either check if it is null or you should not destroy the object.
  3. UnityEngine.GameObject.GetComponentInChildren[T] (System.Boolean includeInactive) (at /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/GameObjectBindings.gen.cs:78)
  4. UnityEngine.GameObject.GetComponentInChildren[T] () (at /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/GameObjectBindings.gen.cs:73)
  5. RainbowDestroyEffect+<applyEffect>c__Iterator0.MoveNext () (at Assets/Scripts/com/catalystapps/Modules/Game/Controller/Components/EffectsComponents/Destroy/RainbowDestroyEffect.cs:26)
  6. UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at /Users/builduser/buildslave/unity/build/Runtime/Export/Coroutines.cs:17)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement