Search Issue Tracker
By Design
Votes
0
Found in
2018.1.0a3
Issue ID
968482
Regression
Yes
ScriptableObject/MonoBehaviour memory usage increased
Reproduction steps:
- Open attached user project in 2018.1.0a3
- Build Player for Windows with profiler (Architecture x86)
- Run game and inspect how much memory "EmptyScriptableObject" uses.
Expected result: Size will not increase between versions
Actual result: Size usage increases between versions.
Small table:
Unity Player Editor
5.0.4f1 156 B 376 B
2017.1.2p2 172 B 408 B
2017.2.0f2 172 B 408 B
2018.1.0a3 184 B 424 B
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment