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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note (fix version 0.9.2-preview):
Fixed in com.unity.toonshader@0.10.2-preview