Commit Graph

209 Commits

Author SHA1 Message Date
Annulus Games
ee94d1620c
Merge pull request #33 from AnnulusGames/add-inline-group
Add: InlineGroupAttribute
2024-02-17 21:46:28 +09:00
AnnulusGames
dd65dd3d6c Add: InlineGroup 2024-02-17 21:45:53 +09:00
Annulus Games
a43ed1cc27
Merge pull request #32 from AnnulusGames/fix-support-editor-window
Fix: some elements not working on AlchemyEditorWindow
2024-02-17 21:43:00 +09:00
AnnulusGames
0a971bb3da Fix: some elements not working on AlchemyEditorWindow 2024-02-17 21:42:41 +09:00
Annulus Games
23cae9cf20
Merge pull request #31 from AnnulusGames/feature-editor-window
Feature: AlchemyEditorWindow
2024-02-17 21:28:44 +09:00
AnnulusGames
36ff2b7534 Fix: HorizontalGroupDrawer 2024-02-17 21:28:21 +09:00
AnnulusGames
16cf317d30 Add: comment 2024-02-17 21:27:43 +09:00
AnnulusGames
f1a8533c82 Add: AlchemyEditorWindow 2024-02-17 18:29:41 +09:00
Annulus Games
787d4b7388
Merge pull request #29 from AnnulusGames/fix-getfieldinfo
Fix: SerializedProperty.GetFieldInfo() does not retrieve inherited members
2024-02-17 17:48:16 +09:00
AnnulusGames
f9bb3efd55 Fix: SerializedProperty.GetFieldInfo() does not retrieve inherited members 2024-02-17 17:47:10 +09:00
Annulus Games
d879978b5f
Merge pull request #28 from AnnulusGames/fix-duplicate-fields
Fix: fields that hides inherited properties appears multiple times
2024-02-17 15:29:36 +09:00
AnnulusGames
aff108be38 Fix: fields that hides inherited properties appears multiple times 2024-02-17 15:27:14 +09:00
Annulus Games
6800d3a455
Merge pull request #27 from AnnulusGames/fix-onvaluechanged
Fix: OnValueChanged method with parameters doesn't work
2024-02-17 15:19:11 +09:00
AnnulusGames
28eeaa9d4d Fix: OnValueChanged method with parameters doesn't work 2024-02-17 15:18:49 +09:00
Annulus Games
2035c6b37c
Merge pull request #26 from AnnulusGames/fix-inlinefield
Fix: [InlineField] not working
2024-02-17 15:02:32 +09:00
AnnulusGames
c463f36882 Fix: InlineField attribute not working 2024-02-17 15:00:00 +09:00
AnnulusGames
f6526b3cc1 Change: rename method 2024-02-17 14:50:56 +09:00
Annulus Games
d56f989028
Merge pull request #25 from AnnulusGames/fix-multiple-field
Fix: fields hiding the inherited members of Component are displayed multiple times
2024-02-17 14:38:36 +09:00
AnnulusGames
d1fde38897 Fix: exclude properties that do not have [SerializeField] 2024-02-17 14:35:53 +09:00
AnnulusGames
4085ca28d1 Fix: enumeration of type members 2024-02-17 14:10:04 +09:00
Annulus Games
5aa8baee17
Merge pull request #24 from AnnulusGames/feature-class-group
Feature: group attributes support for classes/structs
2024-02-17 13:50:53 +09:00
AnnulusGames
7e848c8b3c Add: AlchemyEditorUtility 2024-02-17 13:33:31 +09:00
AnnulusGames
1a645e2a81 Add: class group support 2024-02-17 13:08:41 +09:00
Annulus Games
993a47e00d
Merge pull request #22 from AnnulusGames/add-callback-attributes
Add: callback attributes
2024-02-17 12:29:01 +09:00
AnnulusGames
2401642ac8 Add: OnInspectorDestroyAttribute 2024-02-17 12:21:27 +09:00
AnnulusGames
8e0d608191 Change: rename attributes 2024-02-17 12:13:14 +09:00
AnnulusGames
730ce9de24 Add: OnInspectorEnable/Disable attributes 2024-02-17 11:03:18 +09:00
AnnulusGames
1c10ed3827 Add: OnValueChanged attribute 2024-02-17 10:50:18 +09:00
Annulus Games
e6eca44fc8
Merge pull request #21 from AnnulusGames/add-diagnostic-descriptors
Add: diagnostic descriptors
2024-02-16 23:47:53 +09:00
AnnulusGames
bdc7d5fd92 Update: dll file 2024-02-16 23:43:23 +09:00
AnnulusGames
fbde143664 Add: ShouldBeNonSerialized DiagnosticDescriptor 2024-02-16 23:38:29 +09:00
AnnulusGames
0a74551727 Add: NestedNotAllow DiagnosticDescriptor 2024-02-16 23:18:43 +09:00
AnnulusGames
53d042ceac Add: MustBePartial DiagnosticDescriptor 2024-02-16 23:11:53 +09:00
Annulus Games
513e278b74
Merge pull request #20 from AnnulusGames/fix-inlineditor-array
Fix: InlineEditor attribute doesn't work for arrays
2024-02-16 22:35:43 +09:00
AnnulusGames
4031a41822 Fix: InlineEditor attribute doesn't work for arrays 2024-02-16 22:35:03 +09:00
AnnulusGames
2ee52ae93b Refactoring 2024-02-16 22:19:02 +09:00
Annulus Games
aef293e268
Merge pull request #19 from AnnulusGames/remove-internal-namespace
Remove: Alchemy.Editor.Internal namespace
2024-02-16 21:45:35 +09:00
AnnulusGames
3d148e1c7d Remove: Alchemy.Editor.Internal namespace 2024-02-16 21:45:12 +09:00
Annulus Games
43d241c0bd
Merge pull request #18 from AnnulusGames/feature-hierarchy-extensions
Feature: hierarchy extensions
2024-02-16 21:38:59 +09:00
AnnulusGames
dfc4779ac4 Improve: adjust rect 2024-02-16 21:26:56 +09:00
AnnulusGames
867862d0a5 Add: HierarchyObject.Mode.None 2024-02-16 21:21:35 +09:00
AnnulusGames
821e3d2046 Change: rename file 2024-02-16 21:18:10 +09:00
AnnulusGames
1fa016be39 Improve: adjust rect 2024-02-16 21:14:59 +09:00
AnnulusGames
9164d4b791 Fix: HierarchyObjectProcessor 2024-02-16 21:06:24 +09:00
AnnulusGames
e02c83695b Fix: GUI.color 2024-02-16 20:52:14 +09:00
AnnulusGames
3b6b4dbcea Improve: use EditorIcons 2024-02-16 20:51:21 +09:00
AnnulusGames
fcf43662c1 Update: adjust rect 2024-02-16 20:50:28 +09:00
AnnulusGames
4866425575 Fix: bugs 2024-02-16 20:50:17 +09:00
AnnulusGames
70e2f0e862 Add: component icons 2024-02-16 20:41:55 +09:00
AnnulusGames
9d87b79807 Add: hierarchy toggles 2024-02-16 20:17:26 +09:00