Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
0
Found in
2017.3.0b8
Issue ID
967757
Regression
No
[Native Assets] AddObjectToAsset execution time grows unexpectedly throughout the editor session
Reproduction steps:
1. Open "2017-11-10 AssetDatabase Bug.zip" project
2. "AssetDatabase Bug" -> "Click this button repeatingly"
3. Check the Console window and repeat from "step 2" to see the time increase
Expected Result: The time it takes doesn't increase
Actual Result: The time it takes increases
Tested on:
2018.1.0a5: 3.521s, 3.871s, 4.375s, 4.904s, 5.526s, 6.098s, 6.664s, 7.272s, 8.073s, 8.577s AvgTimeIncrease/repetition: 0.561s
2017.3.0b11: 2.917s, 3.481s, 3.988s, 4.538s, 5.176s, 5.771s, 6.357s, 6.977s, 7.554s, 8.199s AvgTimeIncrease/repetition: 0.586s
5.6.4p3: 2.796s, 3.279s, 3.784s, 4.385s, 4.915s, 5.518s, 6.074s, 6.756s, 7.331s, 8.014s AvgTimeIncrease/repetition: 0.579s
5.3.8p2: 2.715s, 3.202s, 3.631s, 4.016s, 4.327s, 4.732s, 5.150s, 5.527s, 5.985s, 6.634s AvgTimeIncrease/repetition: 0.468s
5.0.4f1: 2.894s, 3.502s, 3.865s, 4.360s, 4.705s, 5.093s, 5.486s, 5.824s, 6.227s, 6.627s AvgTimeIncrease/repetition: 0.414s
Note:
Restarting the Editor resets the time it takes to execute the "AddObjectToAsset" method
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
- Property field override bar does not update transparency correctly when switching between valid and invalid GameObjects
- Project window selection is not updated when search term is changed
- Error when adding valid MonoBehaviour script to Prefab in Project window
- Editor Launch Screen will close when Enter is pressed on it
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
Resolution Note:
The asset pipeline is currently changing backend, this will be addressed once the new backend becomes default.