-
Notifications
You must be signed in to change notification settings - Fork 101
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
The type name 'ReadOnly' does not exist in the type 'NativeArray<T> #86
Comments
+1. Have you solved the problem? |
@longzuyan |
I haven't solved this problem yet. |
+1 me too |
i have solved this problem by change the git branch to lanelet2. enjoy!!! |
NativeArray is a struct which has ReadOnly property added only in 2022 Unity versions. So you need to upgrade your Unity. I handled this issue installing 0.9.0-preview.6 collections verions for 2019.3 Unity version but new error appear corresponding to NativeParallelMultiHashMap. |
Hi,
OS version: Windows 10
Unity version: Unity 2019.4.40f1
when I added package from disk,below error is getting:
Library\PackageCache\[email protected]\Unity.Collections\NativeList.cs(716,31): error CS0426: The type name 'ReadOnly' does not exist in the type 'NativeArray<T>'
The text was updated successfully, but these errors were encountered: