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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
Won't fix because the current shader compiler doesn't verify things like that.