-
Notifications
You must be signed in to change notification settings - Fork 125
Submitting new package version to Unity Asset Store
- Search for the
version
word and update accordingly. - Make a fresh build.
- Follow the Build docs to build the package. This creates the
WebVR-Assets.unitypackage
file. Important: When exporting, ensure you are packaging all the items in the foldersWebGLTemplates
andWebVR
. For some reason, Unity usually unchecks some of the files. - Tag with the new version (
git tag vX.X.X
). - Push to GitHub (
git push --tags
). - Find the tag on the Releases page, updating it with the release notes.
Next, publish the package in the Unity Asset Store. (Read Unity's instructions for details.)
-
Log in with your account tied to the WebVR Assets package. (If you do not have access, reach out to
@cvan
on Slack). -
You need to create a draft.
-
Tag with the new version and update all the metadata and related texts.
-
Open the project in Unity.
-
If you have not already, download and install Unity's official package, Asset Store Tools to prepare the package.
-
There will be a menu at the top of Unity's window:
Asset Store Tools > Package Upload
. -
A modal window will appear,
Please Select Main Assets
. Note: if you have problems packaging because Unity complains of some extensions, remove the blender files (these are usually the extensions causing the failure) and pack again. Don't forget to restore the files after packaging. -
Ensure you select every file (except the
.blend
files) in theAssets > WebGLTemplates
andAssets > WebVR
. -
Under
Upload package
, and click theUpload
button.