Commit Graph

1358 Commits

Author SHA1 Message Date
ousttrue
63e5b6014d add dependency to com.unity.timeline 2025-04-03 20:32:03 +09:00
ousttrue
cad4082cc4 BufferCombiner.Unregister/Register で順番の変更が起きないようにする 2025-03-14 18:56:44 +09:00
ousttrue
536aeda8ed
Merge branch 'master' into version/v0_128_3 2025-03-05 13:40:37 +09:00
ousttrue
9cb0b0bf57 UniVRM-0.128.3 2025-03-05 13:17:37 +09:00
Masataka SUMI
dd9bfc1669
Apply fp16 bug fix to MToon0.X 2025-03-05 02:00:42 +09:00
Masataka SUMI
6a4ec20eb0
Revert changes in MToon 0.X 2025-03-05 01:39:19 +09:00
tsgcpp
c646901436
Fix EPS_COL as half 2025-03-05 01:35:53 +09:00
ousttrue
24ff14e367 UniVRM-0.128.2 2025-02-13 15:24:11 +09:00
ousttrue
7732955ca0 editor, sample 2025-02-05 13:56:13 +09:00
ousttrue
94e242b31f
Merge branch 'vrm-c:master' into fix/use_UniGLTFLogger 2025-02-05 13:02:58 +09:00
ousttrue
5885004730 UniGLTFLogger 2025-02-05 03:47:56 +09:00
ousttrue
1f6ffa5eb6 vrm の root 以外にアタッチするスクリプトはアイコン取りやめ
- VRMSpringBone
- Vrm10XXXConstraint
- VRM10SpringBoneColliderGroup
2025-02-04 21:58:27 +09:00
Isamu Mogi
dc8b841f1e Unity6でGraphicsSettings.renderPipelineAssetがObsolete警告を出すのに対応
Unity6でGraphicsSettings.renderPipelineAssetがObsoleteになり、次のような警告が出ていました。

```
Assets/VRM/Editor/BuildClass.cs(31,13): warning CS0618: 'GraphicsSettings.renderPipelineAsset' is obsolete: 'renderPipelineAsset has been deprecated. Use defaultRenderPipeline instead (UnityUpgradable) -> defaultRenderPipeline'
```

Unity6以降では、代わりとして推奨されるフィールド defaultRenderPipeline を使うようにしました。
2025-01-29 19:45:42 +09:00
ousttrue
de8444bbea build VRM10Viewer and SimpleViewer 2025-01-28 19:15:00 +09:00
ousttrue
6536238722 jslib 2025-01-27 19:34:28 +09:00
ousttrue
e48867cfea WebGLFileDialog to UniVRM_Sample_WebGLFileDialog 2025-01-27 17:05:53 +09:00
ousttrue
e1db312203 menu "Build 10 WebGL for CI". Update sample 2025-01-25 02:14:18 +09:00
ousttrue
fe511a5211 BuildWebGLForCi 2025-01-24 23:38:37 +09:00
ousttrue
8108583f3e fix SimpleViewer WebGL build 2025-01-24 22:45:42 +09:00
ousttrue
38f228d558 UniVRM-0.128.1 2024-12-23 14:32:27 +09:00
ousttrue
6eb9e589b9 set icon 2024-12-10 16:12:25 +09:00
ousttrue
f155a15c7e 0.x は default true 2024-11-28 13:30:49 +09:00
ousttrue
7e91b1b4d5 gui に checkbox つけわすれ 2024-11-28 13:30:25 +09:00
ousttrue
bf9c438f1f use MonoBehaviour.OnValidate 2024-11-19 12:58:52 +09:00
ousttrue
32e004d821 Editor.OnValidate not work 2024-11-19 01:50:05 +09:00
ousttrue
ddf438edf7 RootBonesNonNullUnique 2024-11-18 14:18:08 +09:00
ousttrue
270fbae1ac avoid runtime exception. editor warning 2024-11-18 14:05:28 +09:00
ousttrue
0bfef39e3c UniVRM-0.128.0
Unity 2022.3.52f1
2024-11-12 16:45:15 +09:00
ousttrue
cb3b0a6ac8 VRMFirstPerson 無い時がある 2024-11-06 14:33:23 +09:00
ousttrue
8f0cbd81fb UniVRM-0.127.2 2024-10-25 12:58:40 +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
08c9aa57fd FreezeMesh(正規化) の subOption として FreezeMeshUseCurrentBlendShapeWeight を整理 2024-10-21 15:24:00 +09:00
ousttrue
d9177359b6 不要。AddComponent のところで処理済み。 2024-10-16 17:43:28 +09:00
ousttrue
fcd4a936f5 springbone が無い時に初期化されずに NullReferenceException になる 2024-10-16 17:37:50 +09: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
583c02a8c1 comment for ExternalForce 2024-10-08 17:35:27 +09:00
ousttrue
6087256d1f fix comment space 2024-10-08 17:13:25 +09:00
ousttrue
fc117b8332 IVrm0XSpringBoneRuntime の実装
SpringboneRuntime を介した reset, reconstruct, scaling係数オプション, externalForce, 一時停止(FastSpringboneのみ)
の操作を実装
2024-10-08 17:07:06 +09:00
ousttrue
ba4d66d146 TransformExtensions.AbsoluteMaxValue 2024-10-07 16:38:58 +09:00
ousttrue
6a02614d35 fix Clamp 2024-10-07 16:14:02 +09:00
ousttrue
a17aa977c7 Clamp01 2024-10-07 15:36:24 +09:00
ousttrue
d688a1568e max 2024-10-07 15:31:14 +09:00
ousttrue
e63c6ff2f5 0 or CurveYRangeDegree 2024-10-07 15:13:05 +09:00