Replies: 2 comments
-
Hi. Thanks for checking out Nova! It looks like a recent version of the In the meantime, if it'll suit your project, one option that should resolve the issue is downgrading the version of |
Beta Was this translation helpful? Give feedback.
-
The fix for this is now available in v1.1.5! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have recently downloaded Nova Trial to see if Nova works for my project. Imediately upon navigating to the:
Assets/Nova/Samples/UIControls
and attempting to run UIControls and UIPlayground Demo scenes I get the two errors of:Errors:
Assets\Nova\Scripts\Internal\Compat\InternalScript_278.cs(15,45): error CS8377: The type 'K' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'TKey' in the generic type or method 'NativeParallelHashMap<TKey, TValue>'
and
Assets\Nova\Scripts\Internal\Compat\InternalScript_278.cs(15,45): error CS8377: The type 'V' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'TValue' in the generic type or method 'NativeParallelHashMap<TKey, TValue>'
This in a project in development on Unity 2022.2.1f1 with:
Burst 1.8.0-pre.2
Jobs 0.70.0-preview.7
Input System 1.4.4 (Active Input Handeling: Input System Package(new)
Beta Was this translation helpful? Give feedback.
All reactions