Commit Graph

2710 Commits

Author SHA1 Message Date
ousttrue
061eae6029 static 2021-06-18 18:53:10 +09:00
ousttrue
1e958ae408 impl custom editor
renderer を pulldown で選択できるようになった
2021-06-18 18:52:14 +09:00
ousttrue
1a99f7c6d8
Merge pull request #1047 from ousttrue/fix10/external_object_map_null
external_object_map に null が入っているときがある(対象を削除したとき)
2021-06-17 14:49:55 +09:00
ousttrue
8cad2ed2d0 external_object_map に null が入っているときがある(対象を削除したとき) 2021-06-17 14:35:18 +09:00
ousttrue
4a14a71305
Merge pull request #1046 from ousttrue/version/v0_77_0
UniVRM-0.77.0
2021-06-16 19:16:43 +09:00
ousttrue
233700d0f1
Merge pull request #1045 from ousttrue/fix/fix_rename
作業ミス。エディタで保存されてなかった
2021-06-16 19:07:21 +09:00
ousttrue
8541b5c036 UniVRM-0.77.0 2021-06-16 19:03:40 +09:00
ousttrue
1fde480d81 作業ミス。エディタで保存されてなかった 2021-06-16 18:57:59 +09:00
ousttrue
968087350f
Merge pull request #1044 from ousttrue/fix/fix_unittest
最近の UnitTest
2021-06-16 18:55:52 +09:00
ousttrue
73763f713b IReadOnlyList 2021-06-16 18:55:10 +09:00
ousttrue
db9c56cdcb
Merge pull request #1020 from ousttrue/fix/mesh_is_null
fix mesh == null
2021-06-16 18:46:14 +09:00
ousttrue
07ce8f2112 fix for ImporterContext.Load 2021-06-16 18:41:12 +09:00
ousttrue
3181dd6c90 fix Migrate_VrmTestModels 2021-06-16 18:32:43 +09:00
ousttrue
593e7ec896 fix Migrate_SpringBoneTest 2021-06-16 18:32:43 +09:00
PoChang007
e155f1c623
Merge pull request #1043 from ousttrue/fix10/add_null_check
null check
2021-06-16 18:02:31 +09:00
ousttrue
4e91e16901 null check 2021-06-16 18:01:30 +09:00
ousttrue
8f28621c92
Merge pull request #1042 from ousttrue/feature10/vrm_object
[vrm1]ScriptableObjectの構成を見直し
2021-06-16 17:49:51 +09:00
ousttrue
9fa1517a57 update Expression 2021-06-16 17:40:12 +09:00
ousttrue
b96add6dd2 remove debug log 2021-06-16 17:05:44 +09:00
ousttrue
ca4bab658e update RendererFirstPersonFlags。文字列で保持 2021-06-16 17:03:41 +09:00
ousttrue
a35db5cf36 Spring on Controller 2021-06-16 15:57:37 +09:00
ousttrue
43ee6595c4 rename 2021-06-16 15:42:42 +09:00
ousttrue
2664a773e0 DrawLookAtGizmo 2021-06-16 15:38:10 +09:00
ousttrue
8a01eae5f1 Gaze to VRM10Controller 2021-06-16 15:00:02 +09:00
ousttrue
872a0ddc97 Export VRM10ObjectMeta 2021-06-16 14:51:36 +09:00
ousttrue
cac6d2d295 fix extract VRM10Object 2021-06-15 20:13:25 +09:00
ousttrue
55db3fa8c3 clear 2021-06-15 20:03:23 +09:00
ousttrue
cb59024f8e WIP VRM10Object 2021-06-15 19:10:54 +09:00
ousttrue
9a43354294
Merge pull request #1041 from Santarh/fixMigrationMToonTest
Fix MToon migration tests
2021-06-15 18:52:22 +09:00
ousttrue
c47b910ab6
Merge pull request #1040 from Santarh/diableAutoReference
Disable "AutoReferenced" in all asmdefs.
2021-06-15 18:51:19 +09:00
Masataka SUMI
0545cbc365 Fix MToon migration tests 2021-06-15 18:47:13 +09:00
Masataka SUMI
50383c3483 Disable auto-referenced in asmdefs 2021-06-15 18:00:27 +09:00
Masataka SUMI
3102822312 Update submodule MToon 2021-06-15 17:42:25 +09:00
ousttrue
1a063ff3f6
Merge pull request #1036 from ousttrue/feature10/impl_aim_constraint
aim constraint Yaw, Pitch freeze
2021-06-15 15:11:31 +09:00
ousttrue
b7cbdaee15
Merge pull request #1034 from Santarh/mtoon5
Refactoring mtoon 1.0 alpha
2021-06-15 15:02:45 +09:00
PoChang007
fd022838ad
Merge pull request #1037 from ousttrue/fix10/null_check
null check
2021-06-15 15:02:35 +09:00
ousttrue
ca2d28ddfb null check 2021-06-15 15:01:17 +09:00
ousttrue
671b333673 aim constraint Yaw, Pitch freeze 2021-06-15 14:51:20 +09:00
PoChang007
9945a1c6cf
Merge pull request #1033 from ousttrue/fix10/avoid_editor_error_if_not_playing
avoid editor error if not playing
2021-06-15 14:19:38 +09:00
ousttrue
ceed241abd avoid editor error if not playing 2021-06-15 14:16:52 +09:00
PoChang007
759204388f
Merge pull request #1032 from ousttrue/fix/gui_enabled
new EditorGUI.DisabledScope(false) は GUI.enabled = true という意味ではないぽい
2021-06-15 14:07:16 +09:00
ousttrue
48a9ea6230 new EditorGUI.DisabledScope(false) は GUI.enabled = true という意味ではないぽい 2021-06-15 14:04:33 +09:00
PoChang007
fe93bd0ad3
Merge pull request #1029 from ousttrue/fix/destory_gameobject
remove gameobject after prefab created.
2021-06-15 13:49:00 +09:00
PoChang007
cdff0ffee0
Merge pull request #1031 from ousttrue/fix10/VRM10ControllerRuntime
VRM10Controllerの変数管理を修正
2021-06-15 13:48:46 +09:00
ousttrue
048ce04ebd runtime 変数置き場を隔離して、初期化を遅延。Editor 用の変数の初期化を分離。 2021-06-15 13:43:16 +09:00
Masataka SUMI
66e3e3b84c refactoring about alpha 2021-06-14 20:05:12 +09:00
ousttrue
30d013b0e2
Merge pull request #1030 from Santarh/failExtractVrm1Meta
Fix failing extracting vrm meta file in vrm 1.0 (rarely)
2021-06-14 19:55:04 +09:00
Masataka SUMI
193342c701 Fix failing extracting meta object file in vrm1 2021-06-14 19:41:16 +09:00
ousttrue
4e321458ee remove gameobject after prefab created. 2021-06-14 19:12:28 +09:00
ousttrue
85c5466fd8
Merge pull request #1028 from Santarh/mtoon4
Fix tiny bug
2021-06-14 16:44:07 +09:00