I tried to do the collision cheatkey by disabling my collision script in my rocket, with something like
GetComponent<CollisionHandler>.enabled = false;
I imagined the rocket will just do nothing when colliding. But for some reason, the rocket still processes the crash sequence. Particle and sounds still play, though now with bugs. What is the issue here?