[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.