Issues when using Nova and updating unity.collections to 2.1.4 #241
Replies: 4 comments 1 reply
-
Thanks for checking out Nova! You're not doing anything wrong. It appears version 2.1.0-pre.18 of the collections package introduced an API-breaking change, so we'll need to publish an updated version of the free trial asset to support collections v2.1.0-pre.18 or newer (e.g. v2.1.4). The entities package is dependent on collections v2.1.0-pre.18 and will pull it in automatically, which is why adding com.unity.entities to your project has the same breaking effect. In the meantime, at least if you don't necessarily need the entities package to proceed with your evaluation, you can downgrade the version of the collections package in your project to v2.1.0-pre.11 or older (v1.4.0 seems to be the latest non-pre-release version that will be compatible) to get Nova working again. Thank you for bring this to our attention! We'll be sure to update this thread when the updated version of the free trial is available. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for this quick reply, I'll try to evaluate it without entities until the update is published. |
Beta Was this translation helpful? Give feedback.
-
Could you confirm both Nova Free Trial and Nova (paid) are affected by this issue ? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
-
The fix for this has been published ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently evaluating if Nova UI could be a good fit for our next project.
I tried to upgrade unity.collections package to 2.1.4, and it gave me a bunch of errors regarding NativeHashSet, I rebooted Unity and now nothing is rendering, uiblocks components are empty, and I've got some null reference exceptions when I start the scene.
Setup :
Have you any idea of what I'm doing wrong ?
Thank you very much in advance.
Beta Was this translation helpful? Give feedback.
All reactions