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
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
- [Quest] Materials are not rendering in Player when "Single Pass Instanced \ Multi-View" is selected and "Surface Type" is set to "Transparent"
- Hair master stack shader on hair is blown out when there is a backlit light on it
- [Editor] Profiler (Standalone Process) "Live" button is greyed out by default
- UIToolkit bindings on RadioButtonGroup is not displaying the selected radio button when the choice list is bound
- Multiple Video Players are not playing simultaneously when played in WebGL
haosyyem7
Oct 12, 2021 17:54
import com.skillz.SkillzActivity;
public class GameActivity extends SkillzActivity {
// ...
}