TylerTemp / SaintsField

A Unity Inspector extension tool focusing on script fields inspector enhancement
MIT License
154 stars 9 forks source link

[Bug][Expandable] When I Use Expandable In ScriptableWizard #1

Closed ZeroUltra closed 7 months ago

ZeroUltra commented 7 months ago
public class AssetBundleBuildWindow : ScriptableWizard
{
    [SaintsField.Expandable]
    [SerializeField] ABConfig abConfig;
    .....

image

TylerTemp commented 7 months ago

This foldout actually behaves differently on different unity versions when I test it. Could you give your Unity version?

ZeroUltra commented 7 months ago

This foldout actually behaves differently on different unity versions when I test it. Could you give your Unity version?

Ok!! unity2022.3.16🥰

TylerTemp commented 7 months ago

image

This should be fixed in 2.0.9

Feel free to re-open this issue if it still exists.