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
Hold space and right button, it doesn't build a tower like we always do in Minecraft. It sometimes doesn't work, but when it does, it place block on top, side, but never under your feet.
When the block is placed down it pushes you away like teleporting
The text was updated successfully, but these errors were encountered:
I've never worked on this project, but my guess is that it's a collision issue where the character's jump height puts them at just slightly below the top face of the block below. And if the character is not 100% inside the topface and absolutely no other face, the collision resolver will probably fire them off in a combined vector of whichever two faces / aabb sides it's crossing. It's pretty much impossible for the player to only be crossing the top face in a game like this.
So I suggest, try altering the jump mechanic so the player jumps higher and "hangs" in the air a little bit. There are some good (very old) GDC talks on how to program unrealistic, but more game-friendly jumping mechanics like those in Mario.
Try digging some block and look straight down.
Hold space and right button, it doesn't build a tower like we always do in Minecraft. It sometimes doesn't work, but when it does, it place block on top, side, but never under your feet.
When the block is placed down it pushes you away like teleporting
The text was updated successfully, but these errors were encountered: