Posted December 03, 2023 by Shoshinsha Game
Create several scripts that have been integrated with unity, including:
- Player Movement
to control player movement like WASD.
- Fade in + out when switching scenes
when the player touches a certain area that causes the player to move the scene before the transfer occurs, the fade in and out animation will be run first.
- Camera control using Cinemachine
with the use of Cinemachine, it will be easier to manage camera movements.
- Player Manager
has a function to manage the data owned by the player, such as the amount of health, the amount of ammo and also other attributes that exist in the player.