// It is for asset standardization rules in your game, eg:

Foldering

Path Rules

All assets will be placed in the Resources folder. Example:

Use PascalCase for Filename, eg: Resources/Models/MC/SomeCharacter

All scripts will have each folder per Module. Example:

Scripts/{ModuleName}/{ScriptsName}

Scripts/InputSystem/InputSystem.cs