I was using unity 2018.2.14f1
I am now using Unity 2018.2.15f1
The problem is the same in both...
I am using the Lightweight Render Pipeline
on inporting the asset, there are a bunch of errors (60)
All seem to start with
Code: Select all
Shader properties can't be added to this global property sheet. Trying to adCode: Select all
Shader properties can't be added to this global property sheet. Trying to add _GrabTexture (type 3 count 1)UnityEditor.AssetPreviewUpdater:CreatePreviewForAsset(Object, Object[], String)The package does extract but with more errors...
Code: Select all
Shader error in 'Hidden/Templates/LightWeightSRPUnlit': failed to open source file: 'Packages/com.unity.render-pipelines.lightweight/ShaderLibrary/Core.hlsl' at line 52 (on d3d11)Code: Select all
Shader error in 'Hidden/Templates/LightWeightSRPPBR': failed to open source file: 'Packages/com.unity.render-pipelines.lightweight/ShaderLibrary/Core.hlsl' at line 67 (on d3d11)Code: Select all
Shader error in 'Test Substance': failed to open source file: 'Packages/com.unity.render-pipelines.lightweight/ShaderLibrary/Core.hlsl' at line 238 (on d3d11)
any help to get this working would be great
thanks in advance for your time and effort
p.s I have also downloaded and reinstalled the asset several times without any luck