playMaker

Author Topic: array sort actions errors  (Read 991 times)

mallenroh

  • Playmaker Newbie
  • *
  • Posts: 32
array sort actions errors
« on: February 11, 2018, 01:28:38 PM »


Hello,
I get an error when trying to use either array sort or array sort game object by distance actions
Using latest latest playmaker, in latest unity for OS X

Array sort error:
ArgumentException: does not implement right interface
System.Collections.Generic.Comparer`1+DefaultComparer[System.Object].Compare (System.Object x, System.Object y) (at


Array sort game object by distance error:
NullReferenceException: Object reference not set to an instance of an object
HutongGames.PlayMaker.Actions.ArraySortGameObjectByDistance.DoSortByDistance () (at Assets/PlayMaker Custom

Any ideas?