Arrays in tab groups show the type rather than field name

Issue #30 resolved
Ivan created an issue

Normally, string[] stringArray is depicted as "StringArray" in the editor. However, when adding the [TabGroup] attribute, the title turns into "string[]" instead.

See https://i.gyazo.com/e55737caef6cf0cf8858bf129c505062.png

Unity v5.5.0f3, Odin v0.9.0.4

Comments (4)

  1. mSkull001
    • changed status to open

    This is caused by a bug where tabs removes labels if they only contain a single property. And since the array drawer doesn't have label, it draws the type name instead.

  2. Log in to comment