You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.