Hello,
I have just started a quick little project and haven’t done any coding yet in it. Whenever I press play I receive two errors,
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.ProfilerWindow.SaveViewSettings () (at :0)
UnityEditor.ProfilerWindow.OnDisable () (at :0)
and
IConnectionState was not Disposed! Please make sure to call Dispose in OnDisable of the EditorWindow in which it was used.
UnityEditor.Networking.PlayerConnection.GeneralConnectionState:Finalize ()
Here is a screenshot of them,
Thank you, I will appreciate any help.