You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
List (and array, and dictionary etc) foldouts don't get indented properly inside TabGroups. Had a quick look into it, but I'm not good with the UIElements stuff so couldn't figure it out.
Lists with foldouts inside FoldoutGroups do indent correctly.
Test case here:
usingUnityEngine;usingAlchemy.Inspector;publicclassOops:MonoBehaviour{[SerializeField]string[]goodStrings={"foo","bar"};[SerializeField,TabGroup("Bad Zone")]string[]badStrings={"boo","far"};[SerializeField,TabGroup("Another Tab"),ListViewSettings(ShowFoldoutHeader=false)]string[]fineStrings={"fixed without the foldout via ListViewSettings","goo","tar"};[SerializeField,FoldoutGroup("Foldouts are okay")]string[]goodStrings2={"foo","bar"};}
The text was updated successfully, but these errors were encountered:
List (and array, and dictionary etc) foldouts don't get indented properly inside TabGroups. Had a quick look into it, but I'm not good with the UIElements stuff so couldn't figure it out.
Lists with foldouts inside FoldoutGroups do indent correctly.
Test case here:
The text was updated successfully, but these errors were encountered: