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
- NullReferenceException is thrown when assigning PanelSettings asset to a UIDocument dynamically at runtime
- Crash on GfxDeviceD3D12Base::DrawBuffersCommon when disabling "Allow FSR2" parameter while in Play Mode with Direct3D12 set as graphics API
- Crash on vkGetInstanceProcAddr when setting graphics API to "Vulkan" on Fantasy Kingdom learning project
- Overlay Camera "clear depth" not working on Vulkan+Pixel8
- Shadows from Shadow Caster 2D using 2D Colliders show incorrectly when tiles are removed at runtime
Resolution Note:
The shader that fails to compile on Mac has "#pragma only_renderers d3d11".