Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
1.4.5
1.5.0-pre.5
Issue ID
LOC-1024
Regression
No
NullReferenceException errors are thrown when opening a Scene that contains a modified prefab which changes are being tracked
Reproduction steps:
1. Open the attached “ASDQWE” project
2. Open the “Assets/Scenes/SampleScene.unity” Scene
3. Observe the Console Window
Expected result: No error is thrown
Actual result: “Trying to update the managed reference registry with invalid propertyPath(likely caused by a missing reference instance" and multiple “NullReferenceException: Object reference not set to an instance of an object” errors are thrown
Reproducible with: 1.3.2 (2021.3.32f1, 2022.3.4f1, 2023.1.0a20), 1.4.4, 1.4.5 (2021.3.32f1, 2022.3.12f1, 2023.1.19f1, 2023.2.0b16, 2023.3.0a12)
Reproducible on: Intel macOS 14
Not reproducible on: No other environment tested
Note: Disabling and reenabling the “Game Ojbect Localizer (Script)” Component functions as a workaround
Comments (1)
-
calpolican
Feb 08, 2024 16:53
Had this issue after changing unity's version.
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
- Incorrect rotations on bones when importing FBX animations with a Humanoid Rig
- Render Graph Viewer “Pass List” section is flickering when resizing vertically and the Render Graph Viewer window is docked
- Render Graph Viewer Capture button plays the click animation but does not do anything when the Capture button is pressed with the “Enter” key on the keyboard
- UI Builder Scrollview is unable to scroll all the way down when the window is downsized vertically
- Celestial bodies order remains unchanged when the Distance setting is modified
Resolution Note:
While attempting to reproduce the bug, we successfully triggered an error. However, the challenge lies in understanding the precise steps leading to this error state. Even with a new TMP GameObject, replicating the issue proves elusive. The error message suggests the disappearance of the managed reference, yet lacking a clear reproduction path hampers our ability to investigate effectively. Although we've implemented additional null checks to mitigate potential references, resolving the fundamental issue remains elusive. Any insights or guidance on replicating the error would be greatly beneficial in advancing our troubleshooting efforts.