Search Issue Tracker
Active
Under Consideration for 1.0.X
Votes
1
Found in [Package]
1.0.4
Issue ID
SEQ-1396
Regression
No
SequenceAssetIndexer.InitializeWithExistingData adds overhead when entering Play Mode in a heavy project
Reproduction Steps:
# Open the attached project
# Enter Play Mode
# Observe delayCall callbacks locking up for a few seconds right after the initial application reload
Expected result: there is no significant overhead from Sequences-related code when entering the play mode
Actual result: SequenceAssetIndexer.InitializeWithExistingData subscribed to EditorApplication.delayCall results in several seconds of added overhead because it's loading objects.
Editor versions tested: 2020.3.0f1 (first available), 2022.2.0a1, 2023.1.0a1, 2023.1.0a26
Tested using a 2019 MacBook Pro 16" i9/32GB
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Sprite Preview is broken when the Sprite is too tall or too wide
- Objects are invisible in Scene view when using Wireframe Shading Mode
- The property of a component becomes read-only when it is bound to "PropertyStreamHandle"
- Physics.Raycast does not work when used on the whole model
- Shader Graph changes the Position of Prefab instances in Play mode
Add comment