hello community.
i am currently working on a god game which will allow you to reveal as a god.
so in order to make it work i need to make a system that toggles between a top view to 1st person view.
i tried to check the internet but the only answer i get is ‘set view with blend’, which works when i try to change from 1st to top, but not the other way around, as i cant set a component camera to be the view input, only a camera from the level.
so is there another node for that or a way to convert the component camera to a level one?
i would like to get help please.
Make the toggle a flipflop? Toggle between two characters
You could unposses your pawn and use a the PlayerController to be the “God entity”. Then possess the pawn again for first person.