Collision help
I seem to not understand the grouping/labelling/collision impact of objects. I'm trying to get two 3d cubes to collide with one another. One moving from player input the other not. How can I make it to where the "player cube" cannot move through the "unmovable cube". I've tried setting collision on both unmovable objects, making sure all the labels/collision tags are right in the whole group (scoping in and out). I have been able to limit it's movement when it hits a wall with a sensor but these "unmovable cubes" will be emitted and won't have a predetermined place. Also the player cube can still move around the "unmovable cube" Just not through it. Thanks you for your time.
-
Leave the block you don't want to move as unmovable. Set the block you want to bounce off of things it collides with as movable.
Basically, there's a physics simulation going on. Setting a sculpt/group as "movable" tells the system to include it as a movable body within that simulation.
댓글을 남기려면 로그인하세요.