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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note (fix version 0.9.2-preview):
Fixed in com.unity.toonshader@0.10.2-preview