View the entire tutorial on What Up Games.
This tutorial was created with Unity version 2019.2.
In this tutorial, you’re going to build a configurable camera that handles moving, zooming and rotating. This design works great for games that do not want an attached 3rd or 1st person camera, but instead want freedom to move around a scene. Instead of using the old input system, we’ll be hooking it up to the new one and will review key concepts as we go.
Configuration features of the camera are:
- Camera angle
- Zoom min/max
- Zoom default
- Look offset (where you want the camera to focus on the y axis)
- Rotation speed
- Understand key concepts of the new Input System.
- Have a configurable camera that can be customized for your game.
This tutorial assumes you have basic knowledge of how Unity works. It does not cover the basics, such as what a GameObject is, a component, when Start is called, etc.
You can clone this repository to get the starter project and follow along!
- Comments, concerns and/or questions can be posted here.
- Input System documentation and GitHub repository.
- Introducing the new Input System - Unite Copenhagen Video
- This project uses the Low Poly: Free Pack by AxeyWorks.