Unity Issue Tracker - "PropertiesGUI() is being called recursively" warning produced when trying to open color picker when object picker is opened
Fixed
UUM-647
"PropertiesGUI() is being called recursively" warning produced when trying to open color picker when object picker is opened
Unity: Editor Platform
Fixed
2023.1.X
Won't Fix
2022.2.X
2022.1.X
2021.3.X
2020.3.X
Risky to backport this change
Risky to backport
Risky to backport
Risky to backport
Steps to reproduce:
1. Create a new project or open an existing one
2. Create a Material in Assets (Right-click -> Create -> Material)
3. Select the created Material
4. In Inspector click the Object Picker icon for Detail Mask field (or any other field with Object Picker option)
5. Click on the Color Picker icon next to Albedo field
Expected results: No errors or warnings
Actual results: "PropertiesGUI() is being called recursively. If you want to render the default gui for shader properties then call PropertiesDefaultGUI() instead" warning is produced