-
Notifications
You must be signed in to change notification settings - Fork 4
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
Errors after package upgrade #26
Comments
It looks like "Burst Collections" is using the old Jobs package instead of Unity Collections 2.2.0. Not sure if that's a part of the problem. |
Hi @tony-topper, Thanks for the feedback! I believe this is caused by breaking changes introduced in Best, |
Wonderful! Looking forward to it. |
Hi @tony-topper, I've just released Best, |
Getting two errors in my Unity Console after upgrading some packages.
Using
Unity: 2022.3.17f1
Burst: 1.8.11
Properties UI: 2.1.0-exp.1
Properties: 2.1.0-exp.7
Serialization: 3.1.1
Collections: 2.2.0
Jobs: 0.70.0-preview.7
Library\PackageCache\[email protected]\Runtime\NativeStack\NativeStackDebugView.cs(5,42): error CS7036: There is no argument given that corresponds to the required formal parameter 'allocator' of 'NativeList.ToArray(AllocatorManager.AllocatorHandle)'
Library\PackageCache\[email protected]\Runtime\NativeIndexedCollections\NativeIndexedList.cs(48,38): error CS7036: There is no argument given that corresponds to the required formal parameter 'allocator' of 'NativeList.ToArray(AllocatorManager.AllocatorHandle)'
The text was updated successfully, but these errors were encountered: