Rocket cannot fly

Hi,

Could anyone help me please why my rocket cannot fly even though I already put the mass = 0.01 ?
I mean in the rigidbody component

Thanks for your help
Ihshan

Hi Ihshan,

Is the rocket selected in your Hierarchy while your game is running? If so, select something else. There is a strange bug in Unity preventing the rocket from flying when it is selected.

Hi Nina,

It does not select the rocket. I tried to select something else but still not working. Please let me know in the future should you have any info about the fixed bug

Cheers,

Add a Debug.Log to your code to see if your code block which is supposed to make your rocket fly is being executed. Also add a Debug.Log to see the value of your speed.

This topic was automatically closed after 4 days. New replies are no longer allowed.

Privacy & Terms