Skip to content

Array Length InputField disappear after installing this package #184

@zengfanfan

Description

@zengfanfan

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
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions