Search Issue Tracker
Fixed in 2023.1.2f1
Fixed in 2023.1.X, 2023.2.X, 2023.2.0a19
Votes
0
Found in
2023.1.0b19
2023.2.0a17
Issue ID
UUM-37755
Regression
No
LightBaker Memory Leak at TransformNormalsToWorldSpace
There is a memory leak as described here:
{noformat}
Allocation of 64 bytes at c0325860 in block 1 (frameIndex=8, lifetime=4, age=6, state=EXPIRED)
0x00007ff95781a7e8 (Unity) dynamic_array<math::float4x4,0>::resize_buffer_nocheck (at E:/UnitySrc/unity/Runtime/Utilities/dynamic_array.h:740)
0x00007ff957817271 (Unity) `anonymous namespace'::TransformNormalsToWorldSpace (at E:/UnitySrc/unity/Editor/Src/GI/LightBaker/LightBaker.cpp:566)
0x00007ff95780e4ca (Unity) `anonymous namespace'::RenderLightmap (at E:/UnitySrc/unity/Editor/Src/GI/LightBaker/LightBaker.cpp:931)
0x00007ff9577fe4ad (Unity) LightBaker::Bake (at E:/UnitySrc/unity/Editor/Src/GI/LightBaker/LightBaker.cpp:2386)
0x00007ff9576a4c0b (Unity) `anonymous namespace'::RunBake (at E:/UnitySrc/unity/Editor/Src/GI/BakePipeline/BakePipelineBakeStage.cpp:26)
0x00007ff9528ebd31 (Unity) Thread::RunThreadWrapper (at E:/UnitySrc/unity/Runtime/Threads/Thread.cpp:113)
0x00007ffa45dc26ad (KERNEL32) BaseThreadInitThunk
0x00007ffa478ca9f8 (ntdll) RtlUserThreadStart{noformat}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- URP 2D Sprite Lights are rendered in a blocky pattern on Nvidia 5000 series GPUs when using DX11
- Editor freezes and constantly repaints when the Open XR's Project Validation Player Settings are opened
- Tile Palette’s “(Paint on SceneRoot)” tilemap has “hide” and “ping” target buttons but they do nothing when clicked
- Texture memory does not get released when using Direct3D12 Graphics API
- Element background colors change places in Game window after reopening UI Builder
Add comment