Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: mallenroh on February 11, 2018, 01:28:38 PM

Title: array sort actions errors
Post by: mallenroh 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?