Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: xgonne on May 31, 2015, 08:15:53 AM

Title: Arraymaker inspector issue
Post by: xgonne on May 31, 2015, 08:15:53 AM
First time poster,

(On a fresh install of Unity 5, in a new project, importing playmaker and arraymaker directly from the asset store and site respectively) I'm getting an repeating error in the inspector view of the array list proxy component.

Quote
HutongGames.PlayMaker.FsmVar
UnityEngine.Debug:Log(Object)
PlayMakerArrayListProxyInspector:BuildPreviewInspectorGUI() (at Assets/PlayMaker ArrayMaker/__internal__/Editor/PlayMakerArrayListProxyInspector.cs:172)
PlayMakerArrayListProxyInspector:OnInspectorGUI() (at Assets/PlayMaker ArrayMaker/__internal__/Editor/PlayMakerArrayListProxyInspector.cs:40)
UnityEditor.DockArea:OnGUI()

(on the array list proxy component If the prefill count is set at a number, the entries appear as ---null---. If the prefill count isn't set, the contents number updates correctly, but if the arrow is clicked to show the contents, the arrow reorientated but no contents shows.)

So far, I have tried creating a new projects in both Unity 5 and Unity 4.6. The playmaker and arraymaker assets have been removed and then added back. On each occasion, the same problem has occurred.

Any thoughts would be greatly appreciated.