Weird Crash Problem

Hello,

I have a weird problem with Unity Crashing sometimes while I test the game (play button). At seemingly random points the game will freeze, and Unity will be unresponsive. My only way out of this is to ctrl + alt + del and task manager Unity to force shut down. What type of problem usually causes this?

Normally with scripting errors I can stop the game, and see what the console is telling me. But here I have absolutely no idea what is causing it, and unity can’t tell me since it isn’t responding (doesn’t even let me press the ‘x’ at the top of the screen to close the program normally).

Thank you very much for reading, I really appreciate the help-

Perhaps you have an infinite loop?

Can you share the log file after it crashes? Does it give any clues, callstack?