Im making a game in 2D but want a 3D model to rotate in scene. I can’t find a way to make the render script render both 3D and 2D at the same time. (I have tried SvensSimple3DProject)
@andreas.strangequest can probably give you a nudge in the right direction.
You can also take a look at my simple 3D game https://github.com/Lerg/TankVsMeteors
Hit Q to switch the projection.
It’s all about rendering with the right projection.
3 Likes
Couldn’t you make an actual 3D game but use an orthographic camera?
It feels like that would do the trick, although I don’t realy know a lot of pros and cons about either game rendering(2D/3D)