C#C
C#3y ago
elmish

✅ THIS ANNOYING NRE

this is the exception:
[GorillaPicks]System.NullReferenceException
  at (wrapper managed-to-native) UnityEngine.GameObject.GetComponentFastPath(UnityEngine.GameObject,System.Type,intptr)
  at UnityEngine.GameObject.GetComponent[T] () [0x00021] in <97fdf0a75ab94da9a7e5188c186e574d>:0 
  at GorillaPicks.Plugin.Update () [0x000fd] in <647a69aec8f64c929025e43f25533c0d>:0   at (wrapper managed-to-native) UnityEngine.GameObject.GetComponentFastPath(UnityEngine.GameObject,System.Type,intptr)
  at UnityEngine.GameObject.GetComponent[T] () [0x00021] in <97fdf0a75ab94da9a7e5188c186e574d>:0 
  at GorillaPicks.Plugin.Update () [0x000fd] in <647a69aec8f64c929025e43f25533c0d>:0  
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 35)

here is the code:
Was this page helpful?