keijiro / HdrpVatExample

VAT (Vertex Animation Texture) with Unity Shader Graph and Visual Effect Graph
The Unlicense
881 stars 86 forks source link

Compilation errors with Unity 2019.3.0b7 #5

Closed smkplus closed 4 years ago

smkplus commented 4 years ago

I installed everythings but I have errors I use Unity 2019.3.0b7 image

image

Library\PackageCache\com.unity.render-pipelines.high-definition@7.1.7\Runtime\RenderPipeline\HDRenderPipeline.cs(652,19): error CS0117: 'SupportedRenderingFeatures' does not contain a definition for 'overridesLODBias'

Asset import failed, "Assets/Cloth/Cloth.shadergraph" > NullReferenceException: Object reference not set to an instance of an object UnityEditor.ShaderGraph.ShaderGraphImporter.OnImportAsset (UnityEditor.Experimental.AssetImporters.AssetImportContext ctx) (at Library/PackageCache/com.unity.shadergraph@7.1.7/Editor/Importers/ShaderGraphImporter.cs:135) UnityEditor.Experimental.AssetImporters.ScriptedImporter.GenerateAssetData (UnityEditor.Experimental.AssetImporters.AssetImportContext ctx) (at <2a08bc3d8f9c4796ba99475f6f6c6a6b>:0)

Library\PackageCache\com.unity.render-pipelines.high-definition@7.1.7\Runtime\RenderPipeline\HDRenderPipeline.cs(653,19): error CS0117: 'SupportedRenderingFeatures' does not contain a definition for 'overridesMaximumLODLevel'

keijiro commented 4 years ago

Could you retry with Unity 2019.3.0f5?

smkplus commented 4 years ago

image

it woks thanks