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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
Won't fix because the current shader compiler doesn't verify things like that.