Quantcast
Channel: Answers for "First Person Camera switch to Third Person Camera on Object"
Browsing latest articles
Browse All 4 View Live

Answer by Seth-Bergman

you could do it that way. If you create variables for each camera, you can toggle them like: var camera1 : Camera; var camera2 : Camera; camera1.enabled = false; camera2.enabled = true; (normally your...

View Article



Answer by hollisb

Alright, thank you so much. I have a feeling this would work, now I just need to figure out how and where to implement this into my game. Do I make a new script and attach it to both of my cameras?...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images