BaseTool icon indicating copy to clipboard operation
BaseTool copied to clipboard

Create STR CameraController

Open DarkRewar opened this issue 9 months ago • 0 comments

Context

Create a MonoBehaviour component that manage a camera movement controller like STR games.

Description

The script must be in the Movement module. The component must allow be place on a Camera only.

How does it work? When moving the cursor to a side of the screen, the camera moves to the direction of the screen. There are 4 sides, so 4 areas. When two areas overlap, the camera moves diagonally.

str_camera_movement

List of fields that can be accessible and tweaked in the inspector:

  • Camera Speed
  • Areas width/height
  • Zoom Speed
  • Offset Position

And other features maybe?

DarkRewar avatar May 22 '24 12:05 DarkRewar