Search Issue Tracker
By Design
Votes
0
Found in
5.6.0b9
Issue ID
885429
Regression
Yes
UNITY_MATRIX_MVP warning is shown even if code in shader is disabled by preprocessor
Problem: UNITY_MATRIX_MVP warning is shown even if code in shader is disabled by preprocessor
Unity shader upgrader doesn't have any context associated with disabled regions or scopes. It does it's thing on pure text. This means that a situation like this will show the warning.
Currently we don't have plans to make the upgrader smarter and because of this we consider it a by design issue.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- SerializeReference does not update references when the generic field type changes
- Memory leak when running tests in IL2CPP with System.Threading.Timer
- Tile Palette Tilemap dropdown icons are not visible
- Create New Tile Palette dropdown text is not centered and text is cut off
- Volume numeric fields allows adding unlimited number in numeric field which breaks UI, no character limit
Add comment