Advertisement
Pankysha_New

Untitled

May 20th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 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.GetComponent[SpriteRenderer] () (at C:/buildslave/unity/build/artifacts/generated/common/runtime/GameObjectBindings.gen.cs:38)
  4. Cards.Visualization.BattleVisualizer.InitCameraMovement () (at Assets/Scripts/Gameplay/Visualization/BattleVisualizer.cs:1709)
  5. Cards.GameController+<EnemyFoundCallback>c__AnonStorey2.<>m__0 (Unit x) (at Assets/Scripts/Gameplay/GameController.cs:402)
  6. UniRx.Observer+Subscribe`1[UniRx.Unit].OnNext (Unit value) (at Assets/Plugins/UniRx/Scripts/Observer.cs:164)
  7. UniRx.Operators.AsUnitObservableObservable`1+AsUnitObservable[System.Int64].OnNext (Int64 value) (at Assets/Plugins/UniRx/Scripts/Operators/AsUnitObservable.cs:29)
  8. UniRx.Operators.DoObservable`1+Do[System.Int64].OnNext (Int64 value) (at Assets/Plugins/UniRx/Scripts/Operators/Do.cs:56)
  9. UniRx.Operators.TimerObservable+Timer.OnNext () (at Assets/Plugins/UniRx/Scripts/Operators/Timer.cs:97)
  10. UnityEngine.Debug:LogException(Exception)
  11. UniRx.MainThreadDispatcher:<unhandledExceptionCallback>m__3(Exception) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:389)
  12. UniRx.MainThreadDispatcher:UnsafeSend(Action) (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:264)
  13. UniRx.<DelayAction>c__Iterator0:MoveNext() (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadScheduler.cs:102)
  14. UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement