Search Issue Tracker
Fixed
Fixed in 2023.1.0b5, 2023.2.0a3
Votes
0
Found in
2023.1.0a19
2023.2.0a2
Issue ID
UUM-24836
Regression
Yes
Importer fails on a prefab that has missing references after upgrading versions
Steps to reproduce:
# Open the attached project or import the attached .unitypackage (if you choose this then you will have to import all the package dependencies that include Cinemachine, NetCode, URP and Input)
# Inspect the *Assets/ModelPrefabs/Player Prefabs/KartA01.prefab* prefab
# It should show up as a Prefab GameObject with a Renderer and several scripts attached to it, but instead appears as a Default Asset
Expected result: the prefab should be imported correctly after upgrading between versions.
Actual result: the prefab is not imported correctly. It cannot be previewed or loaded as a GameObject via script.
-------
Note: jumping from a18 to a19 will result in the prefab getting broken upon import. However, starting with a11, the prefab can be broken by removing components from it.
Reproducible with: 2023.1.0a11, 2023.1.0a19, 2023.1.0b1
Not reproducible with: 2023.1.0a10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- 3D Sample Scene (HDRP) template tutorial Welcome Dialog pop-up doesn't appear on project creation
- [Profiler] The Addressable Asset Module module outputs an ArgumentException when asset GUIDs produce a hash collision with Addressables
- Huge amounts of tests have a start delay when pressing "Run All" in the Test Runner
- Blackboard: Double borders around the tooltip
- [WebGL]VideoPlayer Rendering stops when setting FilterMode of a texture downloaded with UnityWebRequestTexture.GetTexture()
Add comment