C3/Mobile game
I read "Using 3D in Construct" and I get that collision are the same in 3D as they are in 2D. So how do I handle jumping?
If the player sprite jumps over the object sprite, then the 2 sprites actually collide instead of one jumping over the other.
I don't want the collisions to take place until the center of the player sprite runs into the center of the object sprite, but as soon as the collision box of the player sprite comes in contact with the object sprite there is a collision. I don't see how the player sprite can get over the object sprite without a collision.
How do I jump over the object sprite?