originalnicodr / CinematicUnityExplorer

UnityExplorer fork focused on providing tools for creating marketing material for Unity games.
GNU General Public License v3.0
85 stars 7 forks source link

[Enhancement] Add an object inspector button to teleport it to Freecam coordinates #80

Open ertup0 opened 1 month ago

ertup0 commented 1 month ago

Describe the new feature or enhancement

some games disable geometry/lights when the player is in a different part of the scene. You can manually teleport player around the scene by just finding the player object coordinates and copying freecam coordinates, but it would be nice to have a hotkey for teleporting. I know that automatically finding player object is not easy so an ability to select player object from scene manually would be good

originalnicodr commented 1 month ago

Finding the player object might be easier with the Animator panel. Normally the player has an animator component so it can be found on that panel.

I do agree that manually copying coordinates can often be annoying (hitting control to do ctrl + v will move the camera down with the default hotkeys). A button that instantly copies camera coordinates over could be useful indeed.

Will rename the ticket to instead represent that 😃