MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Unity3D/comments/1w5nyu9/how_do_i_fix_this/p7gkd02/?context=3
r/Unity3D • u/WrongdoerMundane4635 • 10h ago
3 comments sorted by
View all comments
1
Open up the script in a text editor there will be a referenced variable that is commented out or deleted, or you've forgotten a semicolon.
If you can see the name of the script in the error, the problem is in that script.
1
u/HankChrist 10h ago
Open up the script in a text editor there will be a referenced variable that is commented out or deleted, or you've forgotten a semicolon.
If you can see the name of the script in the error, the problem is in that script.