I Got A Question, Is It Possible To Use A Multi-Layer tile map to Create A 3D Platformer

So, What I’m Talking About The aqeeaqee/pxt-raycasting 0.3.19 Extention and Wanting to create A Simple 3D Platformer

3 Likes

What exactly do you want to make? :thinking:
There are some limitations on the extension that could get in the way, depending on what you mean:

  • The extension does not include 3D floors/ceilings, although other extensions can add that
  • The raycasting extension can only make flat walls, ceilings, and floors; You couldn’t have things like obstacles to jump over or pits to fall into.

With a more specific description of what you need, I think I could try using the height of the player to make platforms to jump between :eyes:

2 Likes

What I Need Is a Diffirent Extention, And If I Do, Do you Know one?

Sadly no extensions exists for making a 3D play former… yet :sob:

2 Likes

ah shucks

2 Likes

Hey, anything’s possible!
Everyone thought the 3D extension was impossible… until it wasn’t :laughing:
Seriously, do some research on 3D game engines, I bet you could make this a reality!

I guess this could help?

1 Like