-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing custom .unitypackage missing version info #12
Comments
You can specify a version using a naming convention on the unitypackage. For example, for a package named Zenject with version 3.3 you can name the file But it SHOULD allow for an empty version, so this is a bug that I'll fix. Note also that unitypackage files that come from the asset store do not need this naming convention because they have all this metadata compiled into the unitypackage. |
Ok this should be fixed now. If you're running from source, can you try updating and let me know if this worked? |
Ah I missed the @ symbol. The bug fix for empty version works too. Thanks. |
You didn't miss it, I forgot to document that :) Fixed now |
I added a ReleaseSource to C:/Users/Eric/Projeny.yaml to the folder E:/UnityPackages, which contains .unitypackage files created from my own projects. They show up in the Releases panel but don't have a version number. When I try to install them I'm given the following error (from PrjLog):
Here's what the PrjLog says about the testing.unitypackage when I click the refresh button. It's missing the Version, VersionCode, and AssetStoreInfo.
I searched to see how to set the version of a package but came up empty. What am I missing? Thanks!
The text was updated successfully, but these errors were encountered: