I managed to create the split screens, but how do I display text in one window only? I pulled up the ‘GUI text’ and I’m trying to link that text to a model on the level.
The GUI Text option doesn’t seem to function the way I thought it would. I just wanted this window to be a blank window that displays text, and that’s all.
the only way is disabling the gui layer on one. otherwise you have no options as each ongui appears on every cam with a guilayer
How do you disable the GUI layer? Do I have to make 2 GUI layers and disable one?
just remove the component from all cameras that aren’t meant to show gui
if you want distinct guis on both you must use mesh based gui (own or guitext / guitexture) and use layers
Thank you so much! This was what I was looking for!