Home > other >  In the unity null pointer mistake how to solve?
In the unity null pointer mistake how to solve?

Time:09-20

There is the following error:
Assets/scripts/Forest. Cs (5, 27) : warning CS0649: Field ` Forest. The player 'is never assigned to, and will always have its default value ` null'

CodePudding user response:

Forest. The player has no assignment, if you open the variables, under the editor assigned values, is not open, find the next player assignment again
  • Related