|
Post by meabolix on Sept 17, 2023 5:47:02 GMT
Hello,
These 2 functions are deprecated in Unity 2023
Object.FindObjectOfType Object.FindObjectsOfType
Unity offers replacing them with:
Object.FindFirstObjectByType
Object.FindObjectsByType
It seems good to me, but will it work?
Thank you.

|
|