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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Add comment