Skip to content

No way to disable warning CS0649? smcs.rsp replacement? #6

Closed
@mickderks

Description

@mickderks

Warning CS0649: Field '...' is never assigned to, and will always have its default value null.

Of course, with how Unity's serialization assigns values to component fields this warning will exist for pretty much every [SerializeField] field. Is there any way to disable this? It gets very annoying to have dozens/hundreds of these warnings after every compilation, and I don't want to put #pragma's everywhere.

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