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
I managed to get inside a block by walking into it in a perfect 45° angle. The collision doesn't know if you're supposed to go right or left so you noclip trough the block. It work with blocks in row. The best is I managed to find it by error.
The text was updated successfully, but these errors were encountered:
Yes, that's a common problem. I had that one too.
He is probably only checking collision for all 6 faces.
You can keep it like this, but a hacky solution would be to slightly increase collisionbox size - by like 5 % - so a block whose collision box was 1,1,1 big is now 1.05;1.05;1.05
I managed to get inside a block by walking into it in a perfect 45° angle. The collision doesn't know if you're supposed to go right or left so you noclip trough the block. It work with blocks in row. The best is I managed to find it by error.
The text was updated successfully, but these errors were encountered: