3d object inside my menu screen

the method i’ve used in the past is having the object exist in another part of the level, isolated, then have a camera that captures to a render target. and show that RT on the ui.
you’ll have to be careful with lighting.
also deactivate the capture when not using it, so it’s not working unnecessarily.