Help! : Editor sudently started to crash.

Hi, im having a huge problem and im running out of time.
My proyect was running just fine, all of the sudden with out me changing anything it started to crash, randomly at first and now every time. The debug log don’t show anything wrong.
In the editor crashes every time. when i do the build the crash is randomly. But all the crashes happen at the same point wich is then the player is instantiated.

After trying and trying i managed to issolate the problem. And it is when a rigidbody is present on the parent object. This was allways the case but now all of the sudden it causes crashes.

I look up for all scripts refering to that rigidbody and turned them off. Still getting the crash.

I exported the proyect. made a new one. still no change.

I thought it was my PC. formated it reinstalled everything from scratch and still the same.

I don’t beleave it is a scripting error since it was working allright and i haven’t change anything.

The only thing that i might have changed was the colliders. But again. i have done this in the past with out problems.

Can anyone please help me? I’m running out of time and i can’t have a build that crashes all the time.

Hello?? unity??

At what point does Unity crash (ie, immediately when you run or when something hits one of the rigidbodies, etc)? Do the problematic rigidbodies have any OnCollisionXXX or OnTriggerXXX functions?

Hi andeee, thx for replying. I found out the problem finally. There was a torque force aplied to the rigidbody wich was calculated from various factors. It was allways there from the begining never caused any problem. Aparently at some point i modify some value that boosted that torque force enough to make the rigidbody rotate. On network instantiation it produced the crash. I remember i had the same problem with wheels reciving a rotation force on start up and making a crash too, only that time i was getting an error message.
Aparently unity doesn’t like to have rotating transforms on network start?

Anyway the thing is that i never got any error log for this wich made me go crazy analizing line by line of the code.