I am exploring possibility to create isometric 2.5 game with unity3d like DragonVale, but couldn’t find information about that.
Would like to know:
-
Possible to create isometric game with unity3d
-
Unity 3d suitable for social game? How hard to integrate the features compare to coco2d app.
-
Overkill to create isometric game with 3d engine?
Would be great to know the pro and cons.
Thank you so much.
-
Yes, just set up an orthographic camera, set it’s rotation axes to 45 on X and Y
-
Depends on what features we are talking about. It it’s social API entegrations, there are various plugins, prime31’s iOS plugins are the most popular ones I guess
3)No, it will still be a 3D game in principle, just rendered with an isometric camera. It won’t prove any harder or easier than any other game to develop. It won’t require more resources or hardware capabilities of any other equivalent Unity game.