Skip to content
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

Open
tony-topper opened this issue Jan 16, 2024 · 4 comments
Open

Errors after package upgrade #26

tony-topper opened this issue Jan 16, 2024 · 4 comments

Comments

@tony-topper
Copy link

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)'

image

@tony-topper
Copy link
Author

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.

@andywiecko
Copy link
Owner

Hi @tony-topper,

Thanks for the feedback! I believe this is caused by breaking changes introduced in Unity.Collections@v2. I will investigate this matter over the weekend and come back to you with a solution.

Best,
Andrzej

@tony-topper
Copy link
Author

Wonderful! Looking forward to it.

@andywiecko
Copy link
Owner

Hi @tony-topper,

I've just released v1.7.1, addressing the issue caused by breaking changes introduced in Unity.Collections@v2.
The package is already available on OpenUPM.

Best,
Andrzej

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants