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
- Cutout box is covered in a shadow when the object that houses the cutout is casting shadows
- There is no limit on how many Properties windows can be opened
- Some TextMesh Pro Font Asset Preview Box items icons are tiny or nonexistent
- “Metal: Fragment shader missing texture binding at index 0 (_MainTex / Hidden/Preview Alpha)” warnings are thrown when selecting some TextMesh Pro Font Assets
- [Android] A VideoClip does not play on some Android devices
Resolution Note:
Won't fix because the current shader compiler doesn't verify things like that.