Skip to content

Releases: SolarianZ/UnityPlayableGraphMonitorTool

v2.6.3

Choose a tag to compare

@SolarianZ SolarianZ released this 01 May 14:19

Added search node function.
Fix glitches.

v2.6.2

Choose a tag to compare

@SolarianZ SolarianZ released this 01 May 07:49

A new PlayableGraph search function has been added #25
Thanks to @hankangwen

Known issues (won't fix) :

  • In Unity 2019.4, after closing the search popup, it will cause a certain control to obtain the input focus (such as the search box in the Console)
  • In Unity 2020.3, The following error will be printed after the OnBeforeAssemblyReload event is raised (does not affect functionality):
    NullReferenceException: Object reference not set to an instance of an object
    UnityEditor.EditorWindow.Close () (at <25578071f6e44201aac745680e5c8dfc>:0)
    UnityEditor.PopupWindow.CloseWindow () (at <25578071f6e44201aac745680e5c8dfc>:0)
    UnityEditor.AssemblyReloadEvents.OnBeforeAssemblyReload () (at <25578071f6e44201aac745680e5c8dfc>:0)
    

v2.6.1

Choose a tag to compare

@SolarianZ SolarianZ released this 01 May 03:13

Optimize port update method #24
Thanks to @Chenxi-Zhang

v2.6.0

Choose a tag to compare

@SolarianZ SolarianZ released this 29 Dec 05:30

Made some playable settings editable to aid with debugging. #20
Thanks to @forestrf

v2.5.9

Choose a tag to compare

@SolarianZ SolarianZ released this 21 May 14:41

Move context menu options to the toolbar

v2.5.8

Choose a tag to compare

@SolarianZ SolarianZ released this 17 May 15:38
  • #16 Add "Always Update Edges" toggle to the toolbar
  • Update package information

v2.5.7

Choose a tag to compare

@SolarianZ SolarianZ released this 11 May 15:46

Update context menu

v2.5.6

Choose a tag to compare

@SolarianZ SolarianZ released this 10 May 13:18
  • fix #19
  • fine-tuning ui

v2.5.5

Choose a tag to compare

@SolarianZ SolarianZ released this 06 May 07:29
454cca0

fix: Popup cannot display empty PlayableGraph names and PlayableGraphs with the same name properly, add HashCode to display them

v2.5.4

Choose a tag to compare

@SolarianZ SolarianZ released this 05 Jun 11:57
0d48d52

Show events of the AnimationClip