Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a10
Issue ID
1102450
Regression
No
[Mac] Particle missing texture reference because of a compilation error in shader
When opening the attached project, created in Windows 10, on other platforms (macOS, Linux) textures on some prefabs unlink.
Steps to reproduce
- Clone project https://github.cds.internal.unity3d.com/johncrowe/NeonBugs
- Open with 2019.1.0a10 on Windows
- Load the Neon Demo scene.
- Notice steam textures are correctly.
- Open on macOS 2019.1.0a10
- Start the scene by pressing play.
Notice issue - The steam textures render purple in both scene view and play view.
This seems to only appear when opening projects on a different platfroms.
Broken 2018.3.0b10, 2018.3.0b11, 2010.3.0a10
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
- [Linux] UI picking is offset to the left when Reference DPI and Fallback DPI differ
- Scrolling in a default ScrollView in WebGL builds is slower when compared to other platform builds and the Editor
- Physics 2D Manager documentation page is missing
- Duplicate External Textures start appearing when a Texture created with "CreateExternalTexture" is modified causing Memory Usage spikes on VisionOS
- Silent crash when using a "Blend Shape" in a "Skinned Mesh Renderer" to move vertices to Vector3.positiveInfinity, and "Occlusion Culling" is baked
Resolution Note:
The shader that fails to compile on Mac has "#pragma only_renderers d3d11".