Describe the bug
Array Length InputField (see red circle in Screenshots) disappear after installing this package.
Expected behavior
See the Screenshots.
Code Sample
// Attach this script to a GameObject
public class AudioManager : MonoBehaviour {
[SerializeField] SoundItem[] sounds;
}
[Serializable]
class SoundItem {
public AudioClip clip;
[Range(0f, 1f)] public float volume;
public bool loop;
}
Screenshots

Desktop: Windows 10 2022H2
Unity version: 2022.3
Tri Inspector version: 1.14.1
Describe the bug
Array Length InputField (see red circle in Screenshots) disappear after installing this package.
Expected behavior
See the Screenshots.
Code Sample
Screenshots

Desktop: Windows 10 2022H2
Unity version: 2022.3
Tri Inspector version: 1.14.1