Requirements
Before you begin, please ensure you meet the following requirements:
- Unity Version: You should develop your game project using the last Unity 2022.3 LTS version. This LTS version guarantees stability and compatibility with the Yumon Template.
- Third-Party Assets: Limit the use of third-party assets to maintain maximum compatibility and minimize conflicts with the template.
- Unused Assets: To ensure optimum performance and minimize build sizes, eradicate all unused assets from your project. If you use only pieces of a third-party asset, try to remove the rest if it’s possible.
- Project Structure: All of your assets and scripts should reside under
/Assets/[YOUR_GAME_NAME]folder. This will help maintaining the organization of the project and mitigates conflicts. - Dependencies: List all the third-party, packages and dependencies used in your game, with the versions you used. This will help us troubleshooting potential issues or conflicts.
- Gameplay Design: Your core gameplay should follow a pre-defined infinite level system with a skill-based scoring mechanism devoid of randomness or RNG.