Search Issue Tracker
Fixed in 5.3.0
Votes
0
Found in
4.3.0b1
Issue ID
561104
Regression
No
[OSX] Shaders that don't use vertex position at all, fail to render on Mac
When a vertex shader is not using the vertex position at all, then some platforms (e.g. OpenGL on Mac) fail to render the object at all.
A workaround for now is to add "fake" vertex position usage, e.g. adding a v.vertex*0.000001 to some of the shader outputs.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment