playMaker

Author Topic: Warning messages in Unity 2023.2.4f1  (Read 1902 times)

VivaLaBaz

  • Playmaker Newbie
  • *
  • Posts: 23
Warning messages in Unity 2023.2.4f1
« on: January 09, 2024, 07:50:19 AM »
Assets\PlayMaker\Actions\Physics2D\WakeAllRigidBodies2d.cs(36,17): 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.'

Assets\PlayMaker\Actions\Physics\WakeAllRigidBodies.cs(42,13): 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.'


Assets\PlayMaker\Actions\Physics\WakeAllRigidBodies.cs(27,13): 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.'


VivaLaBaz

  • Playmaker Newbie
  • *
  • Posts: 23
Re: Warning messages in Unity 2023.2.4f1
« Reply #1 on: January 10, 2024, 02:22:07 AM »
any help with this? my console is flooded with daft warnings from playmaker.