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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.