Search Issue Tracker

Won't Fix

Votes

21

Found in

2021.3.10f1

2022.1.17f1

2022.2.0b8

2023.1.0a11

Issue ID

UUM-14886

Regression

No

"Objects are trying to be loaded during a domain backup" error is not including information on what objects caused the error when thrown

--

-

Reproduction steps:

# Open the user attached project
# Open the “SampleScene” scene
# Select the “Bar Data” contained in Assets/Data
# Enter Play mode

Expected result: Error in the Console includes information on what objects/assets caused the error
Actual result: Error in the Console doesn’t include information on what objects/assets caused the error

Reproducible with: 2021.2.16f1, 2021.3.10f1, 2022.1.17f1, 2022.2.0b8, 2023.1.0a11
Could not test with: 2020.3.39f1, 2021.2.15f1 (No error in the Console, probably not introduced)

Reproduced on: Windows 10

Note: The error is caused by missing references, in this case, on ScriptableObjects

  1. Resolution Note:

    Thank you for reporting a bug to Unity.

    We have reviewed the issue carefully, and in this case the team is unable to prioritize fixing this bug. There are a number of reasons we make this decision, including the impact and severity of the issue across our user and customer base, and the possibility that future plans may solve the problem in a different way, or that a workaround for the bug may be available.

    Today we will be closing this case. Thank you again for taking the time to report this issue, and please let us know if there is anything else that changes the impact or severity of this issue.

Comments (8)

  1. TrialByFun

    May 12, 2023 15:51

    I'm seeing this in 2022.2.17 and 2022.2.18, would love some more information in the error to track down the source of the issue.

  2. RafaelGaju

    Jan 24, 2023 12:49

    I just got the error in 2020.3.44f1

  3. rgvRedvel

    Jan 13, 2023 16:23

    We're experiencing the same message (twice per play) after we installer localization package (so addressables were installed as dependency, as well).

  4. ricke44654

    Jan 07, 2023 04:31

    I also can confirm the same behavior that @fipsy and @sangemdoko experienced - I started getting these errors today when I converted the data part of one of my MonoBehaviors over to a ScriptableObject, where I have a generic list field using SerializeReference instances. I get the error message and nothing else.

  5. pistoleta

    Dec 19, 2022 15:51

    Any way to find this missing references?

  6. fipsy

    Nov 10, 2022 19:01

    I also get this error when I have deleted a ScriptableObject that was referenced inside an object serialized via SerializeReference

  7. Sangemdoko

    Oct 06, 2022 16:31

    I was also able to reproduce the same error caused by a "missing object" field in an object serialized by [ReferenceSerialize] in a list of generics.
    Instead of printing a warning saying the object that has a missing reference, it prints this error with no stack trace.
    It took two people an entire day to found the culprit in my project

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.