Loontik

Untitled

Oct 29th, 2019
574
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. UnassignedReferenceException: The variable _unitsHudButton of OpenBarricadesWindowStepNoBlock has not been assigned.
  2. You probably need to assign the _unitsHudButton variable of the OpenBarricadesWindowStepNoBlock script in the inspector.
  3. OpenBarricadesWindowStepNoBlock.OnShow () (at Assets/Scripts/Tutorial/TutorialSteps/OpenBarricadesWindowStepNoBlock.cs:18)
  4. TutorialWindow.OnShowEnd () (at Assets/Scripts/Windows/TutorialWindow.cs:39)
  5. WindowBase.Show () (at Assets/Scripts/Windows/_Main/WindowBase.cs:52)
  6. WindowsManager.ShowWindow[TutorialWindow] (System.Object updateInfo) (at Assets/Scripts/Windows/_Main/WindowsManager.cs:77)
  7. WindowsManager.OnNewTutorialStep (TutorialAction currentAction) (at Assets/Scripts/Windows/_Main/WindowsManager.cs:156)
  8. TutorialManager.CompleteTutorialStep (TutorialAction tutorialAction) (at Assets/Scripts/Tutorial/TutorialManager.cs:274)
  9. ProfileManager.AddResource (ResourceType curType, .InfInt amount, Int32 amountInt) (at Assets/Scripts/Profile/ProfileManager.cs:151)
  10. ProfileManager.AddResource (ResourceType curType, .InfInt amount) (at Assets/Scripts/Profile/ProfileManager.cs:134)
  11. ProfileManager.AddGold (.InfInt gold) (at Assets/Scripts/Profile/ProfileManager.cs:117)
  12. Zenject.Signal`2[TDerived,TParam1].Fire (.TParam1 p1) (at Assets/Plugins/Zenject/Source/Signals/Signal1.cs:106)
  13. ZombieController.ZombieModelHit (.DamageInfo damageInfo) (at Assets/Scripts/Zombies/ZombieController.cs:571)
  14. Zombie.TakeDamage (.DamageInfo damageInfo) (at Assets/Scripts/Zombies/Zombie.cs:180)
  15. ZombieController.TakeDamage (.DamageInfo damageInfo) (at Assets/Scripts/Zombies/ZombieController.cs:560)
  16. ZombieCollection.DealDamageToZombie (Int32 instanceId, .DamageInfo damageInfo) (at Assets/Scripts/Zombies/ZombieCollection.cs:129)
  17. HandController.OnUpdate () (at Assets/Scripts/Characters/Controllers/HandController.cs:228)
  18. CharacterCollection.OnUpdate () (at Assets/Scripts/GameObjects/MonoBehs/CharacterCollection.cs:84)
  19. GameController.Update () (at Assets/Scripts/GameObjects/MonoBehs/GameController.cs:69)
Add Comment
Please, Sign In to add comment