So, I have a lot of questions when it comes to the raycasting extension. Usually, I find out the answers on my own, but I’m seriously confused. I know it’s possible to make walls able to be jumped on, I’ve seen someone do it before, but is it possible to do it in blocks? Also, is there a way to make walls stack on top of each other? This is for a 3d platformer, and it is getting pretty complicated.
2 Likes
not with the raycasting extension. You could make your own 3d engine, but if you want to do it without making your own engine you can’t…
however there is the isometric extension which probably isn’t what your looking for, but it is 3d and you can make a platformer with it
1 Like