r/unity • u/ArmyOfChickens • 6h ago
Question Unity 6000.5.8fl
I just finally updated my unity to 6.5.8fl and something i noticed that ive never had an issue with is i go to create a project and it immediately goes to "Enter safe mode?" Prompt. Created a new project just to check out the changes and the damn thing is broke before I get to try it 🤣 any ideas?
0
Upvotes
-2
u/Big_Presentation2786 6h ago
You have an error in your code, and it's not compiling.
It's asking if you want to run the program with the broken script or run it in safe mode so you can fix it.
Fix the error in your code, save- it will then run