- Home /
Can you use a 2D Game as a component in a 3D Game?
Hey everyone.
I was wondering if it was possible to take a 2D game and import it as an asset in a 3D game. For example, if I have a computer object in my 3D game and I interact with it, I would like to render the 2D game as a component of the computer object (I.E. on the screen of the computer) and allow the player to play it.
Thanks for your time!
Answer by Luucccc · Mar 20, 2018 at 05:31 PM
There's no way I know of to do this, but you could always import the assets you used to produce the computer object into the 3D project.
Thanks for the reply. I figured this would be the case
Your answer

Follow this Question
Related Questions
3D objects assets on 2D background 0 Answers
Where's 3D GUI in Unity 4 ? 1 Answer
3D Text Component hide from behind 0 Answers
How to convert Raycast3D to Raycast2D 1 Answer
Better 2D Sprite Jump in 3D Plane 1 Answer