Thaddeus Crews
0896ea2938
Implement updated gitignore format
...
• Remove redundant AssetStoreTools rule, as there's a section that can be uncommented that achieves the same result
• Readd .csproj and .sln to ignore index, remove corresponding files from repo as they should be autogenerated
• Ensure that autogenerated vscode folder is ignored
2023-01-21 11:52:19 -06:00
github-actions[bot]
aedc9ba824
feat: Update package.json to 1.1.7
1.1.7
2022-08-30 14:10:03 +00:00
Makihiro
ac191b642d
Merge pull request #22 from yellowisher/improve/force_nesting
...
Force nesting when there is any sub menu in AddTypeMenu attribute.
2022-08-30 23:01:10 +09:00
Makihiro
a89eb6bb87
Merge pull request #23 from yellowisher/improve/name_as_tie_breaker
...
Use menu name or type name as tie breaker.
2022-08-26 18:49:29 +09:00
yellowisher
04920fadb7
Use menu name or type name as tie breaker.
2022-08-25 00:00:59 +09:00
yellowisher
1f76157be0
Force nesting when there is any sub menu in AddTypeMenu attribute.
2022-08-25 00:00:26 +09:00
Makihiro
367bf2065c
Update README.md
2022-05-05 00:08:44 +09:00
Makihiro
d221744fff
Update README.md
2022-04-13 22:24:15 +09:00
github-actions[bot]
ed7e30f8ae
feat: Update package.json to 1.1.6
1.1.6
2022-04-11 11:46:10 +00:00
mackysoft
9b8a61429b
Delete Samples~.meta
2022-04-11 20:39:17 +09:00
github-actions[bot]
7a8f7b1e6a
feat: Update package.json to 1.1.5
1.1.5
2022-04-10 04:47:20 +00:00
Makihiro
81ed9e73e7
Merge pull request #18 from mackysoft/support-concrete-base-class
...
`SubclassSelector` is now support a concrete base class.
2022-04-10 13:45:46 +09:00
Makihiro
3c0cf411e0
Merge pull request #17 from mackysoft/support-package-samples
...
Fixed some problems with package samples.
2022-04-10 13:40:47 +09:00
Makihiro
31f4901e7f
Merge pull request #16 from mackysoft/fix/repaint-immediately
...
`serializedObject.Update()` is now called when an item is selected
2022-04-10 13:40:32 +09:00
mackysoft
9061c68ab7
SubclassSelector is now support a concrete base class.
2022-04-10 13:37:51 +09:00
mackysoft
e2a6600118
Fixed missing assembly references in GetStarted example.
2022-04-10 13:21:50 +09:00
mackysoft
060d3bd797
Add UNITY_2019_3_OR_NEWER define constraits to MackySoft.SerializeReferenceExtensions.Example.GetStarted.asmdef
2022-04-10 13:20:21 +09:00
Makihiro
782fe29719
Update README.md
2022-04-10 12:47:25 +09:00
Makihiro
d90db508fc
Update README.md
2022-04-10 12:45:16 +09:00
Makihiro
e7ac78de18
Merge pull request #15 from mackysoft/support-packckage-samples
...
Support package samples
2022-04-10 11:37:25 +09:00
mackysoft
605ffca3ab
Renamed folder from Samples to Samples~
2022-04-10 11:20:23 +09:00
mackysoft
a92b8ee7d8
Update Example
2022-04-10 11:17:47 +09:00
mackysoft
368bae3cdc
serializedObject.Update() is now called when an item is selected
2022-03-29 20:58:30 +09:00
github-actions[bot]
1f0206e3cc
feat: Update package.json to 1.1.4
1.1.4
2022-03-29 10:58:48 +00:00
Makihiro
4b6203b9d9
Merge pull request #11 from chadefranklin/main
...
Assign result
2022-03-29 19:43:24 +09:00
chadefranklin
1abb5d7e35
Assign result
...
Fixed bug where clicking on type selection button the first time leads to error.
2022-03-28 20:46:01 -04:00
github-actions[bot]
28ce93d8fc
feat: Update package.json to 1.1.3
1.1.3
2022-03-28 14:21:42 +00:00
Makihiro
55a071abe9
Merge pull request #7 from mackysoft/fix/subclassselector-drawing-overhead
...
Improve `SubclassSelectorDrawer` performance
2022-03-28 23:06:54 +09:00
mackysoft
4cdcf995f6
Remove unnecessary namespaces
2022-03-28 23:06:11 +09:00
mackysoft
cf8b8e3b17
Create PULL_REQUEST_TEMPLATE.md
2022-03-05 14:22:07 +09:00
mackysoft
9cbd570556
Create Issue templates
2022-03-05 13:59:10 +09:00
Makihiro
315cf4df85
Merge pull request #8 from mackysoft/feature/simple-list
...
[FEATURE] List the item in the root if namespace is less than or equal to 1
2022-03-05 11:51:21 +09:00
mackysoft
d730a1cdb1
Update AdvancedTypePopup.cs
2022-03-05 11:50:53 +09:00
mackysoft
f4cfd057cc
Items are now listed directly in the root when there is only one namespace.
2022-03-05 11:39:41 +09:00
mackysoft
e7a8195f17
Update ExampleEditor.cs
2022-03-05 02:15:38 +09:00
mackysoft
112b5f9457
Add ExamplEditor
...
Needed to reproduce issue
2022-03-05 02:04:22 +09:00
mackysoft
f8b317ba20
Optimize drawing SubclassSelector
2022-03-05 02:00:34 +09:00
github-actions[bot]
a10a5b90e4
feat: Update package.json to 1.1.2
1.1.2
2021-12-31 02:31:37 +00:00
Makihiro
f7d6aee382
Merge pull request #4 from mackysoft/feature/struct-support
...
Add struct support
2021-12-31 11:20:23 +09:00
mackysoft
cba28ca317
Update README.md
2021-12-31 11:04:21 +09:00
mackysoft
e7d200c091
Update example
2021-12-31 11:04:05 +09:00
mackysoft
b9ad9838ae
Removed class constraints.
...
Removed class constraints. This allows the use of structs.
2021-12-31 11:03:50 +09:00
mackysoft
024a9cdbdd
Fixed an object references were broken in example scene.
2021-12-31 10:37:38 +09:00
mackysoft
40f24e6d96
Update Unity from 2020.3.8f1 to 2020.3.24f1
2021-12-31 10:34:08 +09:00
github-actions[bot]
ef305d06fe
feat: Update package.json to 1.1.1
1.1.1
2021-05-23 12:40:07 +00:00
Makihiro
27c901a24d
Merge pull request #2 from shiena/feature/upm-samples
...
support upm Samples
2021-05-23 21:30:20 +09:00
KOGA Mitsuhiro
aa2648584f
support upm Samples
2021-05-23 21:09:19 +09:00
github-actions[bot]
8a5a35f46f
feat: Update package.json to 1.1.0
1.1.0
2021-05-17 16:30:55 +00:00
mackysoft
6dc9fbcaae
Improved performance of SubclassSelectorDrawer
...
# Changed
- `SubclassSelectorDrawer` now caches the display name of type.
- `SubclassSelectorDrawer` now finds the type via `UnityEditor.TypeCache`.
2021-05-18 01:22:16 +09:00
Makihiro
e02042777f
Update README.md
2021-05-14 15:57:28 +09:00