Search Issue Tracker
Fixed
Votes
0
Found in
5.1.2f1
Issue ID
720876
Regression
No
Modifying Sprites between scene plays causes the memory used to increase each time the scene is played
How to reproduce:
1. Open attached project
2. Open scene Scene 1/scene1.unity
3. Open the Profiler window, switch to Memory tab
4. Play the scene
- Make note of the total memory used
5. Stop playing the scene
6. Select any sprite in the scene
7. Change its Sprite to an HD version
- SD and HD sprites have the same names, so can be easily changed using the Quick select box
8. Select any other sprite that uses a different Sprite and repeat step 7
9. Play the scene again
- Note how the total memory used has increased by some arbitrary amount
10. Stop playing the scene
11. Repeat from step 6, except changing the sprites back to the SD version
- Note how the total memory used has again increased by some arbitrary amount
- This happens each time the sprites are changed back and forth in this way
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Render Graph Execution errors when using GPU occlusion culling with 'Opaque Objects' frame setting disabled on a Camera
- Animator window: “Delete” menu item not greyed out for Base Layer context menu
- Resetting “PC_RP Asset (Universal Render Pipeline Asset)” causes Game view to become black and throws Renderer and NullReference errors in the Console window
- [Mobile] Player Crash on scripting_invoke_profiler_begin when the built Player Scene has an empty UIDocument and is built on IL2CPP
- Unnecessary Warnings are logged when running Player with -batchmode -nographics
Add comment