keif149 2 Posted October 23, 2018 Greetings, Instead of the overhead camera view of an entity when using the F key, is it possible to change that view to either first person or 3rd person or something similar. I would like to see the soldiers view (as much as possible) quickly in the editor, with out manipulating the camera for each soldier. Many thanks in advance. Share this post Link to post Share on other sites
Larrow 2822 Posted November 6, 2018 On 10/23/2018 at 9:41 PM, keif149 said: with out manipulating the camera for each soldier. How do you expect to change the cameras view without manipulating the camera? Select a unit in Eden, bring up console and run... _camera = get3DENCamera; _unit = ( get3DENSelected "Object" select 0 ); _eyePos = eyePos _unit; _eyeDirection = eyeDirection _unit; _camera setPosATL ASLToATL _eyePos; _camera setVectorDir _eyeDirection; 1 Share this post Link to post Share on other sites