Getting NullReference Error

Hey guys hope you all having a good time,
My question rises when I tried to implement the isTransitioning boolian variable. I did all the code as depicted by dear rick yet whenever the code compile the crashSequence or successSequence i get this error. Don’t know what to do?!!

Hi BlueGoblin,

NullReferenceException means that a reference (“link”) to an instance is missing. Double click on the error message to see to which line in your code it is referring. If you exposed a field in the Inspector, make sure that it’s not empty.


See also:

1 Like

Thank you for your advice Nina, I fixed it.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms