Commit Graph

3860 Commits

Author SHA1 Message Date
ousttrue
badc8a54e0 vrm-0.x blendshape clip import 時の mesh index check 2024-09-26 19:41:34 +09:00
ousttrue
bc1edff9c9 Renderer export の条件
x.gameObject.activeInHierarchy && x.TryGetComponent<Renderer>(out var renderer) && renderer.enabled)

mesh の export 条件と renderer の export 条件が別であることに注意。gltf の node.mesh
2024-09-26 19:36:12 +09:00
ousttrue
15301ba48d [vrm0][firstperson] skip -1 2024-09-26 15:50:09 +09:00
ousttrue
867177404b SpringBoneの初期化を前方に移動しことで、非play時のDontDestroyOnLoadが発生してしまった。回避 2024-09-26 14:29:50 +09:00
ousttrue
4196b2df5b
Merge branch 'master' into fix/vrm10_lookat_initialization 2024-09-25 16:36:58 +09:00
ousttrue
4f8e98e065 コメント修正。InitializeLookAtOriginTransform 2024-09-25 15:32:11 +09:00
ousttrue
02c5224795 IVrm10SpringBoneRuntimeProvider 2024-09-25 13:36:19 +09:00
ousttrue
952730c446 lookAt は root と同じ向きが初期姿勢
LookAtOriginTransform.rotation = instance.transform.rotation;
2024-09-24 18:08:24 +09:00
ousttrue
5fbd718630 typo 2024-09-24 17:37:00 +09:00
ousttrue
e5a35eacdb comment 2024-09-24 16:11:33 +09:00
ousttrue
1bdd8243e7 bool ReconstructSpringBone()
log を削除。
m_building を修正。
2024-09-24 16:09:17 +09:00
ousttrue
0b08507f7a IVrm10SpringBoneRuntime.InitializeAsync 2024-09-24 14:37:31 +09:00
ousttrue
659624292a private 2024-09-20 20:21:13 +09:00
ousttrue
885f7ac2ef シーン配置オブジェクトの SpringboneRuntime 2024-09-20 19:29:20 +09:00
ousttrue
6c8bc6f379 private m_springBoneRuntime. etc 2024-09-20 17:58:24 +09:00
ousttrue
b4ef69957b comment 2024-09-20 17:08:28 +09:00
ousttrue
c2e203bc0b Vrm10FastSpringboneRuntimeStandalone 2024-09-20 16:59:23 +09:00
ousttrue
e53ff877e2 Vrm10FastSpringboneRuntimeStandalone 2024-09-20 16:44:12 +09:00
ousttrue
aac5680eb3 rename Vrm10RuntimeSpringBone to Vrm10FastSpringboneRuntime 2024-09-20 15:27:00 +09:00
ousttrue
f7f7f756fa IVrm10SpringBoneRuntime 2024-09-20 15:13:25 +09:00
ousttrue
51b51f7bf9 0x to 0X 2024-09-19 16:43:19 +09:00
ousttrue
612e04c8e1 rename. prefix to Vrm0x 2024-09-19 15:06:08 +09:00
ousttrue
ee3ce66034 IVRM0SpringBoneRuntime 2024-09-19 14:35:05 +09:00
ousttrue
2cae8712cb
Merge branch 'master' into fix/springbone_job_params 2024-09-18 16:07:54 +09:00
ousttrue
0f9be690a5 コメント消し忘れ 2024-09-18 12:55:45 +09:00
ousttrue
c7f1bbd992 fix Flip bug ! 2024-09-17 14:32:44 +09:00
ousttrue
7b84b73171 BlittableJointImmutable and BlittableJointMutable 2024-09-17 13:42:06 +09:00
ousttrue
b97ffe306b comment 2024-09-11 21:09:41 +09:00
ousttrue
0e738ae3d2 BlittableLogic を immutable にするべく currentTail と prevTail を外出し 2024-09-11 20:52:39 +09:00
sh0u
9cb6a92264
Update package.json
Add dependencies "com.unity.test-framework"
2024-09-11 20:28:24 +09:00
ousttrue
a1c9157215 breaking 2024-09-06 15:43:07 +09:00
ousttrue
c584f2850f go.AddComponent<Animator>() が既存で失敗する対策 2024-09-06 14:24:08 +09:00
ousttrue
6e201b76a0
Merge branch 'master' into feature/vrm0fastbone_use_springbonejobs 2024-09-05 18:29:40 +09:00
ousttrue
4a6ea20825 LINQ的削減 2024-09-05 17:43:31 +09:00
ousttrue
e7b4c6106f MakeBufferAsync 2024-09-05 17:19:38 +09:00
ousttrue
f83c8260ab Unregister 呼んでなかった 2024-09-05 16:55:12 +09:00
Masataka SUMI
8e31473295
Merge branch 'master' into feature/additional-lights-on-forward-plus-renderer 2024-09-05 16:53:42 +09:00
ousttrue
005b64d18f null check 2024-09-05 15:39:22 +09:00
ousttrue
c47e1018b0 gizmo 2024-09-05 15:35:00 +09:00
ousttrue
0f191e5e8f vrm-0.x の fastspringbone の処理は、 vrm-1.0 版と同じものを使う 2024-09-05 15:27:29 +09:00
ousttrue
9c8c98a567 UniGTLF/Runtime/SpringBoneJobs from VRM10/Runtime/FastSpringBone 2024-09-05 13:55:12 +09:00
Naoki Miyanaga
1fb369db06 add lighting for additional lights on forward+ renderer on URP 2024-09-04 17:43:31 +09:00
ousttrue
68019df691 abs, name 2024-09-03 18:15:36 +09:00
ousttrue
31f2b5eb0c SpringBone を scaling に連動させる ScalingParams パラメーター 2024-09-03 16:31:45 +09:00
ousttrue
1de2149802
Merge branch 'master' into fix/springbone_refactoring 2024-09-03 16:03:50 +09:00
ousttrue
014530b400 readonly
SceneInfo に ColliderGroups を投入するの忘れていた
2024-09-03 15:59:16 +09:00
ousttrue
8ffbd7751a
Merge branch 'master' into fix/samples_urp_scene 2024-09-03 15:20:09 +09:00
ousttrue
dba1788c23 TryCollide 2024-08-30 17:58:36 +09:00
ousttrue
fc1b2a80fd comment 2024-08-30 17:37:30 +09:00
ousttrue
2cc166f193 collision 2024-08-30 17:32:27 +09:00