Search Issue Tracker
Fixed
Fixed in 1.1.0, 2.0.2, 2.1.2
Votes
1
Found in [Package]
1.1.0
2.0.1
2.1.1
Issue ID
SEQ-1436
Regression
No
“UnityEditor.Sequences.SequenceAssetIndexer.InitializeWithExistingData” process runs on Domain Reload when there are more than 10000 Prefabs present
How to reproduce:
1. Open the “TestProject” project
2. Open the “Assets/TestScript.cs“ script in an IDE
3. Remove line 7 and save the file
4. Open the Editor and observe the Domain Reload process
Expected result: The “UnityEditor.Sequences.SequenceAssetIndexer.InitializeWithExistingData” process is completed within a second
Actual result: The “UnityEditor.Sequences.SequenceAssetIndexer.InitializeWithExistingData” process takes around 5-10 seconds to complete
Reproduced with: 1.1.0 (2021.3.36f1), 2.1.1 (2022.3.20f1, 2023.2.13f1, 2023.3.0b10)
Reproduced on: Windows 10, Windows 11
Not reproduced on: No other environment tested
Notes:
1. Sometimes the “UnityEditor.Sequences.SequenceAssetIndexer.InitializeWithExistingData” process window will appear after Domain Reload completes
2. Not reproducible in a project that has 1200 Prefabs
3. Changing the “Sequences” Package version causes a complete reimport of all the Prefabs
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
Resolution Note (fix version 1.1.0):
The InitializeOnLoad function was being called indiscriminately when the sequences package was installed without a sequence or sequence asset in the project. By saving an empty indexer, we avoid the unnecessarily expensive calls.