Do not ask why this is called by this name. It just is. Thanks for understanding. So, this script is being used to be able to freely move the camera around the map, by moving the mouse to the edge of the screen. By doing that, it will move the camera in the mouses direction.Continue reading “Uncle James Patented Scroll Mouse”
Category Archives: Camera
Camera Move
The variables in this script are target game object and the offset for the camera. It starts off with setting the offset. It does this by getting the position of the camera to the target. Here is where the target is specified. The target is the active player. It then changes position depending on theContinue reading “Camera Move”
Billboard
This script here is just to make sure the user interface always faces towards the camera.