Object falls over although it shouldnt

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Alidro

Hello,
I am trying to do my first 3D game and am now stuck at this problem:
i have a bowling pin with a CylinderShape collision and a bowlinglane with a custom trimesh collision. Of course the pin is not supposed to fall over by itself, as this is mandatory for a game like this.

i did not write anything in code yet (the script in Main is empty) and have the Scene configured like this:

Is can_sleep on?

Magso | 2019-10-07 21:56

It is on for the pin, yes.

Alidro | 2019-10-08 10:27