Getting CS0649 warnings (value never assigned) for private serialized fields

        [SerializeField] private Transform messagesParent;

Warning: Assets\Scripts\Flow\SystemsManager.cs(26,38): warning CS0649: Field ‘SystemsManager.messagesParent’ is never assigned to, and will always have its default value null

Didn’t get this warning before upgrading to 2018.3, and now my project is full of them. They also don’t make sense since these values will be set in the inspector.

This came up already, see:

1 Like

Hmm, I searched for it and didn’t find a thread. Weird.

Thanks!