https://github.com/duckboss/copycameraproperties-unity
This C# Script copies camera properties from an origin camera to a target camera.
https://github.com/duckboss/copycameraproperties-unity
Last synced: 10 months ago
JSON representation
This C# Script copies camera properties from an origin camera to a target camera.
- Host: GitHub
- URL: https://github.com/duckboss/copycameraproperties-unity
- Owner: DuckBoss
- License: mit
- Created: 2018-06-04T17:11:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T17:13:01.000Z (about 8 years ago)
- Last Synced: 2025-04-07T21:38:56.872Z (about 1 year ago)
- Language: C#
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CopyCameraProperties-Unity
This C# Script copies camera properties from an origin camera to a target camera.
This is a simple utility script that I use in my projects.
## Usage :
1) Attach to a camera game object.
2) Select origin camera to copy from.
3) Select target camera to copy to.
4) Select copy mode.
Optional : With some copy modes, you can adjust the ratio of copying with the Reduction Factor float variable.