⚠️Important Info About Cross-Plataform

The way the system controls the player's aim is different according to the platform, TopDown and Sidescroller styles that don't use the camera to orient the aim system, so you have to adapt:

Non-TPS Default Setup

The default setup will come with this component, which only works for Desktop with a mouse.

Joystick(GamePad) and Mouse

To use Mouse and Gamapad at the same time you will have to add Aim Controll Switcher, Aim On Mouse Position and Aim on Right Joystick Direction components.

Mobile

To use aiming correctly on mobile you should just use the Aim On Right Joystick Direction component and configure it.

Last updated