Search Issue Tracker
Fixed
Fixed in 2022.2.13f1, 2023.1.0b10, 2023.2.0a8
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
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
Add comment