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 |
|
AnnulusGames
|
e6167d419d
|
Add: create menu
|
2024-02-16 19:58:41 +09:00 |
|
AnnulusGames
|
5de738d459
|
Add: AlchemySettings
|
2024-02-16 19:49:46 +09:00 |
|
AnnulusGames
|
f9d099985b
|
Fix: nested hierarchy objects process
|
2024-02-16 17:54:20 +09:00 |
|
AnnulusGames
|
0a9631c47d
|
Change: HierarchyObject class from abstract to regular class
|
2024-02-16 17:16:48 +09:00 |
|
AnnulusGames
|
855d0faa89
|
Add: handling of child objects
|
2024-02-16 17:12:59 +09:00 |
|
AnnulusGames
|
a482cb2afd
|
Update: item background rect
|
2024-02-16 17:03:13 +09:00 |
|
AnnulusGames
|
13c11d986d
|
Add: HierarchyHeader
|
2024-02-16 16:57:24 +09:00 |
|
AnnulusGames
|
edd57961ca
|
Add: CanEditMultipleObjects to HierarchyObjectEditor
|
2024-02-16 14:36:21 +09:00 |
|
AnnulusGames
|
60863292a0
|
Add: basic classes for hierarchy extension
|
2024-02-16 14:27:04 +09:00 |
|
AnnulusGames
|
9dc80306ec
|
Add: EditorColors class
|
2024-02-16 12:10:23 +09:00 |
|
AnnulusGames
|
c045427880
|
Update: package version
|
2024-02-14 17:01:59 +09:00 |
|
AnnulusGames
|
c2d79e302b
|
Update: README
|
2024-02-14 17:00:18 +09:00 |
|
Annulus Games
|
754ae4c4b8
|
Merge pull request #17 from AnnulusGames/add-serialization-support
Add: AnimationCurve and Gradient support for AlchemySerializeField
|
2024-02-14 16:55:03 +09:00 |
|
AnnulusGames
|
061109cf9b
|
Update: EditorSettings
|
2024-02-14 16:53:23 +09:00 |
|
AnnulusGames
|
7030b3013e
|
Add: GradientField support to GenericField
|
2024-02-14 16:53:11 +09:00 |
|
AnnulusGames
|
70f37a03d6
|
Add: tests
|
2024-02-14 16:50:15 +09:00 |
|
AnnulusGames
|
d375e6c54f
|
Add: Gradient adapter
|
2024-02-14 16:50:09 +09:00 |
|