I managed to make a 2d title screen pretty handy
3d seems a bit trickier…you cant put a sprite on a canvas
so whats the procedure?
just put the sprite on a cube?
I managed to make a 2d title screen pretty handy
3d seems a bit trickier…you cant put a sprite on a canvas
so whats the procedure?
just put the sprite on a cube?
You can, it’s done in the exact same way.
https://docs.unity3d.com/Manual/script-Image.html
Yep. 3D and 2D games are the same thing in Unity.