Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. InvalidOperationException: Sequence contains no matching element
  2. System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) (at <fc8f020b2cc84cefa8241445cf28089b>:0)
  3. CrazyPanda.RealCraft.Gui.HeroesPickingPanelView.OnEnable () (at Assets/Scripts/GUI/Screens/Missions/HeroesPickingPanelView.cs:30)
  4. UnityEngine.GameObject:SetActive(Boolean)
  5. CrazyPanda.UnityCore.GuiSystem.GUIWidget:SetActive(Boolean) (at Assets/UnityCoreSystems/Systems/Runtime/GuiSystem/CrazyPandaDependentCode/System/BaseView/GUIWidget.cs:14)
  6. CrazyPanda.RealCraft.Gui.MissionInfoScreenView:OnHeroesSelectionChanged(Object, GenericEventArg`1) (at Assets/Scripts/GUI/Screens/Missions/MissionInfoScreenView.cs:146)
  7. CrazyPanda.UnityCore.NotifierTypes.NotifierProperty`1:set_Value(Boolean) (at Assets/UnityCoreSystems/Systems/Runtime/ReactiveTypesSystem/CrazyPandaDependentCode/NotifierProperty.cs:79)
  8. CrazyPanda.RealCraft.Gui.MissionInfoScreenView:<CustomInit>b__35_3() (at Assets/Scripts/GUI/Screens/Missions/MissionInfoScreenView.cs:88)
  9. CrazyPanda.UnityCore.Aggregators.<>c__DisplayClass58_0:<ListenClick>b__0() (at Assets/UnityCoreSystems/Systems/Runtime/UnityToolsSystem/CrazyPandaDependentCode/Aggregators/SubscribeAggregatorUgui.cs:33)
  10. UnityEngine.EventSystems.EventSystem:Update()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement