Wiki

Case Status
Log In

Wiki

 
Home ยป Release Notes»Version 1.6.x
Index
Navigation
Community Wiki

Version 1.6.x

Version 1.6.3

Updgrade Notes

  • There was a bug in older versions where state positions could get corrupted and the FSM graph would disappear. 1.6.3 can recover these graphs, however there is no way to recover the original positions of the states, so you will have to lay those out again... sorry about that!

Improvements

  • Fixed obsolete warnings in Unity 4.2.
  • Extended Location actions to use Android.
  • Allow runtime debugging of FSMs that use templates.

Bug Fixes

  • Fixed global variables not resetting to default values in Unity 4.x with Global Variables or Event Browser windows open.
  • Catch exceptions in the State Inspector so it doesn't break the editor when there is an error in an Action Editor.
  • Hardcoded graph view zoom limits since it seemed like they could get corrupted in editor prefs and lead to an empty graph view.

Version 1.6.2

Updgrade Notes

  • In previous versions Add Force did not use the defined Force Mode; it always used Force. 1.6.2 fixes this bug, but this will change the behaviour of Add Force actions if the Force Mode was not set to Force. For the old behavior, please set the Force Mode back to Force.

Improvements

  • Support custom class arrays in actions.
  • Reduced GC Alloc calls in PlayMakerGUI and PlayMakerFSM.
  • Added help box in Global Variables Window about PlayMakerGlobals.asset.

Bug Fixes

  • Fixed occasional loss of global events/variables on play.
  • Fixed Graph View updating bounds with Undo/Redo.
  • Add Force Action: Fixed bug where Force Mode wasn't used.
  • Vector3 Rotate Towards Action: Exposed magnitude as parameter. 
  • Fixed Error Check color leaking between controls in CustomActionEditors.

Version 1.6.1

Improvements

  • Optimized internal GetType() calls. (E.g., faster loading on mobile devices).
  • Made Get/Set Property menus faster.
  • Added OnDisable to CustomActionEditor. Called when the FSM is deselected.
  • Made HutongGames.PlayMakerEditor.VariableEditor public so its methods can be used in CustomActionEditors. Example: To edit an FsmFloat use: public static FsmFloat FsmFloatField(GUIContent label, Fsm fsm, FsmFloat fsmFloat)

Bug Fixes

  • Fixed Run FSM entering start state twice when disabled/enabled.
  • Fixed copy/paste bug where variables were not copied.
  • Fixed NullReferenceException with disabled FSMs and trigger/collision events.
  • Fixed auto framing of Start State when playing.
  • Fixed looping of animation actions derived from AnimateFsmAction. E.g. Animate Vector3, Animate Rect, Animate Color.
  • Fixed NullReferenceException in Log View when stopping the game in the editor.
  • Fixed NullReferenceException in 4.x with Run FSM action and edit time OnGUI preview.
  • Catch strange Unity bug in SmoothLookAt action where the squareMagnitude of Vector3.zero is not zero!

Version 1.6.0

Improvements

  • Write CustomActionEditors for any action.
  • Write custom ObjectPropertyDrawers for any Object type.
  • Create interactive scene gizmos to edit action parameters.
  • Interactive scene gizmos for Look AtMove Towards, and Set Camera FOV actions.
  • Realtime update of variable values in State and Variable Inspectors.
  • Defined MenuRoot in PlayMakerMainMenu.cs to make it easier to move the Playmaker menu.

Bug Fixes

  • Fixed null ref error when sending events to an FSM that is then disabled in Start, e.g., by another FSM, most commonly on level load.
  • Fixed Templates Browser occasionally losing the list of templates.
  • Fixed logging bug in Goto Previous State action.
  • Fixed Reset On Exit in Set Visibility action 
Tags:

Last modified on 12/25/2015 11:51 PM by User.

  • RSS Feed