Created
August 13, 2020 11:24
-
-
Save TarasOsiris/38ebad29de24eb2b6dc7c3213035dc1f to your computer and use it in GitHub Desktop.
Unity Asset Store Release checklist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In Unity Project: | |
* Check if there are no compile errors or warnings on other platforms (Desktop e.g.) | |
* Make sure you rebuild the latest library into Unity project (.aar on Android) | |
* Test all implemented features on all Android versions (oldest and newest), different devices and emulators, on iOS test on all devices | |
* Test if old features didn't break | |
* Check if no side plugins are in the project that could be submitted (e.g. Plugins/Editor/Rider) | |
* Check if no hardcoded API keys are remaining (Google Maps, Place Picker) | |
* Update documentation | |
* Check if README.txt release notes in project are up-to-date | |
In console: | |
* Check price | |
* Check screenshots | |
* Check description |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment