Skip to content

Instantly share code, notes, and snippets.

@TarasOsiris
Created August 13, 2020 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TarasOsiris/38ebad29de24eb2b6dc7c3213035dc1f to your computer and use it in GitHub Desktop.
Save TarasOsiris/38ebad29de24eb2b6dc7c3213035dc1f to your computer and use it in GitHub Desktop.
Unity Asset Store Release checklist
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