Search Issue Tracker
Fixed in 2022.2.X
Fixed in 2021.2.X, 2022.1.X
Votes
1
Found in
2022.1.0a12
Issue ID
1372561
Regression
Yes
VFX Graph - Moving file failed in shader cache: The system cannot find the file specified.
Repro steps:
1. Create 2 VFX graphs
2. Open the first one and drag the second one inside as a subgraph
3. Save and close the VFX graph
4. Double-click to open the VFX graph containing the other subgraph
5. Observe the console errors:
Cancelling DisplayDialog because it was run from a thread that is not the main thread: Moving file failed Moving Library/ShaderCache/vfx/New VFXe2d0/02/812bee22ba5c42ab7bde935e47402546.bin to Library/ShaderCache/vfx/New VFXe2d0/00/812bee22ba5c42ab7bde935e47402546.bin: The system cannot find the file specified.
Notes:
- The same issue happens if Shader Validation is enabled
Comments (1)
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
- GfxDevice::UpdateBufferRanges when running UIBuilder tests
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
haosyyem7
Oct 12, 2021 17:54
import com.skillz.SkillzActivity;
public class GameActivity extends SkillzActivity {
// ...
}