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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
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.