Search Issue Tracker
Fixed in 2019.2.X
Fixed in 2019.1.X
Votes
0
Found in
2019.1.0a11
Issue ID
1108286
Regression
No
[Shaders][GLSL ES2] Shader compiler emits "switch"
Repro steps:
1. Downlaod this project
2. Load it up in Unity Editor 2019.1.0a11
3. Open Package Manager Window and notice that you can't read any of the letters
4. Notice this only happen for this window -Player Settings, for example, works just fine.
Cannot repro in 2018.3.0f2 or 2019.1.0a10
reproduced in 2019.1.0a11 and 2019.1.0a12
Note: the project does use LWRP , but even after removing LWRP completely, i still can't get Package manager to render normally.
The only workaround is to change the graphics API.
--------------------------------------------------------------------------------------------
HLSLcc emits "switch" when compiling to GLSL ES2. This is a reserved keyword and produces a compile-time error.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][iOS] The keyboard closes and re-opens when consecutive input fields are selected
- Complex Sub Graph connected to a Voronoi node is ignored when the shader gets applied as a Material
- Compute Shader property not set error when entering play mode with path tracing and PBR sky
- "WebGL Publish" detects WebGL module and allows building when it is installed without restarting the project
- Editor is non-responsive and flickers when multiple Water System instances are enabled
Add comment