Search Issue Tracker
By Design
Votes
0
Found in
6000.0.36f1
6000.1.0b5
6000.2.0a2
Issue ID
UUM-96296
Regression
No
Graph VFX not compiling enterely until they are open on MACOS
Reproduction steps:
1. Open the attached “IN-88673_Repro.zip“ project
2. Open the “Assets/Scenes/SampleScene.unity“ Scene
3. Select the “FX_Graph_ShieldLoop“ GameObject
4. In the Scene View’s Visual Effect Tab, press the “Play()“ button
5. Observe
6. Open the “Assets/VFX/Prefabs/Combat/Electricity/FX_Graph_ShieldLoop.vfx“ Visual Effect Graph
7. Repeat the 4th and 5th steps
Expected result: When the Visual Effect Graph is opened the Visual Effect is glitchy or invisible
Actual result: The Visual Effect is complete and plays regardless of whether the Visual Effect Graph is open or not
Reproducible with: 6000.0.36f1, 6000.1.0b5, 6000.2.0a2
Couldn’t test with: 2022.3.57f1 (Issues downgrading the project)
Reproducible on: M1 Max MacOS 15.1.1
Not reproducible on: Windows 10
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
- Console shows Exception: {"error":"not found","detail":["not found"]} after opening Build History window
- [HDRP] Volumetric cloud shadows disappear when there is no directional light shadows
- “Selector” column names in the Search window are lowercase when added
- Install List Project Counter Panel can be right clicked through and Install Context Menu can be opened disabling Project Counter Panel's buttons
- [MacOS] Scene is marked/flickering as dirty (with asterisk) when dragging a Material on a GameObject in Scene view
Resolution Note:
See last comments. Bug stems from shader code dealing with infs wich is are considered as invalid code when shader is compiled without the disable_fastmath on Metal.