FastScriptReload icon indicating copy to clipboard operation
FastScriptReload copied to clipboard

1.8 - CS0618 Console spam

Open SurDno opened this issue 6 months ago • 0 comments

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

SurDno avatar May 06 '25 12:05 SurDno