Commit Graph

976 Commits

Author SHA1 Message Date
notargs
1e98f065e1 Fix errors 2021-10-25 17:03:47 +09:00
notargs
adcf43dcbe Merge remote-tracking branch 'upstream/master' into readonly_struct_material_descriptor 2021-10-25 17:02:13 +09:00
notargs
700f033fd7 MaterialDescriptorをreadonly structに変更 2021-10-25 16:52:55 +09:00
Masataka SUMI
d6f7b23970 rename 2021-10-22 20:33:55 +09:00
Masataka SUMI
e8037d112c refactoring 2021-10-22 20:32:21 +09:00
Masataka SUMI
d2e2f8403e VRM 0.x の仕様に反する変換 Export は throw する 2021-10-22 20:31:28 +09:00
Masataka SUMI
2a01ef551b Merge branch 'master' of https://github.com/vrm-c/UniVRM into fixExporterInterface 2021-10-22 20:22:58 +09:00
Masataka SUMI
6b43069eb9 Remove RuntimeGltfInstance before saving a prefab. 2021-10-22 18:58:10 +09:00
Masataka SUMI
efbb5aca0c renderQueue を復帰する 2021-10-22 17:09:52 +09:00
Masataka SUMI
fe25feaed6 refactor 2021-10-22 16:39:23 +09:00
Masataka SUMI
4b0cfe972e comment 2021-10-22 16:38:40 +09:00
Masataka SUMI
bd982eae8f rename 2021-10-22 16:31:58 +09:00
Masataka SUMI
61415a927d TransparentZwrite のフォールバック時の指定を明示的にする 2021-10-22 16:06:45 +09:00
Masataka SUMI
95b032d12e gltfExporter の GltfExportSettings が、コンストラクタと Export 関数の引数で二重に与えられていたのを修正 2021-10-20 16:31:42 +09:00
ousttrue
df9f4ac07e unitypackageの分け方
* UniVRM
* UnivRM_Samples
* VRM
* VRM_Samples

の4パッケージとする
2021-10-18 14:19:08 +09:00
ousttrue
0d25276a00 compile check for Build 2021-10-18 13:27:49 +09:00
notargs
23ac5c06a3 Fix Quaternion.AngleAxis 2021-10-15 17:19:21 +09:00
ousttrue
fe4c65489a copy Samples to Samples~ 2021-10-14 20:51:13 +09:00
ousttrue
da56364d7d
Merge pull request #1299 from ousttrue/fix/mv_samples
[Maintenance] Samples を Samples~ に移動
2021-10-13 19:54:35 +09:00
ousttrue
20a9755df6 fix warnings 2021-10-13 17:51:12 +09:00
ousttrue
251c3d7706 Samples を Samples~ に移動
以降、Unity でコンパイルが通っていることを保証できない。つらい
2021-10-13 17:37:45 +09:00
ousttrue
eabd4ca920 UniVRM-0.86.0 2021-10-07 19:17:09 +09:00
ousttrue
0589a187ba BvhImporterContext.Parse の引き数間違いを修正 2021-10-05 16:31:34 +09:00
PoChang007
64abe0dd81
Merge pull request #1264 from ousttrue/version/v0_85_0
UniVRM-0.85.0
2021-09-29 17:38:20 +09:00
PoChang007
6e3715b8bc
Merge pull request #1262 from ousttrue/fix/unity_version
Fix/unity version
2021-09-29 17:38:02 +09:00
PoChang007
3ebced6fd7
Merge pull request #1244 from ousttrue/fix/throw
Fix throw by First. Use FirstOrDefault
2021-09-29 17:37:16 +09:00
ousttrue
d4632ab599 UniVRM-0.85.0 2021-09-29 16:56:25 +09:00
notargs
95a7999c94 Fix comment 2021-09-29 16:35:28 +09:00
notargs
4f272885c0 Add meta file 2021-09-29 16:16:06 +09:00
notargs
db1f914aac Add fastSpringBone support to sample 2021-09-29 16:15:54 +09:00
notargs
0025182b91 Add VRM FastSpringBone support 2021-09-29 16:14:41 +09:00
notargs
da81c27b81 Add FastSpringBone 2021-09-29 16:11:34 +09:00
ousttrue
38727a9bc3 add asmdef for samples 2021-09-29 16:04:08 +09:00
ousttrue
ccb1e61f5e catch NotVrm0Exception 2021-09-29 14:06:42 +09:00
ousttrue
33e730009c Vrm と それ以外の glb の処理分岐方法を変更 2021-09-29 13:47:04 +09:00
Masataka SUMI
1fa7b70b0c UnlitTransparentWithZWrite は MToon の Emissive Factor にフォールバックさせる 2021-09-28 19:18:53 +09:00
Masataka SUMI
2c4803b3eb rename 2021-09-28 19:02:41 +09:00
ousttrue
a92890f371 Implement VRMZWriteMaterialImporter 2021-09-27 21:01:35 +09:00
ousttrue
141076b18d Fix throw by First. Use FirstOrDefault 2021-09-24 19:15:22 +09:00
ousttrue
7d98ff15f9 UniVRM-0.84.0 2021-09-17 17:38:18 +09:00
ousttrue
9b58179447 UniVRM-0.83.0 2021-09-10 12:34:50 +09:00
ousttrue
8ca2a46013 fix SimpleViewer. play gltf animation 2021-09-08 19:07:54 +09:00
ousttrue
872888a35a GlbGltfZipFileParser が AmbiguousGltfFileParser と同じ内容だった。
* GlbGltfZipFileParser 削除
* AmbiguousGltfFileParser を AutoGltfFileParser に改名(うーむ)
2021-09-08 17:41:23 +09:00
ousttrue
672e11e3ce 不完全な TaskCaller 削除。デフォルトは、ImmediateCaller とする。 2021-09-08 15:28:35 +09:00
ousttrue
cff902b41a update SimpleViewer 2021-09-08 15:25:43 +09:00
ousttrue
da05ff6ba8 UniVRM-0.82.1 2021-09-03 15:58:52 +09:00
ousttrue
d938e9dd05 VrmExtensions to VrmExtension 2021-09-02 13:00:33 +09:00
ousttrue
5dd603f4fc MaterialDescriptorGenerator を constructor 経由にした 2021-09-01 21:44:03 +09:00
ousttrue
be20d1ce96 add VRMData.cs 2021-09-01 21:26:50 +09:00
ousttrue
2e8d8dd316 VRMImporterContext の materialGenerator をカスタマイズするのに VRM.glTF_VRM_extensions vrm が必用
* VRMImporterContext の中で VRM.glTF_VRM_extensions vrm を取り出していて使いづらいので引き数で渡す方法を追加することにした
2021-09-01 20:37:37 +09:00