Search Issue Tracker
Fixed in 5.0.0
Votes
0
Found in [Package]
4.0.1
Issue ID
1092373
Regression
Yes
[LWRP] 'ShaderIncludePathAttribute' is obsolete: '[ShaderIncludePath] attribute is no longer supported' error in the console
[LWRP] 'ShaderIncludePathAttribute' is obsolete: '[ShaderIncludePath] attribute is no longer supported' error in the Console once the 4.0.1 packagage is installed
Steps to reproduce:
1) Open Unity and create a new project
2) Go to Window >> Package Manager >> Install LWRP 4.0.1 package
3) Observe this error in the Console:
Library\PackageCache\com.unity.shadergraph@4.0.1-preview\Editor\DefaultShaderIncludes.cs(24,10): error CS0619: 'ShaderIncludePathAttribute' is obsolete: '[ShaderIncludePath] attribute is no longer supported. Your shader library must be under the Assets folder or in a package. To include shader headers directly from a package, use #include "Packages/<package name>/<path to your header file>"'
Expected result: No error
Reproduced with:
2019.1.0a5
Not reproduced with:
2018.3.0b6, 2019.1.0a4
Regression since:
2019.1.0a5
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
Resolution Note (fix version 5.0.0):
Package updated to use new API in version 5.0.