Skip to content

[Feature Request] ShowNonSerializedField  #83

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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