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 WHEN INSTALLING IN 2022 #3

Open
EddieSoloProjects opened this issue Aug 13, 2022 · 4 comments
Open

ERRORS WHEN INSTALLING IN 2022 #3

EddieSoloProjects opened this issue Aug 13, 2022 · 4 comments

Comments

@EddieSoloProjects
Copy link

Library\PackageCache\[email protected]\Unity.Jobs\IJobParallelForDefer.cs(176,85): error CS8377: The type 'U' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'NativeList

@alexr4
Copy link

alexr4 commented Aug 14, 2022

Same error appears with Unity 2021.3.X (LTS) but it works on unity 2020.3.X (LTS)

@EddieSoloProjects
Copy link
Author

EddieSoloProjects commented Aug 14, 2022

Same error appears with Unity 2021.3.X (LTS) but it works on unity 2020.3.X (LTS)

The Problem is if you also add the Hair Package they just released with it it throws errors on the HDRP project in Unity 2020.3.37f1
And I need both to fur an animal sadly.

@alexr4
Copy link

alexr4 commented Aug 14, 2022

I just made a test with the Strand-Based Hair demo package and 2020.3.X. Works perfectly on my side

Here is the package added to the project:
"com.unity.demoteam.attributes": "https://github.com/Unity-Technologies/com.unity.demoteam.attributes.git", "com.unity.demoteam.digital-human": "https://github.com/Unity-Technologies/com.unity.demoteam.digital-human.git", "com.unity.demoteam.digital-human.sample": "https://github.com/Unity-Technologies/com.unity.demoteam.digital-human.sample.git", "com.unity.demoteam.hair": "https://github.com/Unity-Technologies/com.unity.demoteam.hair.git", "com.unity.formats.alembic": "2.2.2", "com.unity.nuget.newtonsoft-json": " "com.unity.render-pipelines.high-definition": "10.7.0",

@EddieSoloProjects
Copy link
Author

Yep that's working. At first I thought it didn't because the hair sample scene renders as pure black. But I deleted the camera and made a new one and everything now renders.

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