- Home /
Moving a 2D character in 3D space?
Is it possible to use 3D objects to create a 2D space for a game? Such as taking 1 large cube and making it the floor. Then adding cubes to the floor base cube and having a 2D sprite move around each cube. The camera would need to turn at 90 degree angles and the sprite would need to change with it maybe? Is this even possible?
Answer by ZeN12 · Jul 17, 2017 at 07:22 AM
Yes, you can do it. Effect of "rotating" sprite you can achieve by using Billboard renderer. Maybe there is a restriction. You can use planes and not sprites, but need to check it.
Your answer
Follow this Question
Related Questions
Unity C# help for beginners tutorial needed (Urgent) 2 Answers
Basic Collision, Object + First Person 2 Answers
How do I mute one sound source using another? 1 Answer
Is the current basic water bugged? 0 Answers
In a new Project everything is pink 2 Answers