You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godot version:
3.2.1 OS/device including version:
Macbook Pro 10.15.2 Issue description:
I had a static body with more than two shapes. The area node moves around with the player. The node detects the static body just fine but it keeps returning a body_shape index of 0 regardless of which collision shape it detects. Is this a bug or am I doing something wrong? Steps to reproduce:
-add a scripted area node with the "entered_body_shape" signal pointed to the script and parent it to an avatar
-create a static body with two or more collision shapes
-collide with said collision shapes using player's area node
-read out returned value of parameter "body_shape"
Godot version:
3.2.1
OS/device including version:
Macbook Pro 10.15.2
Issue description:
I had a static body with more than two shapes. The area node moves around with the player. The node detects the static body just fine but it keeps returning a body_shape index of 0 regardless of which collision shape it detects. Is this a bug or am I doing something wrong?
Steps to reproduce:
-add a scripted area node with the "entered_body_shape" signal pointed to the script and parent it to an avatar
-create a static body with two or more collision shapes
-collide with said collision shapes using player's area node
-read out returned value of parameter "body_shape"
Minimal reproduction project:
Wrong Body Shape Index.zip
The text was updated successfully, but these errors were encountered: