how do i put my 3d character on my 2d home screen?
So, you can’t really put 3D models directly on a 2D UI screen. There is a trick you can use by parenting a 3D screen on your active camera, check this:
1 Like
does this work for particlesystems too?
Yes, I think so, since it’s being rendered in world space.