All Questions
4 questions
0
votes
1
answer
72
views
2d tilemap or 3d isometric?
I am learning unity for fun and to experience myself I would like to recreate my childhood game : master of olympus zeus. Should I go 2D with tilemap or 3D with camera setup to reproduce the isometric ...
0
votes
2
answers
1k
views
Picking in true 3D isometric view
To view my 3D environment, I use the "true" 3D isometric projection (flat square on XZ plane, Y is "always" 0). I used the explanation on wikipedia: http://en.wikipedia.org/wiki/Isometric_projection ...
4
votes
2
answers
811
views
How might I convert a 2.5D isometric cube texture to textures usable in 3D?
I would like to programmatically convert a 2.5D isometric cube texture to a texture/textures that can be used on a 3D cube. What is a good way to do this? I will be rendering the cube using Direct3D.
0
votes
1
answer
962
views
How do I accomplish a 2D Isometric Projectile (3D) Rotation Effect
I am working on an isometric 2d game and one aspect of it will be units that shoot projectiles. If the projectiles are circular its not to bad. Just position the projectile in isometric space. But ...