Search Issue Tracker
Fixed in 2018.2.X
Fixed in 2017.4.X, 2018.1.X
Votes
0
Found in
2018.1.0b6
Issue ID
1001595
Regression
No
Switching between Animations with AssetBundle, cause AnimationPlayableAsset remain in memory
How to reproduce:
1. Download attached project and open "A" scene
2. Enter Play Mode and press "Space" with keyboard (it will load "SampleScene" in "AssetBundles/s", simple scene will play a timeline loop)
3. Press "Space" again (will return from SampleScene to "A" scene)
4. Check Profiler -> Scene Memory -> MonoBehaviour , AnimationPlayableAsset still in memory
5. Repeat 2 -> 4 steps and Check Profiler, AnimationPlayableAsset will instance more than once
Actual result: Load one timeline in the scene via AssetBundle and then switch to another scene, cause AnimationPlayableAsset remains in memory
Reproduced with: 2018.1.0b7, 2018.2.0a1 (210ec0022b93)
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
Add comment