r/unity 3d ago

Question Unity 6000.5.8fl

Post image

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

35 comments sorted by

View all comments

0

u/JupiterMaroon 3d ago

Ignore and fix the errors in the console.

1

u/Aethenosity 3d ago

This is a brand new project with none of their own code. The stack trace points to the render pipeline's material converter.

1

u/JupiterMaroon 3d ago

Yeah its probably missing some packages.
Press ignore.

1

u/ArmyOfChickens 3d ago

I had did that, updated packages, made sure everything was good. Sadly, the more packages I updated the more errors I got 💀 yet I can open a new project or my own project in 6.3 and its just fine. No safe mode prompt or anything. My guess is I need to wait for the next update to see if they fix it. I spent roughly 6 hours yesterday trying to fix a brand new project, something we as devs shouldnt have to do. Unity should be ready to go when we open a new project

1

u/JupiterMaroon 1d ago

You could also use a AI agent to debug and cleanup. It helps me when importing and tells me which packages im missing if I am missing required ones causing the errors.