Right now I have two cameras under the FPS controller, I want to attach a Guitexture to each camera but I don’t know the script for this. i’mm using Unity 1.6.2 and as of now will not be upgrading.
Any help would be appreciated.
Thanks
Right now I have two cameras under the FPS controller, I want to attach a Guitexture to each camera but I don’t know the script for this. i’mm using Unity 1.6.2 and as of now will not be upgrading.
Any help would be appreciated.
Thanks
You would want layers for this, independant of scripting, I would suggest. So one camera ignores one layer and the other camera ignores the other layer, and one gui on each.
AC
I’m lost, how am I suppose to use layers? I found some threads about layers but still lost. I added a new layer named ‘anger’ in one of my cameras but don’t know where to go from here.
Have a close look at this. The details can be found in the inspector. You’ll have to unzip it then import it.
AC
Thank you Targos for your help.
Do you or anyone else know how to switch cameras with the mouse wheel instead of pushing keys. I would like for the player to have to scroll up and down to switch to different cameras. For example, scrolling up takes you to camera 4 but you have to scroll down to switch to camera 3, camera2, camera1 and vice versa.