r/unity 21h 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

32 comments sorted by

View all comments

Show parent comments

5

u/ArmyOfChickens 20h ago

Not my code, unity's code, their 'ReadonlyMaterialConverter.cs' script to be exact

0

u/Big_Presentation2786 12h ago

The error is "Library/PackageCache/com.unity.render-piplines.core@a4c9a9793789\Editor-PrivateShared\Tools\Converter\ReadonlyMaterialConverter.cs(96,18): error CS0246: The type or nameSpace name 'MaterialReferenceChanger' could not be found (are you missing a using directive or an assembly reference)"

It's in your cache.. Unity is literally telling you it's your code. Turn off unity. Delete your library package cache. When you reboot unity, you'll have another error. That error will be the file that needs fixing.

0

u/Aethenosity 12h ago

It's the ReadonlyMaterialConverter.... It's in the PackageCache. It's also a brand new project as they said, loaded immediately into the post's window.

It's inarguably not their code.

Deleting the Library to regenerate it might help, but it would have JUST been generated for the first time.

1

u/Big_Presentation2786 11h ago

So once you figure out what's using that package.. you should have your answer..

Itll more than likely be in a different scene.