Search Issue Tracker
Fixed
Votes
0
Found in
2021.3.29f1
2022.3.7f1
2023.1.9f1
2023.2.0b4
2023.3.0a2
6000.0.0b11
Issue ID
UUM-47292
Regression
No
[VFX Graph] Visual Effect is recompiled before entering playmode even if it did not change
Steps to reproduce:
1. Open attached project
2. Open scene "OutdoorsScene"
3. Open "New VFX" visual effect
4. Make sure visual effect graph window is visible and enter playmode
Actual result: Notice that there's a progress bar saying "Compiling Assets/New VFX.vfx"
Expected result: Visual effect is not re-compiled if it didn't change
Note: if visual effect window is closed then the compilation doesn't happen
Reproduced:
2021.3.29f1 12.1.12
2022.3.7f1 14.0.8
2023.1.9f1 15.0.6
2023.2.0b4 16.0.3
2023.3.0a2 17.0.0
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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
Fixed by another internal issue: UUM-57043: [VFX] Domain reload forces graph recompile