Question by
Reign-Games · Jan 18, 2016 at 10:38 AM ·
cameraraycastscript.programmingworldspace
Computer screen inside of game
So, i was wondering if there was anyway inside of Unity to create a "computer screen" where the user could control a mouse pointer when they look at the screen and see graphs and other such things inside of the game. (much like the game "Pulsar Lost Colony", which is made in Unity :P )
If anyone could tell me a way to create this and/or give me some sample code, that would be greatly appreciated!
Comment
welcome to the site - and be sure to "Tick" useful answers! :)
Answer by Fattie · Jan 18, 2016 at 01:14 PM
Sure, what you're looking for is RenderTexture
http://docs.unity3d.com/Manual/class-RenderTexture.html
just search for 100s of QA and tutorials about this