Skip to content

Releases: hananoki/SharedModule

[1.12.1] - 2021-12-22

22 Dec 08:13
Compare
Choose a tag to compare

Fixed

  • Method names are now in English.

[1.12.0] - 2021-07-27

29 Jul 02:33
Compare
Choose a tag to compare

Added

  • Added the icon extracted from EditorAssetBundle
  • Added HananokiEditor.SharedModule.Association
  • Added HananokiEditor.HEditorDialog
  • Added HananokiEditor.Hananoki_OnOpenAsset
  • Added HananokiEditor.Extensions.EditorExtensions
    • HasHideFlags
    • EnableHideFlags
    • DisableHideFlags
    • GetParentRoot
    • GetGameObjects
    • displayNameで探す
    • displayNameでアルファベット順にする
  • Added HananokiEditor.SelectionHistory
  • Added HananokiEditor.ProjectBrowserUtils.ClearSearchFieldText

Changed

  • EditorIcon
    • Changed to get a dummy when icon acquisition fails
  • EditorIcon.Get
    • Organized read methods
  • EditorHelper.FixSerializeReference
    • Decomposed the process so that it can be processed in multiple threads
  • HananokiEditor.Extensions.EditorExtensions.GetIcon
    • Changed to cache loaded icons
  • HananokiEditor.HEditor
    • Changed to handle Managed Reference

[1.11.0] - 2021-06-29

30 Jun 13:18
Compare
Choose a tag to compare

Added

  • Added AssetDatabaseCache
  • Added AssetDatabaseUtils.LoadAssetAtGUIDAndLocalID
  • Added ProjectBrowserUtils.isSearching
  • Added ProjectBrowserUtils.isPinging
  • Added TreeViewItem extension method
  • Added EditorExtensions.指定クラスを含む
  • Added ExternalPackages.AsmdefGraph.OpenAsName
  • Added ExternalPackages.CustomProjectBrowser.DrawProjectItemCallback
  • Added ExternalPackages.ScriptableObjectManager.GetRegistTypes
  • Added ExternalPackages.ScriptableObjectManager.SetShow
  • Added ExternalPackages.FavoriteAssets.SetShow
  • Added method to HTreeView
    • GetAllItems
    • GetTreeItems
    • UpdateAllDepth
    • UpdateDepth
    • SetExpanded

Changed

  • Changed the automatic output name of UnitySymbol
  • Changed the return value of HEditorGUI.MiniLabelR to Rect
  • Changed the argument of HTreeView.OnRowGUI
  • Changed the argument of HTreeView.OnContextClickedItem
  • Changed HTreeView.DoubleClickedItem to sealed
    Do HTreeView.OnDoubleClickedItem instead
  • Changed HTreeView.SetupDragAndDrop to sealed
    Do HTreeView.OnSetupDragAndDrop instead
  • Changed HTreeView.CanStartDrag to sealed
    Do HTreeView.OnCanStartDrag instead
  • Removed HTreeView.FindItem
  • Removed HTreeViewContextMenu

Fixed

  • EditorExtensions.GetIcon
    • Fixed the acquisition result of ScriptableObject
  • HEditorGUI.FolderObjectField
    • Fixed display being distorted before 2019.2.

[1.10.0] - 2021-06-21

22 Jun 12:37
Compare
Choose a tag to compare

Added

  • Added Extensions.Invert
  • Added EditorExtensions.GetAssetType
  • Added HEditorGUI.FolderObjectField
  • Added HEditorStyles.backGroundColor
  • Added HTreeView.OnSingleClickedItem

Changed

  • Changed HTreeView.SelectionChanged to sealed
    Do HTreeView.OnSelectionChanged instead

[1.9.0] - 2021-06-09

10 Jun 13:30
Compare
Choose a tag to compare

[1.9.0] - 2021-06-09

Added

  • Add options to Settings Editor: UIElements Font Fix
  • Added EditorIcon.folderOpen
  • Added EditorExtensions.L10n
  • Added IEnumerableExtensions.OrEmptyIfNull
  • Added AssetDatabaseUtils.OpenAsset
  • Added EditorPrefsFloat
  • Added EditorStylesHelper.standardFont
  • Added ExternalPackages.ScriptableObjectManager
    • enabled
    • ShowCreateMenu
  • Added ProjectBrowserUtils.SetFolderSelection

Changed

  • fs.WriteFile is now fs.WriteFileAll
  • EditorHelper.GetTypeFromString: Added arguments for inner class

Fixed

  • EditorHelper.ShowNewInspectorWindow: Fixed to return the state of Selection
  • Fixed p4 icons for 2020_1

[1.8.0] - 2021-04-03

17 May 13:10
Compare
Choose a tag to compare

Added

  • Add miscellaneous classes and methods

Changed

  • EditorHelper.GetTypeFromString: Changed to cache search results
  • EditorIcon: Changed to use the output file for each version
  • Changed to get the platform icon from the system
  • Organized code format and unused using

[1.7.7] - 2021-03-01

02 Mar 16:01
Compare
Choose a tag to compare

Added

  • Added attributes
    • Hananoki_SceneView_ComponentButton
    • HananokiEditor.Hananoki_SceneView_ComponentTool
    • Hananoki_Hierarchy_ComponentTool
  • Other functions added, etc.

Changed

  • EditorContextHandler.ForceReserializeAssets: Folder can be specified
  • EditorHelper.FixSerializeReferencex: Enabled to specify field name
  • HTreeView: A function to restore the selected state is now available.

[1.7.6] - 2021-02-19

19 Feb 15:05
Compare
Choose a tag to compare

Added

  • Other functions added, etc.

Changed

  • Temporarily disable the automatic OFF function of AutoReference

[1.7.5] - 2021-02-07

08 Feb 12:43
Compare
Choose a tag to compare

Added

  • Added support for Unity 2020.2
  • Added animation reflection
  • Other functions added, etc.

[1.7.4] - 2020-12-20

05 Jan 11:16
Compare
Choose a tag to compare

Added

  • Added Class

    • ExternalPackages
    • EditorWindowUtils
  • Added EditorHelper Method

    • GetMonoScriptFromType
  • Added EditorExtensions Method

    • IsOnScene
    • StartWithResource
    • HasExtention
    • GetPersistentTypeID
  • Added AssemblieUtils Method

    • SubclassesOf

Changed

  • Changed IconButton event handling to MouseUp
  • Made all editor windows configurable as utility windows

Fixed

  • Fixed an icon resource leaking