Replies: 3 comments 2 replies
-
Sorry to hear you're running into issues! Which version of Unity are you using? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks!
On Tuesday, October 11, 2022 at 03:05:32 PM CDT, Adam Gray ***@***.***> wrote:
It looks like Unity renamed a type in the Collections package as of Collections version 1.3.0. So, assuming you're on Collections 1.3.0 or later (1.4.0 is the latest version of the package), what's happening is the API update dialog you're seeing when you import Nova is only updating those three scripts, but it isn't properly updating the precompiled .dll that comes as part of the Nova - Free Trial. This leads to a type mismatch, which is the error you're seeing. So not user error :)
Thank you for bringing this to our attention! We're working on a fix to publish promptly, but it typically takes the asset store a few business days to approve an asset update.
In the meantime to unblock yourself and get the Nova - Free Trial working in your project, perhaps the easiest option is to do the following:
- Delete the Nova - Free Trial from your project (i.e. delete the Assets\Nova folder)
- Open the Package Manager in Unity (Window -> Package Manager)
- Set the filter to Packages: In Project
- Find Collections in the list of packages and click the drop down arrow
- The recommended package version for the version of Unity you're using is 1.2.4, so select that from the list of packages versions
- Click the Update to 1.2.4 button in the bottom, right corner of the Package Manager window
- Set the Package Manager filter to Packages: My Assets
- Import the Nova - Free Trial again
You may see some errors from Unity.Burst - probably best to restart Unity just to be safe (one of the errors from Unity.Burst might suggest the same thing).
Once you re-open Unity, you shouldn't see any more errors from Nova/Burst/Collections and can start using the free trial.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Version 1.0.5 was just published with a fix for this issue! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For a preface - I am fairly new to the Unity scene.
When trying to import Nova for use in my project, I keep getting the following error:
Assets\Nova\Scripts\Internal\InternalScript_49.cs(323,37): error CS0029: Cannot implicitly convert type 'Unity.Collections.NativeParallelHashMap<Nova.InternalNamespace_0.InternalNamespace_2.InternalType_131, Nova.InternalNamespace_0.InternalNamespace_8.InternalType_217>' to 'Unity.Collections.NativeHashMap<Nova.InternalNamespace_0.InternalNamespace_2.InternalType_131, Nova.InternalNamespace_0.InternalNamespace_8.InternalType_217>'
I've tried re-downloading and importing again, and the package manager seems to realize that there's an update that can occur:
but clicking yes doesn't seem to change anything. Choosing no though gets me a different error about Interactable not containing a definition for "UIBlock", and then tells me there's nothing to import.
More than a little confused on this.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions