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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
Resolution Note:
The shader that fails to compile on Mac has "#pragma only_renderers d3d11".