Makes positioning Cameras in Unity much easier. Copies Scene View properties to Camera components.
- Enables following Scene View for fast and easy camera positioning
- Allows separate copying of position, rotation and camera settings
- Fully supports Undo and Redo
- Can edit multiple objects
- Small editor below Camera component editor:
Simply add SceneViewCopier.cs to your project (Editor folder). A box containing the controls will appear below every Camera component editor.
This project is licensed under the MIT License - see the LICENSE file for details.