How to reproduce:
- Open the “Unity Bugs.zip“ project
- Select the “Assets/Prefabs/Aspect Ratio Fitter Prefab.prefab” Prefab in the Project tab
- Observe the Inspector
Actual result: A warning is displayed under the Aspect Ratio Fitter Component
Expected result: No warning is displayed under the Aspect Ratio Fitter Component
Reproducible in: 2023.1.0a1, 6000.0.65f1, 6000.3.4f1, 6000.4.0b4, 6000.5.0a4
Reproduced on: Windows 11 Pro (25H2)
Not reproduced on: No other environment tested
Notes:
- Parent-related warnings should not be thrown on prefabs, since they cannot have parents by themselves
- Full warning reads: “You cannot use this Aspect Mode because this Component’s GameObject does not have a parent object.“