-
Notifications
You must be signed in to change notification settings - Fork 221
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
After adding Unity Collections pakcage, I got this error
Library/PackageCache/com.unity.collections@1.1.0/Unity.Collections/xxHash3.cs(560,27): error CS0234: The type or namespace name 'umul128' does not exist in the namespace 'Common' (are you missing an assembly reference?)
Library/PackageCache/com.unity.collections@1.1.0/Unity.Collections/xxHash3.cs(582,27): error CS0234: The type or namespace name 'umul128' does not exist in the namespace 'Common' (are you missing an assembly reference?)
Library/PackageCache/com.unity.collections@1.1.0/Unity.Collections/xxHash3.cs(589,28): error CS0234: The type or namespace name 'umul128' does not exist in the namespace 'Common' (are you missing an assembly reference?)
Library/PackageCache/com.unity.collections@1.1.0/Unity.Collections/xxHash3.cs(825,22): error CS0234: The type or namespace name 'umul128' does not exist in the namespace 'Common' (are you missing an assembly reference?)
My platform is iOS.
The second answer of this link explains how to add Unity Collections pakcage
https://forum.unity.com/threads/how-do-i-add-the-collections-package.1138399/
Does anyone know how to fix this? Thank you.
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on