Search Issue Tracker
Fixed
Fixed in 0.9.2-preview
Votes
0
Found in [Package]
0.9.2-preview
Issue ID
TOONB-4
Regression
No
[Linux] Package include files are incorrect in case-sensitive file systems
Reproduction steps:
1. Create a new 3D URP project
2. Click Windows > Package Manager
3. In the Package Manager window, add the “com.unity.toonshader” package
4. Observe the Console window
Expected results: No errors are thrown
Actual results: Errors are thrown, indicating, that the package could not open files “UCTS_ShadowCaster_tess.cginc“ and “UCTS_Outline_tess.cginc“.
Reproduced with: 0.10.1-preview (2021.3.41f1, 2022.3.39f1, 6000.0.12f1)
Reproduced on: Ubuntu 22.04
Not reproduced on: Windows
Notes:
- in “/Library/PackageCache/com.unity.toonshader/Runtime/Legacy/Shaders“ there are files “UCTS_Outline_Tess.cginc” and “UCTS_ShadowCaster_Tess.cginc“ indicating, that the package assumes the file system is not case-sensitive which Linux isn’t.
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
- Sprite Importer Checkbox Label Truncated in UI (2D Template)
- Light theme icon is missing for Volume Component in the Inspector window
- Volume Profile effects are still showing and active in Game View when the Volume Profile is reset
- Shader Graph Tab Lacks Right Margin for Long Titles
- 2DLight component only renders when ShadowCaster2D components are within range in WebGL builds
Resolution Note (fix version 0.9.2-preview):
Fixed in com.unity.toonshader@0.10.2-preview