- Home /
Display both a first person and third person view
Hi,
Is there a way that a player who is using a first person view be tracked by someone else who can see where they are by viewing from a third person view?
Thanks in advance.
Answer by AngryBurritoCoder · Aug 26, 2015 at 06:37 PM
Yes, you can just use 2 cameras, 1 for the main player ( supposedly the one thats controlling the character ) and the other camera could be just a spectator camera used for anyone who wants to watch the player in third person ( both cameras are position accordingly ofcourse )
ABC, thank you very much for taking the time to help.
Does this entail having both views on the same display at the same time? We are looking at having one view on one display and the second ("spectator camera") view on another display.
With very kind regards Phil
2 monitors ?, yes same thing applies, ofcourse you have to look into networking and how to set them up for seperate players that are connected. ( if you are doing an online game ). A game can have any amount of cameras its just a matter of assigning which camera is used by which player / spectator.