Closed
Description
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
Labels
No labels