needle-mirror / com.unity.rendering.hybrid

NOTE: This package has been deprecated, and simply forwards to com.unity.entities.graphics. 📦 [Mirrored from UPM, not affiliated with Unity Technologies.]
https://docs.unity3d.com/Packages/com.unity.rendering.hybrid@0.61/manual/index.html
Other
9 stars 6 forks source link

error report after import bybrid render in Unity 2022.2.18 #2

Open sasalicat opened 11 months ago

sasalicat commented 11 months ago

there is tree errors:

Library\PackageCache\com.unity.entities.graphics@1.0.0-exp.8\Unity.Entities.Graphics\Deformations\Systems\PushBlendWeightSystem.cs(45,17): error DC0034: Entities.WithReadOnly is called with an argument deformedEntityToComputeIndex of unsupported type NativeMultiHashMap. It can only be called with an argument that is marked with [NativeContainerAttribute] or a type that has a field marked with [NativeContainerAttribute].

Library\PackageCache\com.unity.entities.graphics@1.0.0-exp.8\Unity.Entities.Graphics\Deformations\Systems\PushSkinMatrixSystem.cs(46,17): error DC0034: Entities.WithReadOnly is called with an argument deformedEntityToComputeIndex of unsupported type NativeMultiHashMap. It can only be called with an argument that is marked with [NativeContainerAttribute] or a type that has a field marked with [NativeContainerAttribute].

Library\PackageCache\com.unity.entities.graphics@1.0.0-exp.8\Unity.Entities.Graphics\EntitiesGraphicsSystem.cs(618,9): error CS0246: The type or namespace name 'NativeMultiHashMap<,>' could not be found (are you missing a using directive or an assembly reference?)

Is those version bugs?what version of Unity should I use?

marwie commented 11 months ago

Hi, please report this to Unity directly - it won't reach the devs here unfortunately since this mirror is not officially maintained by or associated with Unity