Makihiro
|
533b4e3f7f
|
Merge pull request #75 from mackysoft/feature/support-contravariance
Support contravariance/covariance
|
2024-10-27 16:28:44 +09:00 |
|
Makihiro
|
56d0834413
|
Merge pull request #76 from mackysoft/fix/foldout-layout
Fix foldout layout between Unity versions.
|
2024-10-27 16:27:27 +09:00 |
|
Makihiro
|
c850467b6b
|
Fix foldout layout between Unity versions.
|
2024-10-27 16:23:50 +09:00 |
|
Makihiro
|
a3597f28e0
|
Merge branch 'main' into feature/support-contravariance
|
2024-10-27 16:02:43 +09:00 |
|
Makihiro
|
0bbb716864
|
Fix error
|
2024-10-27 15:57:50 +09:00 |
|
Makihiro
|
edbbe60a6b
|
Update TypeSearch.cs
|
2024-10-27 15:55:21 +09:00 |
|
Makihiro
|
5ee76f7a92
|
Update Example.unity
|
2024-10-27 14:57:26 +09:00 |
|
Makihiro
|
25350f7036
|
Implement TypeSearch with generics
|
2024-10-27 14:57:23 +09:00 |
|
Makihiro
|
105f461ba8
|
Update generics example
|
2024-10-27 14:56:48 +09:00 |
|
Makihiro
|
44a84ce266
|
Update feature-request.yaml
|
2024-10-27 00:28:37 +09:00 |
|
Makihiro
|
343e2d1d54
|
Update improvement-request.yaml
|
2024-10-27 00:28:23 +09:00 |
|
github-actions[bot]
|
3386bbbb93
|
feat: Update package.json to 1.5.0
1.5.0
|
2024-10-26 15:03:50 +00:00 |
|
Makihiro
|
7ae59bfab7
|
Add Example_Contravariance
|
2024-10-27 00:01:16 +09:00 |
|
Makihiro
|
522393cd91
|
Update Example.cs
|
2024-10-26 23:44:24 +09:00 |
|
Makihiro
|
e61a077f9c
|
Merge branch 'main' of https://github.com/mackysoft/Unity-SerializeReferenceExtensions
|
2024-10-26 23:41:15 +09:00 |
|
Makihiro
|
2dfbdc0405
|
Update release.yaml
|
2024-10-26 23:40:18 +09:00 |
|
Makihiro
|
60adb3e3d3
|
Merge pull request #74 from mackysoft/feature/use-tostring-as-label
Implement SubclassSelectorAttribute.UseToStringAsLabel
|
2024-10-26 23:35:48 +09:00 |
|
Makihiro
|
0b79cd7e40
|
Implement SubclassSelectorAttribute.UseToStringAsLabel
|
2024-10-26 23:31:00 +09:00 |
|
Makihiro
|
d9bc19329f
|
Merge pull request #73 from mackysoft/fix/remove-directive-2019-3
Remove UNITY_2019_3_OR_NEWER directive
|
2024-10-26 21:33:19 +09:00 |
|
Makihiro
|
6d39db142a
|
Merge branch 'main' into fix/remove-directive-2019-3
|
2024-10-26 21:28:35 +09:00 |
|
Makihiro
|
97d028ef2a
|
Remove UNITY_2019_3_OR_NEWER directive
|
2024-10-26 21:27:40 +09:00 |
|
Makihiro
|
9df6eae13c
|
Merge pull request #67 from bulleador/patch-1
fix: foldout arrow rendered out of the inspector in 2022.3 and newer
|
2024-10-26 21:10:03 +09:00 |
|
Makihiro
|
8f4e361790
|
Merge pull request #72 from mackysoft/feature/hide-in-type-menu
Feature/hide in type menu
|
2024-10-26 20:13:10 +09:00 |
|
Makihiro
|
83b67afcc2
|
Update package.yaml
|
2024-10-26 20:06:33 +09:00 |
|
Makihiro
|
4cac61d3ed
|
Add HideInTypeMenu example
|
2024-10-26 20:02:48 +09:00 |
|
Makihiro
|
6269f7f67a
|
Add TypeMenuUtility.GetTypes method
|
2024-10-26 20:02:37 +09:00 |
|
Makihiro
|
63d2d94953
|
Add HideInTypeMenuAttribute
|
2024-10-26 20:01:51 +09:00 |
|
Bullet
|
71fa059b0c
|
fix: foldout arrow rendered out of the inspector in 2022.3 and newer
|
2024-09-07 15:29:21 +02:00 |
|
Makihiro
|
b7d76fb0c5
|
Update README.md
|
2024-08-05 18:49:05 +09:00 |
|
github-actions[bot]
|
69943b46c8
|
feat: Update package.json to 1.4.0
1.4.0
|
2024-08-03 16:56:21 +00:00 |
|
Makihiro
|
66fc5ae911
|
Merge pull request #61 from mackysoft/feature/support-nested-private
SubclassSelector now support nested private type
|
2024-08-04 01:37:48 +09:00 |
|
Makihiro
|
1757747985
|
SubclassSelector now support nested private type
|
2024-08-04 01:37:09 +09:00 |
|
github-actions[bot]
|
69f6e31cf1
|
feat: Update package.json to 1.3.1
1.3.1
|
2024-04-01 07:34:45 +00:00 |
|
Makihiro
|
3ffef8d1b2
|
Update packages
|
2024-04-01 16:33:44 +09:00 |
|
Makihiro
|
a9763b033d
|
Fix foldout layout on Unity 2022.2 or newer
|
2024-04-01 16:32:53 +09:00 |
|
Makihiro
|
2b40c3d26e
|
Merge pull request #56 from theo-rapidfire/fix/use-type-cache
Performance improvement: Use TypeCache instead of manual type iteration
|
2024-04-01 16:02:36 +09:00 |
|
theo-rapidfire
|
f7c1017567
|
Use TypeCache instead of manual type iteration
fix/use-type-cache
|
2024-03-28 13:39:48 +01:00 |
|
Makihiro
|
301cb4b12c
|
Update README.md
|
2024-02-18 04:00:28 +09:00 |
|
Makihiro
|
fe02e0fd1e
|
Update text editor packages
|
2024-02-18 03:35:49 +09:00 |
|
github-actions[bot]
|
05efde5001
|
feat: Update package.json to 1.3.0
1.3.0
|
2024-02-17 18:07:18 +00:00 |
|
Makihiro
|
f275c468ec
|
Merge pull request #55 from mackysoft/feature/reset-reference
Implement new instance context menu
|
2024-02-18 03:06:43 +09:00 |
|
Makihiro
|
c141acf129
|
Rename to ManagedReferenceContextualPropertyMenu
|
2024-02-18 03:03:53 +09:00 |
|
Makihiro
|
fdc0a286c8
|
Implement new instance menu
|
2024-02-18 03:02:41 +09:00 |
|
Makihiro
|
e5627b1caf
|
Merge pull request #54 from mackysoft/fix/dropdown-overlap
Fix dropdown overlap in Unity 2023.2
|
2024-02-18 02:51:05 +09:00 |
|
Makihiro
|
5f54c254f3
|
Fix foldout layout
|
2024-02-18 02:43:01 +09:00 |
|
Makihiro
|
b8c11e7836
|
Create SerializedPropertyExtensions and move method
|
2024-02-18 02:39:33 +09:00 |
|
Makihiro
|
f656cd0f12
|
Add GetChildProperties
|
2024-02-18 02:38:00 +09:00 |
|
Makihiro
|
f69bfc6773
|
optimize null check
|
2024-02-18 02:35:23 +09:00 |
|
github-actions[bot]
|
7f424c0f97
|
feat: Update package.json to 1.2.2
1.2.2
|
2024-02-16 12:59:32 +00:00 |
|
Makihiro
|
2934eea84e
|
Merge pull request #52 from mackysoft/fix/nullreference-when-fromjson
Fixed a bug when trying to deserialize a null type with FromJson.
|
2024-02-16 21:58:54 +09:00 |
|