Search Issue Tracker
Won't Fix
Votes
1
Found in
5.3.2p3
Issue ID
771396
Regression
No
Profiler shows that texture uses twice the amount of memory
To reproduce:
1. Open the attached project
2. Load the "test" scene
3. Hit play
4. Open Profiler window
5. In the Profiler window, select "Memory"
6. Change mode from "Simple" to "Detailed"
7. Click "Take Sample: Editor"
8. Expand "Scene Memory" -> "Texture2D"
Actual result: the texture is using 32 MB of memory. Double clicking it will select the game object and the preview window shows 16 MB (see screenshot)
Expected result: Numbers in the Profiler and the Preview window should be the same
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