Commit Graph

135 Commits

Author SHA1 Message Date
AnnulusGames
004f781da2 Update: about page 2024-02-20 09:39:14 +09:00
AnnulusGames
4c41711a5c Add: SerializeReference attribute section 2024-02-19 17:06:25 +09:00
AnnulusGames
286509c366 Add: editor window section 2024-02-19 16:41:09 +09:00
AnnulusGames
8be6597de0 Add: serialization section 2024-02-19 15:20:40 +09:00
AnnulusGames
1ec10ab59d Add: hierarchy section 2024-02-19 13:17:26 +09:00
AnnulusGames
eb3fda46cd Add: sections to toc 2024-02-19 11:21:31 +09:00
AnnulusGames
a437c1e451 Add: Japanese docs 2024-02-19 10:59:29 +09:00
AnnulusGames
12b65cd1b9 Update: docfx.json 2024-02-18 12:42:28 +09:00
AnnulusGames
2814160d5d Setup: docfx 2024-02-18 12:37:45 +09:00
Annulus Games
2cc974d676
Merge pull request #39 from AnnulusGames/add-summary
Add: summary
2024-02-18 12:29:34 +09:00
AnnulusGames
c276ad45a5 Add: summary to hierarchy object classes 2024-02-18 11:54:40 +09:00
AnnulusGames
dfea343d44 Add: summary to editor classes 2024-02-18 11:44:52 +09:00
Annulus Games
6e9e759cad
Merge pull request #38 from AnnulusGames/refactoring
Refactoring
2024-02-18 11:22:36 +09:00
AnnulusGames
797df2ba6f Optimize: TypeHelper 2024-02-18 11:10:01 +09:00
AnnulusGames
f633221fef Change: rename private fields 2024-02-18 10:55:12 +09:00
AnnulusGames
92b644f571 Change: fields without external references to private 2024-02-18 10:54:01 +09:00
AnnulusGames
49cc732e21 Change: rename properties 2024-02-18 10:53:13 +09:00
AnnulusGames
f5fae0019d Change: move SettingsProvider to AlchemySettings class 2024-02-18 10:49:52 +09:00
Annulus Games
99fad8f04c
Merge pull request #37 from AnnulusGames/feature-persisting-window-data
Feature: persisting window data
2024-02-18 10:39:29 +09:00
AnnulusGames
d4c4e91807 Add: persisting window data 2024-02-18 10:33:23 +09:00
Annulus Games
cb3828eebe
Merge pull request #36 from AnnulusGames/add-listviewsettings-attribute
Add: ListViewSettingsAttribute
2024-02-18 09:48:22 +09:00
AnnulusGames
a330ddd51a Add: ListViewSettingsAttribute 2024-02-18 09:47:30 +09:00
Annulus Games
900bdc22dd
Merge pull request #35 from AnnulusGames/add-parameterless-group-attributes
Add: parameterless group attribute constructors
2024-02-17 22:49:12 +09:00
AnnulusGames
8102376232 Add: parameterless group attribute constructors 2024-02-17 22:48:52 +09:00
Annulus Games
4de21458d5
Merge pull request #34 from AnnulusGames/add-label-width
Add: LabelWidthAttribute
2024-02-17 22:41:18 +09:00
AnnulusGames
1f30cee649 Add: LabelWidthAttribute 2024-02-17 22:40:55 +09:00
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