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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note (fix version 0.9.2-preview):
Fixed in com.unity.toonshader@0.10.2-preview