for this lecture and last section i keep getting errors like this that say Object.FindObjectsOfType is deprecated
is anyone else seeing this?
Assets\GameDev.tv Assets\Scripts\Saving\SavingSystem.cs(89,49): warning CS0618: ‘Object.FindObjectsOfType()’ is obsolete: ‘Object.FindObjectsOfType has been deprecated. Use Object.FindObjectsByType instead which lets you decide whether you need the results sorted or not. FindObjectsOfType sorts the results by InstanceID but if you do not need this using FindObjectSortMode.None is considerably faster.’