11,000 種類を超える 5 つ星アセット
8.5 万人以上の顧客による評価
10 万人を超えるフォーラムメンバーが支持
すべてのアセットを Unity が審査済み
Unity のバージョン | ビルトイン | URP | HDRP |
---|---|---|---|
2019.4.16f1 | 互換性がある | 互換性がある | 互換性がある |
This is a very customizable and flexible Camera for unity 3d. It was designed primarily to mimic cameras found in strategy games like total war, but with the options available can be used for nearly anything.
Without any scripting or modification beyond ticking boxes in the inspector, the user can:
- Pan the camera with WASD and moving mouse to edge of screen
- Zoom with mouse wheel or -+ buttons
- Rotate vertically with arrow keys and R,F keys
- Rotate horizontally with arrow keys and Q,E keys
- Speed all actions up by holding shift
- Slow all actions by holding alt
- Change speeds for individual features, as well as separate settings for speed up and slow down.
- Toggle individual features on and off
- Set limits for zooming
- set limits for rotation (vertical axis is hardcoded to not exceed looking straight up or down, a lot of stuff breaks and theirs not really any reason for your camera to be doing flips anyway).
- Set starting position, zoom and rotation of camera via inspector.
Features that require a small amount of scripting and basic knowledge of the Input manager(removing comments, instructions are provided):
- Input manager Support
- rotate with mouse while button is held
toggleable mouse rotation Checkout the devblog here: https://digineaux.com/?p=1141