Skip to content

[Feature Request] ShowNonSerializedField  #83

@KospY

Description

@KospY

Would be nice to get an attribute to show non serialized fields in inspector.
ODIN and NaughtyAttributes have this option, and it's quite handy for debugging and other specific cases.

Something like:

[ShowNonSerializedField]
private int myInt = 1;

[NonSerialized, ShowNonSerializedField]
public int myInt2 = 10;

Thanks!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions