- Home /
How to make a Interactive Computer Screen in Unity 5.5?
Are there any API GUI editors that aren't outdated? I want a text based green text black backdrop command screen interactive computer. I have the Computer's Built in game objects, I have them set to be interacted with, how do I toggle from the character to the screen?
Answer by UnityCoach · Jan 16, 2017 at 04:31 PM
You can make a UI Canvas that looks like what you describe (black background, green text), make it visible a Camera only, then switch off your main camera, and turn on the Canvas camera.
Thank you very much for your help I understand it now. :)
@craz3sl3nd3rfan That sounds like a whole other question. Whatever it is you're trying to do... give it a go, and then if you have specific problems ask about them in a new question. No-one's going to be able to help you otherwise.