Commit Graph

3929 Commits

Author SHA1 Message Date
Masataka SUMI
2fed70ba4e
Merge branch 'master' of https://github.com/vrm-c/UniVRM into vrm10UrpExport 2024-11-07 22:24:28 +09:00
Masataka SUMI
a1249a7937
remove debug log 2024-11-07 22:24:08 +09:00
Masataka SUMI
cce076d324
Impl VRM10 material exporter in URP 2024-11-07 22:21:55 +09:00
ousttrue
3b470978d9 remove VRM10Window 2024-11-07 19:38:26 +09:00
ousttrue
ba0c60803d
Merge branch 'master' into fix/null_VrmGeometryBackup 2024-11-06 14:37:06 +09:00
ousttrue
576eb6f509
Merge branch 'master' into fix/migration_no_binds_key 2024-11-06 14:36:23 +09:00
ousttrue
cb3b0a6ac8 VRMFirstPerson 無い時がある 2024-11-06 14:33:23 +09:00
ousttrue
95019c9b6b remove comment out 2024-11-01 19:40:45 +09:00
ousttrue
d059cbea79 restore expression 2024-11-01 19:27:09 +09:00
ousttrue
1584ca90d5 remove unused 2024-11-01 19:19:52 +09:00
ousttrue
83770c357e fix binds KeyNotFoundException in migration. 2024-10-29 17:03:16 +09:00
ousttrue
67f2bdf49c bypass vrmlib 2024-10-29 16:41:07 +09:00
ousttrue
030052a4a4
Merge branch 'master' into fix/springboneruntime_default 2024-10-25 19:05:36 +09:00
ousttrue
9c933390f1 default の SpringboneRuntime の条件見直し 2024-10-25 17:58:46 +09:00
ousttrue
135ec7a0da SpringboneRuntime が null だと NullReference Exception
SpringboneRuntime が null になるのは、scene 配置 play の時だけ。
2024-10-25 14:09:31 +09:00
ousttrue
8f0cbd81fb UniVRM-0.127.2 2024-10-25 12:58:40 +09:00
ousttrue
0d8849e56c
Merge branch 'master' into fix/vrm10_asset_import_flag 2024-10-25 12:53:37 +09:00
ousttrue
0e4bf5da06 #2463 でコンストラクターで Singleton 確保したのが仇に。 2024-10-24 16:43:30 +09:00
ousttrue
53028c82f8 Vrm10Instance.UpdateTypes.None はやめ。不要 2024-10-23 16:09:46 +09:00
ousttrue
a4af90c978 if IsAssetImport, Prevent runtime resource allocation.
Or temporary object when export.
2024-10-23 15:38:44 +09:00
ousttrue
333ae766d0
Merge branch 'master' into fix/expression_override 2024-10-23 12:37:10 +09:00
ousttrue
43332c2756
Merge branch 'master' into fix/springbone0x_center 2024-10-22 20:19:24 +09:00
ousttrue
67fd767d29 null check 2024-10-22 15:46:54 +09:00
ousttrue
954f837225 fix center coordinate conversion
2nd arg is wrong.
SpringBoneJointState.Make(scene.Center, currentTail: state.CurrentTail
2024-10-22 15:39:21 +09:00
ousttrue
81946e0167
Merge branch 'master' into fix/impl_springbone_bake 2024-10-22 14:32:56 +09:00
ousttrue
b7b44a2af5
Merge branch 'master' into fix/springbone_runtime_init_null 2024-10-22 14:31:47 +09:00
ousttrue
56b3024a1e bake 時に SpringBone と LookAt に反映する実装 2024-10-21 22:46:08 +09:00
ousttrue
8f3cb87217 impl expression binary and override combination
https://github.com/vrm-c/vrm-specification/pull/487
2024-10-21 19:17:44 +09:00
ousttrue
6ff6202020 manipulate expression override / binary runtime 2024-10-21 19:13:10 +09:00
ousttrue
cb1e08e77e camera to forward 2024-10-21 19:13:10 +09:00
ousttrue
6f76beefbc show override 2024-10-21 19:13:10 +09:00
ousttrue
0b6c8cbbf8 impl expression slider 2024-10-21 19:13:10 +09:00
ousttrue
5b87a38a33 FaceCamera 2024-10-21 19:13:10 +09:00
ousttrue
33639f5b41 yawpitch 2024-10-21 19:13:10 +09:00
ousttrue
53ba0e326a remove leftDrag from camera 2024-10-21 19:13:10 +09:00
ousttrue
8fa86383ff expression UI 2024-10-21 19:13:10 +09:00
ousttrue
08c9aa57fd FreezeMesh(正規化) の subOption として FreezeMeshUseCurrentBlendShapeWeight を整理 2024-10-21 15:24:00 +09:00
ousttrue
95dce5e279 ここで全部クリアすると基準メッシュがすべてのBlendShapeを0にしたものになり、
BlendShapeを上げた状態を基準にbakeすることができない。

blendshapeが一個進むごとに基準meshが変わる動きになりうる!
2024-10-18 17:33:16 +09:00
ousttrue
e8f221aed8 VRMC_springBone が無くても初期化する 2024-10-16 18:18:36 +09:00
ousttrue
d9177359b6 不要。AddComponent のところで処理済み。 2024-10-16 17:43:28 +09:00
ousttrue
6402d55a55 springbone の無いモデルでは null 2024-10-16 17:42:55 +09:00
ousttrue
fcd4a936f5 springbone が無い時に初期化されずに NullReferenceException になる 2024-10-16 17:37:50 +09:00
hybridherbst
01330749a5
add version defines so that UniGLTF, UnityGLTF and glTFast can co-exist 2024-10-15 10:39:29 +02:00
ousttrue
573ad56d49 UniVRM-0.127.1 2024-10-15 14:02:46 +09:00
ousttrue
a3067ef7cc
Merge branch 'master' into fix/inputMaxValue 2024-10-11 17:55:29 +09:00
ousttrue
66402c74d6
Update Assets/VRM/Runtime/LookAt/CurveMapper.cs
Co-authored-by: 0b5vr <0b5vr@0b5vr.com>
2024-10-11 16:13:36 +09:00
ousttrue
a335e375ec
Update Assets/VRM10/Runtime/Components/LookAt/CurveMapper.cs
Co-authored-by: 0b5vr <0b5vr@0b5vr.com>
2024-10-11 16:10:49 +09:00
ousttrue
2f3a4d9fff springbone 初期化の修正。 2024-10-11 15:21:15 +09:00
ousttrue
60a226a079
Merge branch 'master' into fix/springbone0x_runtime_interface 2024-10-08 17:36:54 +09:00
ousttrue
583c02a8c1 comment for ExternalForce 2024-10-08 17:35:27 +09:00