Skip to content

UnityEvent single line #17

@Oneiros90

Description

@Oneiros90

Awesome plugin! I just wanted to report that this setting looks weird in the inspector:

[Serializable]
public struct KeyAction
{
    public KeyCode keyCode;
    public UnityEvent action;
}

[Reorderable("Element", true, true)]
public List<KeyAction> Mapping;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions