StringPicker/ImagePicker causes the inspector GUI to collapse.
There is a bug in some versions of Unity released in 2021-2022 that causes the inspector GUI to collapse.
Either of the following two methods can solve the problem.
- Upgrade the Unity versionIf possible, we recommend this method.
- Avoid drawing the problematic GUIAdd UNITY_yyyy_m_j to enable the preprocessor NESTED_LIST_HAS_BUG at the beginning of the following file.PickerForUGUI/Editor/Util/PickerEditor.csThe problem GUI component will no longer be used.