Search Issue Tracker
Fixed in 2022.2.13f1
Fixed in 2022.2.X, 2023.1.X, 2023.1.0b10, 2023.2.X
Votes
1
Found in
2022.1.23f1
2022.2.0b15
2023.1.0a19
Issue ID
UUM-21605
Regression
No
Error "MissingComponentException" is thrown when clicking on Prefab with CanvasRenderer component
How to reproduce:
1. Open the user's attached project "IN_21874"
2. In Assets press -> "Prefabs" -> "Network" -> "Player" prefab
3. Observe the Console
Expected result: no errors
Actual result: errors
Reproducible with: 2022.1.23f1, 2022.2.0b15, 2023.1.0a19
Couldn't test with: 2020.3.42f1, 2021.3.14f1 (due to compiler errors when downgrading)
Reproducible on: Windows 10 Pro
Full error: [Worker0] MissingComponentException: There is no 'CanvasRenderer' attached to the "healthMask" game object, but a script is trying to access it.
You probably need to add a CanvasRenderer to the game object "healthMask". Or your script needs to check if the component is attached before using it.
UnityEngine.UI.Mask.OnDisable () (at Library/PackageCache/com.unity.ugui@1.0.0/Runtime/UI/Core/Mask.cs:99)
UnityEditor.AssetPreviewUpdater:CreatePreviewForAsset(Object, Object[], String)
Note: “CanvasRenderer” is attached to a “healthMask” GameObject
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- PlayerPropertiesChanged event fires before Player Properties are applied
- Opening Media Pop-out in “Before You Start” Tutorial throws “Styles” and “Styles_Dark” messages in the Console window
- Play Mode Scenario selection/highlight is too long and out of its bounds when the Play Mode Scenario window is opened after maximizing
- Asset name is not shown in the Undo History window when a sprite is modified
- Moving a Tab to a floating window fails when floating windows are docked next to each other
Add comment