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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
Resolution Note:
Won't fix because the current shader compiler doesn't verify things like that.