Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.3.2p1
Issue ID
766188
Regression
Yes
[HLSLcc] Accessing property by indexer in a loop fails to compile with an ERROR: Use of undeclared identifier 'phase0_Input0'
How to reproduce:
1. Open attached project
2. Allow the shader to compile
- Note the errors thrown in the console:
GLSL compilation failed:
ERROR: 0:17: Use of undeclared identifier 'phase0_Input0'
ERROR: 0:18: Use of undeclared identifier 'phase0_Input0'
ERROR: 0:19: Use of undeclared identifier 'phase0_Input0'
ERROR: 0:20: Use of undeclared identifier 'phase0_Input0'
ERROR: 0:21: Use of undeclared identifier 'phase0_Input0'
ERROR: 0:25: Use of undeclared identifier 'phase0_Input0'
- Reproduced in Version 5.4.0b8 (f1df44d39d69), Version 5.4.0b7 (83df6fa5e23f), Version 5.3.3p1 (828971bd30e1)
- Not reproducible in Version 5.3.1p4 (9ca6c7a9c23e)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment