DarkRewar / BaseTool

A big library of basic tools that you might need in your Unity projects.
MIT License
41 stars 6 forks source link

TopDownController with sample #15 #71

Closed DarkRewar closed 5 months ago

DarkRewar commented 5 months ago

TopDownController

This component is used to get a 2.5D-like movement (action-rpgs like Diablo, Torchlight, Minecraft Dungeons...). You must add the component on the player's root from Add Component > BaseTool > Movement > Top Down Controller.

top_down_controller

The camera must not be a child of the player ; you can use the SimpleCameraController or Cinemachine to follow the player.