- Home /
A game which includes 2d and 3d environment.
Is it good idea to create a game which includes 2d and 3d environment. I mean that we have some times 2d environment, some times 3d environment. Environment changes based on mission. A game I want to create includes a story as well as mission. 2d is good way to make amazing story. However, some mission requires 3d environment. I have never seen a game including both 2d and 3d. Is it a good idea? Do you know any games based in this idea?
Answer by NoseKills · Jun 24, 2016 at 07:21 AM
Sure. Go nuts :) Almost everyhting in Unity is 3D anyways so nothing stops you from setting a z-coordinate or rotating your 2D sprites.
I'm sure there are plenty of examples if you just know where to look.
One example is the demo project made by Unity back in the day when 2D was a new feature. At around 2 minutes 10 seconds
Answer by Endless_Aftermath · Jun 24, 2016 at 08:08 AM
It's an awesome idea and has been used a lot.
Your answer
Follow this Question
Related Questions
Parameters at Startup 1 Answer
How to detect nearby environement ? 1 Answer
Load and Compilation time issues 0 Answers
Why the shader responds differently to Tri-color ambient light vs. Skybox lighting? 0 Answers
Texture size limit 3 Answers