Hello! Right now I’m making an RPG game (Top Down). But right now I wonder if it’s better to make many Scripts(playerMovement, playerHealth, playerDamage) exemple.
Or is it better too try not use so many Scripts and try fill everything in one script?
If I use many Scripts does it take down the preformance?