Author Topic: 2D UI rendered to 3D object and interactable?  (Read 1849 times)

Radiago

  • Guest
2D UI rendered to 3D object and interactable?
« on: March 19, 2013, 05:25:08 PM »
Heyo all, first post. I've been using NGUI for quite a while now, I love it. I'm trying to do something new though and I haven't been able to find an example of other people doing this or find a solution on my own.

What I want to do is make my menu system within an orthographic camera, then render that UI to a render texture, show it within a perspective camera, and interact with it through the perspective camera.

An example may be a first person game, where you walk up to an atm and can click on the buttons of the atm screen to operate it. I would need to be able to switch between different panels, move buttons, etc.

Anyone ever try to do something like this?