Posts by RobertoOSantos • 11 points
1 post
-
1
votes1
answer35
viewsA: Error [Nullreferenceexception] - Unity in C#
Nullreferenceexception means that you are trying to do something with an object that has not been initialized. In case you define an object of type Rigidbody2d private Rigidbody2D rig; But nowhere…
c#answered RobertoOSantos 11