Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/XJINE/Unity_SceneCameraController
Control a camera or any other object like SceneView camera.
https://github.com/XJINE/Unity_SceneCameraController
assets unity
Last synced: 1 day ago
JSON representation
Control a camera or any other object like SceneView camera.
- Host: GitHub
- URL: https://github.com/XJINE/Unity_SceneCameraController
- Owner: XJINE
- License: bsd-3-clause
- Created: 2018-09-13T08:58:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T09:59:07.000Z (about 6 years ago)
- Last Synced: 2024-08-02T05:21:09.470Z (3 months ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 3.18 MB
- Stars: 58
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity3d - Unity_SceneCameraController - Control a camera or any other object like SceneView camera. (Open Source Repositories / Camera)
README
# Unity_SceneCameraController
Control a camera or any other object like SceneView camera.
## Import to Your Project
You can import this asset from UnityPackage.
- [SceneCameraController.unitypackage](https://github.com/XJINE/Unity_SceneCameraController/blob/master/SceneCameraController.unitypackage)
## How to Use
Just add ``SceneCameraController.cs`` to object.
### Settings
- Set trigger of each control.
- Set control speed.
- Set control direction.
- Set control limitation.
- Set enable or disable of control.![](https://github.com/XJINE/Unity_SceneCameraController/blob/master/screenshot02.png)