Unity 5.4 - editor freezes completely during collision

Hi there,

well I have a pretty strange problem. Never had issues with collisions before but lately with unity 5.4 I have the problem that the editor freezes completely when 2 boxes in my game get in contact. I know this is a bit vague but I can reproduce this 100%.

Is there a way to report this to unity with my complete project BUT without showing everyone else (like in the issue tracker?)?

Thanks!

you sure you havnt got some script that has an infinite loop kicking in?

can you re-produce it with just two boxes and scripts in a separate scene?

Hey James, thanks for your answer!

No there is no infinite loop. Is it really possible to freeze the editor with a simple loop? So you can’t press stop anymore? Wow!

Will see that I strip it down to a simple example. Thanks!

edit: Got it. It was indeed an infinite loop. Stupid me!