Search found 2 matches

by DanielThomas
Mon Aug 24, 2020 6:44 pm
Forum: General Discussion
Topic: UnityEvent NullReferenceException
Replies: 2
Views: 965

Re: UnityEvent NullReferenceException

PM sent.
by DanielThomas
Sat Aug 22, 2020 1:03 am
Forum: General Discussion
Topic: UnityEvent NullReferenceException
Replies: 2
Views: 965

UnityEvent NullReferenceException

Hi, I'm having a problem with UnityEvent after loading my prefab. I have my prefab which has a class containing a Unity Event, I save the gameobject at runtime, but after loading the gameobject's Unityevent return NullReferenceException. A simple debug.log(theUnityEvent) also return "null"...