FastScriptReload
FastScriptReload copied to clipboard
1.8 - CS0618 Console spam
Love the asset! Currently getting some warning from time to time on 1.8:
Assets\ThirdParty\FastScriptReload\Scripts\Runtime\AssemblyChangesLoader.cs(217,14): warning CS0618: 'Object.FindObjectsOfType(Type)' 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.'