Advertisement
Guest User

fghfgj

a guest
Sep 24th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.61 KB | None | 0 0
  1. NullReferenceException: Object reference not set to an instance of an object
  2. ProgressBar.Init () (at Assets/Scripts/Hangar/ProgressBar.cs:71)
  3. ProgressBar.set_Percentage (System.Single value) (at Assets/Scripts/Hangar/ProgressBar.cs:47)
  4. HangarRentingBox.SetProgressVal (System.Single val) (at Assets/Scripts/Hangar/ActionBox/HangarRentingBox.cs:12)
  5. ActionBoxModule.UpdateActionBox () (at Assets/Scripts/Hangar/ActionBoxModule.cs:191)
  6. ActionBoxModule.Setup (ActionBoxType type, IShopItemData data) (at Assets/Scripts/Hangar/ActionBoxModule.cs:220)
  7. BodyKitShop`2[TShop,TItemCellScript].SetupActionBox () (at Assets/Scripts/Shops/BodyKitShop.cs:88)
  8. ShopBase`2[TShop,TItemCellScript].OnItemSelected (tk2dUIToggleButtonGroup btnGroup) (at Assets/Scripts/Shops/ShopBase.cs:119)
  9. DecalShop.OnItemSelected (tk2dUIToggleButtonGroup btnGroup) (at Assets/Scripts/Shops/DecalShop.cs:70)
  10. ToggleBehaviourWithoutPagesBase`1[T].OnChanged (tk2dUIToggleButtonGroup buttonGroup) (at Assets/Scripts/HangarPageTabs/ToggleBehaviourWithoutPagesBase.cs:57)
  11. tk2dUIToggleButtonGroup.ButtonToggle (tk2dUIToggleButton toggleButton) (at Assets/TK2DROOT/tk2dUI/Code/Controls/tk2dUIToggleButtonGroup.cs:141)
  12. tk2dUIToggleButton.ButtonToggle () (at Assets/TK2DROOT/tk2dUI/Code/Controls/tk2dUIToggleButton.cs:106)
  13. tk2dUIToggleButton.ButtonClick () (at Assets/TK2DROOT/tk2dUI/Code/Controls/tk2dUIToggleButton.cs:88)
  14. tk2dUIItem.Release () (at Assets/TK2DROOT/tk2dUI/Code/Core/tk2dUIItem.cs:264)
  15. tk2dUIManager.CheckInputs () (at Assets/TK2DROOT/tk2dUI/Code/Core/tk2dUIManager.cs:445)
  16. tk2dUIManager.Update () (at Assets/TK2DROOT/tk2dUI/Code/Core/tk2dUIManager.cs:321)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement