Move-Tool is a tool that makes you use position handles for vector in unity editor scene view. You can use move-tool so easily by just defining some attributes. Note that it require C# 7 or higher.
The purpose of this project is to show how to move a camera around a 3D object in Unity. The idea is that this could be a player controller. Be aware that the code does not align the camera on a ...