Unity how to fix errors series.
So You have written another piece of code for your game.
You click Play and get an UnassignedReferenceException error.
What could this mean? How can I get rid of this error?
The variable has not been assigned.
You probably need to assign a variable in the inspector.
#unity
#error
#tutorials