Forum Discussion
tzmtn
6 years agoExplorer
Unity DrawMeshInstanced not working on Quest
For some reason DrawMeshInstanced doesn't work for me on Quest. I tried both Graphics.DrawMeshInstanced and CommandBuffer.DrawMeshInstanced and they both don't work. DrawMesh does work with no prob...
tzmtn
6 years agoExplorer
Found a solution,
Turns out it doesn't work when you dynamically create the material and set it to support instancing by code. If you create the material in advance and place it in your resources folder, everything works. Probably a bug, but I can work around that.
Turns out it doesn't work when you dynamically create the material and set it to support instancing by code. If you create the material in advance and place it in your resources folder, everything works. Probably a bug, but I can work around that.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 months ago