Skip to content

CustomDrawers are not properly displayed if they have IfAttribute #94

@DarkRewar

Description

@DarkRewar

If a custom drawer also has a ConditionalAttribute like IfAttribute, the element isn't drawn properly in the inspector.

public bool DisplayCooldown;

[If("DisplayCooldown")]
public Cooldown CooldownIf = 1.1f;
image

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingmodule:coreLabel for the Core module

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions