Search Issue Tracker
Fixed in 5.3.5
Votes
0
Found in
5.3.1f1
Issue ID
763638
Regression
Yes
[GLES] Since 5.3 default shader precision statement inserted in wrong place (before #extension)
When writing shaders in GLSLPROGRAM snippets and adding #extension there, Unity compiles them and inserts additional default precision statements. But it does not skip past the #extension directives (which along with #version should be the first thing in the file).
Apparently regression since 5.2 due to b0b4628931fa
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 DynamicHeapAllocator::CreateTLSFBlock when opening a specific project
- Scene flickers when using Mesh Output with SpriteLit Shader in 2D project
- “Cache Management” text is misaligned in Preferences > Package Manager
- [macOS] network permission shows the name of previously closed app when different app requests network access
- Delta value returned by mouse movementsMonitor is different when changing Screen Resolution
Add comment