Unity Crashing On Mac

What are some steps I can take if the Unity Editor is crashing left and right? Had no issues yesterday.

I’ve tried uninstalling and reinstalling the Unity Editor from the Hub.

What else can I do to fix this? It’s stopping my day right now.

First step I’d take is taking a look at the editor log.

It also depends on what you mean by crashing. If you mean it closes, well hopefully something is being logged. If you mean something like freezing in play mode, that is usually caused by an infinite loop in your own code.

Thanks for the reply. It’s actually crashing in the editor, not in play mode. I uninstalled all Unity versions and the hub, restarted, reinstalled and the problem went away.

I wasn’t aware of the log files so I’ll definitely open that if it comes back.