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
- Packman: "My Assets" filters section doesn't rescale on filter sections collapse
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
- Crash on TransferField_NonArray<YAMLRead,Converter_String> when opening a specific project
haosyyem7
Oct 12, 2021 17:54
import com.skillz.SkillzActivity;
public class GameActivity extends SkillzActivity {
// ...
}