Search Issue Tracker
Active
Votes
0
Found in
6000.0.58f1
6000.2.6f1
6000.3.0b4
6000.4.0a1
Issue ID
UUM-121369
Regression
No
MissingReferenceException occurs when entering Play mode with a locked GameObject in the Inspector
Reproduction steps:
1. Create a new Unity project
2. Create a new empty MonoBehaviour script
3. Add a GameObject to the scene
4. Add the MonoBehaviour (from Step 2) to the GameObject (from Step 3)
5. Add a Collider (e.g., BoxCollider) to the same GameObject
6. Lock the GameObject in the Inspector, by clicking on the padlock icon in the top-right corner of the Inspector
7. Enter the Play Mode
8. Observe the Console
Expected result: No errors occur
Actual result: "MissingReferenceException: The object of type 'NewMonoBehaviourScript' has been destroyed but you are still trying to access it." error is thrown
Reproducible with: 6000.0.58f2, 6000.2.6f2, 6000.3.0b4, 6000.4.0a1
Reproducible on: M1 Max macOS 15.6.1 (Tested by CQA)
Not reproducible on: No other environment tested
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Safe area ignores navigation bar on Android when targeting level 35 API or higher
- File watcher does not trigger after the AcquireFloatingLease and before the Entitlement check
- HDR Output gets disabled in the Editor when Reflection Probe is enabled during runtime
- The "Build and Run" Menu option tries to build for the selected Build Platform instead of the Active Build Platform
- Font kerning breaks at runtime when multiple UI Documents use different fonts
Add comment