Search Issue Tracker
Won't Fix
Votes
0
Found in
5.5.1p4
Issue ID
907483
Regression
No
Unity does not warn the user about invalid usage of DrawProcedural with a shader that use vertex data
Steps to reproduce:
1. Open the attached project (MissingWarning.zip)
2. Open the Assets/DefaultScene.unity scene
3. Play the scene
4. Observe, the Unity does not throw a warning
Expected result: Unity should throw a warning
Actual result: Unity does not throw a warning
Note:
This usage is responsible of random crash of ES2 with the last AMD driver (17.4)
Reproduced with: 5.5.1p4, 5.5.3p3, 5.6.0p4, 2017.1.0b3
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Package signature validation unexpectedly return an invalid signature status if the validation check is done after the code signing certificate validaty range has passed
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
Resolution Note:
Won't fix because the current shader compiler doesn't verify things like that.