Search Issue Tracker
Fixed
Fixed in 1.21.14
Votes
0
Found in [Package]
1.21.10
Issue ID
ADDR-3332
Regression
No
GC Alloc every frame when using Addressables
Reproduction steps:
1. Open the attached project “AddressablesBug”
2. Enter Play mode
3. Open the Profiler window and select a frame in the CPU module
Expected result: There is no GC Alloc
Actual result: There is GC Alloc in PlayerLoop > PreLateUpdate.ScriptRunBehaviourLateUpdate > LateBehaviourUpdate > MonoBehaviourCallbackHooks.LateUpdate
Reproducible with: 1.21.3, 1.21.8, 1.21.9 (2021.3.22f1), 1.21.10 (2022.2.14f1, 2023.1.0b13, 2023.2.0a10)
Not reproducible with: 19.1.19, 1.20.5, 1.21.2 (2021.3.22f1)
Couldn’t test with: 2020.3.46f1 (compiler errors)
Reproducible on: macOS 13.2.1 (Intel), Windows 10 (user’s)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
- “GUIStyle” and “NullReferenceException” errors thrown in the Console when opening Object Field during script compilation
Add comment