Search Issue Tracker
Fixed
Fixed in 2022.3.21f1, 2023.2.11f1, 2023.3.0a11
Votes
0
Found in
2021.3.29f1
2022.3.6f1
2023.1.6f1
2023.2.0b2
2023.3.0a7
Issue ID
UUM-51712
Regression
No
Uninstantiated Asset gets displayed in the Inspector after saving Scene changes when a GameObject with ExposedReferences is selected while saving
Reproduction steps:
1. Open the attached “IN-46047_TryingRetractingChangesAgain Repro.zip“ project
2. Open the “SampleScene” from the Scenes folder
3. Select the “GameObject” in the Hierarchy
4. Open the Timeline window
5. Select the “Attempt 2 Track” track
6. Go to the File menu and press Save or Save project
Expected result: The GameObjects referenced by ExposedReference stay the same after saving the Scene changes as they were before saving
Actual result: The GameObjects referenced by ExposedReference get shown as “None (Game Object)” after saving the Scene changes
Reproducible with: 2021.3.29f1, 2022.3.6f1, 2023.1.6f1, 2023.2.0b2
Reproduced on: Windows 11 Pro
Notes:
- [Workaround] After deselecting the “Attempt 2 Track” track in the Timeline window, the GameObjects referenced by ExposedReference get changed back to what they were before saving
- The Save project button in the File menu does not reproduce the issue in the 2021.3.29f1 version of Unity but the Save button still does
- The issue is also reproducible by modifying and saving any C# script in the project but the “Attempt 2 Track” track becomes deselected automatically after script recompilation is done (in this case, the workaround just happens automatically)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Add comment