Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nilmoreno128/freecameracontroller-unity
A Unity asset designed to provide smooth and customizable camera controls for 3D games.
https://github.com/nilmoreno128/freecameracontroller-unity
camera-controller unity unity-camera unity-package unity-plugin unity-tool
Last synced: 10 days ago
JSON representation
A Unity asset designed to provide smooth and customizable camera controls for 3D games.
- Host: GitHub
- URL: https://github.com/nilmoreno128/freecameracontroller-unity
- Owner: nilmoreno128
- License: mit
- Created: 2025-01-09T15:05:03.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2025-01-10T10:32:41.000Z (16 days ago)
- Last Synced: 2025-01-10T10:55:17.615Z (16 days ago)
- Topics: camera-controller, unity, unity-camera, unity-package, unity-plugin, unity-tool
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Free Camera Controller
A Unity asset designed to provide smooth and customizable free camera controls for 3D games. It includes the ability for the camera to dynamically follow specific objects when clicked, allowing for an intuitive and interactive player experience.## Features
- **Smooth Camera Movement**: Control the camera with mouse and keyboard inputs, offering a smooth and responsive experience.
- **Plug-and-Play**: Quick and simple integration—just drag and drop the prefab into your scene and it’s ready to use.
- **Customizable Settings**: Easily adjust movement speed, camera rotation limits, and position boundaries to fit the needs of your game.
- **Follow Objects**: Enable the camera to automatically track specific objects in your scene when clicked, creating a more interactive and engaging gameplay experience.## Installation
1. Download the [`CameraController.unitypackage`](CameraController.unitypackage) file from this repository.
2. Open your Unity project and go to **Assets > Import Package > Custom Package**.
3. Select the `CameraController.unitypackage` file and click **Import**.## How to Use
1. Import the asset as described above.
2. Drag the `CameraController` prefab into your scene to add the camera.
3. Adjust the camera settings in the **Inspector** to customize the movement speed, rotation limits, and other parameters.
4. To make objects followable:
- Attach the `CameraFollowController` script to any object you want the camera to track.
- Click the object during gameplay, and the camera will follow it, offering a dynamic and responsive view of the action.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.