Search Issue Tracker
Fixed
Fixed in 2022.2.0b6, 2023.1.0a4
Votes
0
Found in
2022.1.0a15
2022.1.0b8
2022.2.0a4
Issue ID
UUM-5815
Regression
Yes
LODs array is not updated instantly when inserting new LODs
Reproduction steps:
1. Create a new Unity project
2. Create a new empty GameObject and add a 'LOD Group' Component
3. Insert some new LODs
4. Observe the LODs list below
Expected result: The LODs list is updated instantly
Actual result: The LODs list is updated only after reselecting the GameObject
Reproducible with: 2022.1.0a15, 2022.1.0b8, 2022.2.0a4
Not reproducible with: 2021.2.10f1, 2022.1.0a14
Could not test with: 2019.4.35f1, 2020.3.29f1 (no LODs list is present)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android][iOS][UnityPlayerActivity] Legacy InputField.onEndEdit is not called when ending text edit
- Transform corruption and/or crash on PhysX::CreateCharacterController when spawning physics objects into Prefab stages
- UNITY_EDITOR data is Serialized into AssetBundle when building on the active Build Target
- "TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations..." error when changing the Packages "Cache Location" folder
- CompilationPipeline.assemblyCompilationFinished() hangs unity when reloading domain
Resolution Note (fix version 2023.1.0a4):
Verified in 2023.1.0a4
LOD group component instantly shows newly added LODs in the list
(using right-click > click "insert before" to add a new LOD level)