com.unity.demoteam.digital-human icon indicating copy to clipboard operation
com.unity.demoteam.digital-human copied to clipboard

ERRORS WHEN INSTALLING IN 2022

Open EddieSoloProjects opened this issue 3 years ago • 4 comments

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<T>

EddieSoloProjects avatar Aug 13 '22 08:08 EddieSoloProjects

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

alexr4 avatar Aug 14 '22 09:08 alexr4

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.

EddieSoloProjects avatar Aug 14 '22 10:08 EddieSoloProjects

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",

alexr4 avatar Aug 14 '22 11:08 alexr4

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.

EddieSoloProjects avatar Aug 14 '22 13:08 EddieSoloProjects