Releases: hananoki/SharedModule
Releases · hananoki/SharedModule
[1.12.1] - 2021-12-22
[1.12.0] - 2021-07-27
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
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
toRect
- Changed the argument of
HTreeView.OnRowGUI
- Changed the argument of
HTreeView.OnContextClickedItem
- Changed
HTreeView.DoubleClickedItem
to sealed
DoHTreeView.OnDoubleClickedItem
instead - Changed
HTreeView.SetupDragAndDrop
to sealed
DoHTreeView.OnSetupDragAndDrop
instead - Changed
HTreeView.CanStartDrag
to sealed
DoHTreeView.OnCanStartDrag
instead - Removed
HTreeView.FindItem
- Removed
HTreeViewContextMenu
Fixed
EditorExtensions.GetIcon
- Fixed the acquisition result of
ScriptableObject
- Fixed the acquisition result of
HEditorGUI.FolderObjectField
- Fixed display being distorted before 2019.2.
[1.10.0] - 2021-06-21
Added
- Added
Extensions.Invert
- Added
EditorExtensions.GetAssetType
- Added
HEditorGUI.FolderObjectField
- Added
HEditorStyles.backGroundColor
- Added
HTreeView.OnSingleClickedItem
Changed
- Changed
HTreeView.SelectionChanged
to sealed
DoHTreeView.OnSelectionChanged
instead
[1.9.0] - 2021-06-09
[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 nowfs.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
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
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
Added
- Other functions added, etc.
Changed
- Temporarily disable the automatic OFF function of AutoReference
[1.7.5] - 2021-02-07
Added
- Added support for Unity 2020.2
- Added animation reflection
- Other functions added, etc.
[1.7.4] - 2020-12-20
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