Commit Graph

196 Commits

Author SHA1 Message Date
Annulus Games
5fef637954
Merge pull request #88 from moz-moz/fix/unity-2023-compatibility
Fix for InternalAPIHelper Error in Unity 2023.2.15f1 and Later
2024-05-01 18:57:15 +09:00
moz-moz
2c1f6700a3 Fix: Resolved InternalAPIHelper error in Unity 2023.2.15f1 and later versions 2024-05-01 02:57:13 +09:00
Annulus Games
93a56757a8
Merge pull request #61 from Akeit0/alchemy-serialize-with-inheritance
Add : Support AlchemySerialization with generics and inheritance
2024-03-21 12:07:45 +09:00
Akeit0
c91f1d6e2f Fix: Format 2024-03-21 12:01:06 +09:00
Akeit0
af4832ea10 Change: DisplayName of field with ShowAlchemySerializationData 2024-03-21 11:48:50 +09:00
Akeit0
d9c9f4f809 Change: naming of generated fields and functions. 2024-03-21 11:29:46 +09:00
Annulus Games
db0d05aec5
Merge pull request #65 from yuyu0127/support-base-class-private-array
Fix: Inspection of private array-like fields on base class
2024-03-21 10:54:02 +09:00
Annulus Games
3ca300ff34
Merge pull request #68 from yuyu0127/support-list-view-label-modification
Add: Support list view label modification
2024-03-21 10:50:53 +09:00
Annulus Games
da23ce5eee
Merge pull request #70 from Yusuke57/add-preview-attribute
Add:  PreviewAttribute
2024-03-21 10:50:00 +09:00
Annulus Games
9b53c07113
Merge pull request #72 from Yusuke57/fix-typo-subtitle
Fix: typo in subtitle
2024-03-21 10:49:03 +09:00
yuyu0127
ae98f77017 Add: Sample LabelText for list fields 2024-03-17 20:24:40 +09:00
Yusuke57
59d77ac523 Fix: typo subtitle 2024-03-17 18:53:51 +09:00
Yusuke57
1e27c65fe5 Add: Sample PreviewAttribute 2024-03-17 18:26:45 +09:00
Yusuke57
036584f3ca Add: PreviewAttribute 2024-03-17 18:23:47 +09:00
yuyu0127
2f1e668c9c Remove: Unnecessary semicolon 2024-03-17 00:52:21 +09:00
yuyu0127
c1e345b85f Add: Support list view label modification 2024-03-17 00:52:20 +09:00
yuyu0127
d84619f52d Fix: Support inspection of private array-like fields on base class 2024-03-17 00:21:28 +09:00
Annulus Games
bcaeef5ea9
Merge pull request #60 from Akeit0/support2021
Fix: wrong type conversion
2024-03-04 23:42:16 +09:00
Annulus Games
088838f0bf
Merge pull request #62 from AnnulusGames/remove-depth-limit
Remove: depth limit
2024-03-04 23:41:58 +09:00
AnnulusGames
cd3c0f2a00 Remove: depth limit 2024-03-04 23:36:38 +09:00
Akeit0
cb32709324 Merge remote-tracking branch 'origin/alchemy-serialize-with-inheritance' into alchemy-serialize-with-inheritance
# Conflicts:
#	Alchemy.SourceGenerator/AlchemySerializeGenerator.cs
2024-03-03 13:12:04 +09:00
Akeit0
19e3054f3c Fix : Format Code 2024-03-03 13:09:36 +09:00
Akeit0
3089992651 Fix : Format Code 2024-03-03 13:01:00 +09:00
Akeit0
3b4d8ba52e Fix : Replace "." to "_" 2024-03-03 01:10:50 +09:00
Akeit0
12ac998c27 Add : Support AlchemySerialization to generics and inheritance 2024-03-03 01:01:51 +09:00
Akeit0
da317bcaff Fix: wrong type conversion 2024-03-02 18:24:53 +09:00
Annulus Games
ea19961861
Merge pull request #56 from Akeit0/support2021
Fix: support 2021.3 & 2022.1
2024-03-01 14:35:22 +09:00
Akeit0
a509a7ba83 Fix: #if 2022.2 to 2022.1 2024-03-01 14:27:22 +09:00
Akeit0
a2e588ef38 Remove unnecessary lines 2024-02-28 09:02:49 +09:00
Akeit0
df3f0a13c6 Fix: OnListViewChanged events for 2021 2024-02-28 08:57:18 +09:00
Akeit0
d6ead526bf Fix: UnsignedIntegerField to UnsignedLongField for ulong Type 2024-02-27 11:18:40 +09:00
Akeit0
55e9495c88 Fix : support 2021.3 & 2022.1 2024-02-27 11:01:43 +09:00
AnnulusGames
e21ac9e231 Run formatter 2024-02-22 10:32:37 +09:00
Annulus Games
5b3a31cc64
Merge pull request #51 from Akeit0/fix-propertylistview
Fix: Syntax bug
2024-02-22 09:24:46 +09:00
Akeit0
9cfd54438b Fix: Syntax bug 2024-02-22 08:09:25 +09:00
Annulus Games
c08aaaf3a0
Merge pull request #50 from Akeit0/fix-propertylistview
Fix: Changes in PropertyListView are not reflected when field don't h…
2024-02-21 21:21:08 +09:00
Akeit0
e170451f6a Fix: Changes in PropertyListView are not reflected when field don't have OnListViewChangedAttribute. 2024-02-21 20:33:02 +09:00
AnnulusGames
b03898d42a Update: package version 2024-02-21 12:28:33 +09:00
Annulus Games
02849c21c2
Merge pull request #44 from AnnulusGames/add-collection-callbacks
Add: OnListViewChangedAttribute
2024-02-21 12:25:50 +09:00
AnnulusGames
5f62a111de Add: docs 2024-02-21 12:24:06 +09:00
AnnulusGames
99346cddb0 Remove: OnBindItem and OnUnbindItem 2024-02-21 12:17:35 +09:00
AnnulusGames
806a043032 Add: ListViewChangedAttribute 2024-02-21 11:56:54 +09:00
AnnulusGames
18ccff10cb Change: CreateListViewFromSettingsAttribute -> CreateListViewFromFieldInfo 2024-02-21 10:01:29 +09:00
AnnulusGames
0d1063b13a Change: add CreateListViewFromSettingsAttribute 2024-02-21 09:58:39 +09:00
Annulus Games
d874e72f18
Update: README 2024-02-20 16:07:30 +09:00
AnnulusGames
04a0054de9 Update: package.json 2024-02-20 15:56:19 +09:00
AnnulusGames
0b80c4920a Update: README 2024-02-20 15:54:43 +09:00
AnnulusGames
10a9db10d7 Update: README 2024-02-20 15:53:56 +09:00
Annulus Games
88ab870b26
Merge pull request #43 from AnnulusGames/add-docs
Add: docs
2024-02-20 14:54:37 +09:00
AnnulusGames
deffc517fa Add: publish docfx workflow 2024-02-20 14:54:01 +09:00