GetComponent().StartAction(this);
getting a null reference exception here, not too sure why. Has anyone else had the same issue. I am 4:30 through the using prefab variants lecture.
GetComponent().StartAction(this);
getting a null reference exception here, not too sure why. Has anyone else had the same issue. I am 4:30 through the using prefab variants lecture.
Most likely, you need to add an ActionScheduler to the character.
Don’t know how I missed this. Thanks!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.