This is a user interface to help you update resource files, and you can easily access your AssetBundle or other packaging tools.
1>Open Version
2>New Button : create your new publish
3>Save Version : save your new version in client
4>Patch Version : usually use for fix bug or feature update
5>App Version: when you want to publish your build
6>delete : delete your client version
7>publish: your can implement your own publish tool and use this function
eg1:you want to publish your build, workflow like this
New -> Save -> App Version -> Publish
eg2:you want to fix bug, workflow like this
New -> Save -> Patch Version -> Publish