Advertisement
Eliskik

Untitled

Oct 3rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. NullReferenceException: SystemHistory
  2. RW.Game.Player.PlayerRobotWeaponModule.CreateProjectile (UnityEngine.Quaternion rotation) (at Assets/Scripts/Game/Player/PlayerRobotWeaponModule.cs:417)
  3. RW.Game.Weapons.Player.PlayerMachineGun.CustomShot (UnityEngine.Quaternion rotation) (at Assets/Scripts/Game/Weapons/Player/PlayerMachineGun.cs:23)
  4. RW.Game.Player.PlayerRobotWeaponModule.Shot () (at Assets/Scripts/Game/Player/PlayerRobotWeaponModule.cs:796)
  5. RW.Game.Player.PlayerRobotWeaponModule.<InitTimers>b__144_0 () (at Assets/Scripts/Game/Player/PlayerRobotWeaponModule.cs:624)
  6. RW.Plugins.Project_A.Runtime.Base.ATimer.Update () (at Assets/Plugins/Project A/Runtime/Base/ATimer.cs:177)
  7. RW.Plugins.Project_A.Runtime.Observers.A_UPD_Observer.OnUpdate (System.Int64 obj) (at Assets/Plugins/Project A/Runtime/Observers/A_UPD_Observer.cs:102)
  8. UniRx.Observer+Subscribe`1[T].OnNext (T value) (at Assets/Plugins/UniRx/Scripts/Observer.cs:165)
  9. UniRx.Operators.ScanObservable`2+Scan[TSource,TAccumulate].OnNext (TSource value) (at Assets/Plugins/UniRx/Scripts/Operators/Scan.cs:123)
  10. UniRx.InternalUtil.ListObserver`1[T].OnNext (T value) (at Assets/Plugins/UniRx/Scripts/InternalUtil/ListObserver.cs:39)
  11. UniRx.Subject`1[T].OnNext (T value) (at Assets/Plugins/UniRx/Scripts/Subjects/Subject.cs:62)
  12. UniRx.MainThreadDispatcher.LateUpdate () (at Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs:638)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement