`Object.FindObjectsOfType` is obsolete
Author: jcs090218Created Oct 5, 2023Updated Oct 5, 2023
I'm using Unity 2023.1.11f1, it seems like Unity has made function Object.FindObjectsOfType obsolete.
Assets\Plugins\UniRx\Scripts\UnityEngineBridge\MainThreadDispatcher.cs(580,31): warning CS0618: 'Object.FindObjectsOfType<T>()' 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.'Source: neuecc/UniRx