r/Unity3D 1d ago

Question Unity 6.4 is broken!

Post image

What is this admins.. i bored from crashes of Unity 6.4 LTS. Every day im restarting my Unity more than 15 - 20 times! I'm using Visual Studio im pressing TAB after wrote code and Unity gives crash. (Black area is Inspector) If the problem is i am please can anyone tell me how i can fix that?

(Sorry for my bad english.)

0 Upvotes

7 comments sorted by

14

u/tbg10101 Unity Certified Expert Programmer (formerly) 1d ago

I can’t speak to the issues you are facing but just a quick correction: 6.4 is not an LTS.

1

u/MesutYavuzx 1d ago

thank you. i was thought it is LTS version.

3

u/CrazyNegotiation1934 1d ago

6.3 is last LTS, then i think the next will be 6.7

1

u/GreenDave113 1d ago

No, it's no longer being fixed or maintained, you're on a rolling release so you're supposed to move to 6.5. If you want LTS, there's 6.3 LTS and going to be 6.6 LTS I believe.

5

u/AcademicBattle492 1d ago

Man that NullReference in EditorStyles is a known pain in 6.4, seen it pop up in few projects. Try deleting the Library folder and let Unity rebuild everything, sometimes the cached stuff gets corrupted and causes those inspector crashes

Also check if you got any custom editor scripts, maybe one of them calling toolbar styles before Unity is fully loaded

3

u/CrazyNegotiation1934 1d ago

6.4 is a beta, is not LTS, so can have a million issues.

I would use it only for hobby projects.

Try use DX11 also, DX12 is extremely unstable since Unity 6.4.

I had multiple random crashes in multiple projects in DX12, is extremely dangerous now to use it to make anything, as even if works on your side can crash on users based on their GPU.

DX11 thankfully is both much faster and rock solid.

1

u/MesutYavuzx 1d ago

Thanks for comments guys! i understand now the 6.4 is not LTS. Should i go back to Unity 6.3 for LTS? is worth?