Skip to main content

Requirements

Before you begin, please ensure you meet the following requirements:

  1. 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.
  2. Third-Party Assets: Limit the use of third-party assets to maintain maximum compatibility and minimize conflicts with the template.
  3. 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.
  4. 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.
  5. 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.
  6. Gameplay Design: Your core gameplay should follow a pre-defined infinite level system with a skill-based scoring mechanism devoid of randomness or RNG.