Skip to content

Not Possible to Import Enum Array #83

@bendangelo

Description

@bendangelo

I tried assigning a field as enum and checking the array bool. In the outputted code I see the field is defined for a single enum.

  [SerializeField]
  EnemyGroupTypes enemygrouptypes;
  public EnemyGroupTypes ENEMYGROUPTYPES { get {return enemygrouptypes; } set { this.enemygrouptypes = value;} }

I'm expecting something like this:

  EnemyGroupTypes[] enemygrouptypes;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions