Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2019.4.16f1
2020.1
2020.2
2021.1
Issue ID
1296220
Regression
No
Infinite import loop is detected when opening a non-existent file using MemorySnapshotFileWriter.Open
How to reproduce:
1. Open user-submitted project (InfiniteImportLoop.zip)
2. In the Menu bar select Bug > Open FileWriter
3. Note the Console window
Expected result: no corrupt files are created
Actual result: a corrupt data file is created and cannot be deleted. Attempting to delete it from File Explorer also fails until Unity is exited
Reproducible with: 2018.4.30f1, 2019.4.16f1, 2020.1.17f1, 2020.2.0b14, 2021.1.0a9
Error thrown:
An infinite import loop has been detected. The following Assets were imported multiple times, but no changes to them have been detected. Please check if any custom code is trying to import them
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
NicolasSouza-NIckSDev
Oct 10, 2022 16:17
correcting:
i Found same issue on 2021.3.6f1
randomlly a FBX file on my project broke in a infinity loop of "importing"
i delete the libray for create again and still happening;
the only way to get ou of this loop is restarting Unity from taskManager
NicolasSouza-NIckSDev
Oct 10, 2022 16:15
i Found same issue on 2020.3.6f1
randomlly a FBX file on my project broke in a infinity loop of "importing"
i delete the libray for create again and still happening;
the only way to get ou of this loop is restarting Unity from taskManager