Search Issue Tracker
By Design
By Design in 2022.1.X
Votes
0
Found in
2020.3.36f1
2021.3.6f1
2022.1.9f1
Issue ID
UUM-8423
Regression
No
"Could not find asset metadata and GUID" warnings when serializing a scene that contains a prefab
Reproduction steps:
1. Open the attached "PrefabIssue.zip" project
2. Open the "PrefabBugScene" scene
3. Enter Play mode
4. Observe the Console
Expected result: No warnings are logged
Actual result: "Could not find asset metadata and GUID" warnings are logged
Reproduced with: 0.6.0-preview (2020.3.36f1, 2021.3.6f1, 2022.1.9f1)
Could not test with: 0.6.0-preview (2022.2.0b1, 2023.1.0a3) (could not resolve package errors)
Reproduced on: Windows 10, Windows 11
Package: Unity Runtime Scene Serialization
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
I've replied to the thread explaining why this is expected behavior https://forum.unity.com/threads/runtime-scene-serialization-package-status.1168783/#post-8269929
The warnings are there to tell the user that the system does not have enough information to serialize the scene at runtime. The issue is that they have a prefab in the scene which will be saved as a prefab reference to the AssetPack, but then they try to save that scene in Play mode, where the prefab is unpacked and the system does not have references to the assets it references.
Resolution Note (2022.1.X):
I've replied to the thread explaining why this is expected behavior https://forum.unity.com/threads/runtime-scene-serialization-package-status.1168783/#post-8269929
The warnings are there to tell the user that the system does not have enough information to serialize the scene at runtime. The issue is that they have a prefab in the scene which will be saved as a prefab reference to the AssetPack, but then they try to save that scene in Play mode, where the prefab is unpacked and the system does not have references to the assets it references.