Orbital Camera
Orbital Camera: Set up a fully automated camera that rotates around interest points without them going out of view.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $19.99
- Category:
- Tools › Camera
- Developer:
- Mini Tools
- Price:
- $19.99
- Favorites:
- 5
- Supported Unity Versions:
- 2021.3.0 or higher
- Current Version:
- 1.0
- Download Size:
- 49.42 KB
- Last Update:
- Jun 3, 2024
- Description:
- Orbital Camera is a tool for creating a smart and automated camera in third-person games. It calculates the smallest sphere that encapsulates interest points and positions the camera at the best distance to film them, regardless of the camera's field of view, format, or resolution. The camera can then be rotated while keeping all points on screen.
The Orbital Camera component offers customization options to adapt to your needs. Gizmos are provided to visualize the camera's behavior and interest points. You can extend the behavior by changing the focus distance or enabling/disabling points at runtime, creating advanced behaviors like a lock system for action RPG combat cameras.
The algorithm used generates no GC alloc, making it efficient for mobile development. A clear documentation, example scene, and example script are included in the package to help you get started and understand the full potential of this tool. - Technical Details:
- The algorithm used is designed to be efficient and generate no garbage collection (GC) allocations, making it suitable for mobile development. The package includes a clear documentation, an example scene, and an example script to help users understand and implement the Orbital Camera.
- Continue »