Commit Graph

5682 Commits

Author SHA1 Message Date
ousttrue
c2b398f0e4 add component Warp and Cloth 2024-11-19 20:03:23 +09:00
ousttrue
9cca2a3c99 RotateParticleSpringboneRuntimeProvider 2024-11-19 20:03:23 +09:00
ousttrue
b0d6087272 RotateParticleSpringboneRuntime 2024-11-19 20:03:23 +09:00
ousttrue
3936ce5efa ClothViewer 2024-11-19 20:03:23 +09:00
ousttrue
bbcb74c4ed init cloth dev 2024-11-19 20:03:22 +09:00
ousttrue
bab108570e
Merge pull request #2504 from mrxz/alpha-mode-warning
Don't log warning when `alphaMode` property is not set on glTFMaterial
2024-11-19 13:44:57 +09:00
ousttrue
0a3cff43d3
Merge branch 'master' into alpha-mode-warning 2024-11-19 13:43:36 +09:00
ousttrue
24b8176e78
Merge pull request #2501 from liudger/fix-path-error
Fix AnimationClipUtility to use empty string
2024-11-19 13:43:22 +09:00
ousttrue
c7f311ba1a
Merge branch 'master' into fix-path-error 2024-11-19 13:39:15 +09:00
ousttrue
069ce370fe
Merge branch 'master' into alpha-mode-warning 2024-11-19 13:35:37 +09:00
ousttrue
8bbe08050e
Merge pull request #2507 from ousttrue/fix/spring_reconstruct_logic
[fastspringbone] InitCurrentTailsJob use spring.transformIndexOffset
2024-11-19 13:35:11 +09:00
ousttrue
0c6b99d25f
Merge branch 'master' into fix/spring_reconstruct_logic 2024-11-19 13:33:58 +09:00
ousttrue
fbe9342d65
Merge pull request #2506 from ousttrue/fix/duplicate_rootbone
[0.x][springbone] rootBone 重複対策
2024-11-19 13:17:04 +09:00
ousttrue
c983367f40 update comment 2024-11-19 13:15:55 +09:00
ousttrue
bf9c438f1f use MonoBehaviour.OnValidate 2024-11-19 12:58:52 +09:00
ousttrue
869911db78 Merge branch 'fix/nexttails' into fix/spring_reconstruct_logic 2024-11-19 10:21:24 +09:00
ousttrue
eed18136be _nextTailsBackup 2024-11-19 10:17:30 +09:00
ousttrue
5ead212afa FastSpringBoneBuffer.Dispose 2024-11-19 09:53:37 +09:00
ousttrue
5bda6740ff buffer.BackupCurrentTails を buffer 増減の直前にする 2024-11-19 03:53:34 +09:00
ousttrue
e85d332e56 fix gizmo and assert 2024-11-19 03:41:07 +09:00
ousttrue
a78bf20884 FastSpringBoneBuffer._currentTailsBackup でバックアップ 2024-11-19 03:14:10 +09:00
ousttrue
32e004d821 Editor.OnValidate not work 2024-11-19 01:50:05 +09:00
ousttrue
a8bd641bae fix tailIndex 2024-11-18 16:44:15 +09:00
ousttrue
8e259e20dd comment 2024-11-18 16:38:17 +09:00
ousttrue
84b64c0be2 use spring.transformIndexOffset 2024-11-18 16:30:16 +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
Noeri Huisman
6c1ca75674 Don't log warning when alphaMode property is not set on glTFMaterial 2024-11-12 21:06:04 +01:00
ousttrue
264a6bcf78
Merge pull request #2502 from ousttrue/fix/sample_copy
[sample] コピーミス
2024-11-12 18:20:20 +09:00
Willem-Jan L. van Rootselaar
7fbb2f3bac Fix AnimationClipUtility to use empty string for curve path instead of null 2024-11-12 10:17:47 +01:00
ousttrue
e8017dcf8a copy してから unity version 更新しちゃった。
unity version 更新したのちに copy する必要あり。

Assets\VRM\Editor\Format\VRMSampleCopy.cs:126
2024-11-12 18:17:41 +09:00
ousttrue
4afba0ec53
Merge pull request #2500 from ousttrue/fix/test_NoTexture
[test] unittest 修正
2024-11-12 18:05:28 +09:00
ousttrue
a4936617f6 Unlit/Color だと
var index = textureExporter.RegisterExportingAsSRgb(src.mainTexture, false); // GetTexture("_MainTex");

が例外を発生させる。
2024-11-12 17:55:57 +09:00
ousttrue
791a80225f
Merge pull request #2499 from ousttrue/version/v0_128_0
UniVRM-0.128.0
2024-11-12 17:15:22 +09:00
ousttrue
0bfef39e3c UniVRM-0.128.0
Unity 2022.3.52f1
2024-11-12 16:45:15 +09:00
ousttrue
93874cc7d5
Merge pull request #2498 from ousttrue/fix/projectsettings_remove_urp_lit
[urp][build] ビルドすると膨大な時間がかかるため削除
2024-11-12 16:38:46 +09:00
ousttrue
bc86ce8d86 remove Universal Render Pipeline/Lit from ProjectSettings - Graphics - Always Included Shaders 2024-11-12 16:27:43 +09:00
ousttrue
07d98e2f1a
Merge pull request #2493 from ousttrue/fix/vrm10_editor
[1.0] Vrm10Instance editor を改善
2024-11-12 15:00:28 +09:00
ousttrue
29d6a0796e
Merge branch 'master' into fix/vrm10_editor 2024-11-12 15:00:05 +09:00
ousttrue
daff196277 上よせ 2024-11-12 14:56:17 +09:00
ousttrue
8c941d03f0
Merge pull request #2497 from ousttrue/fix/springbone_gizmo
[1.0][Springbone] gizmo の改修
2024-11-12 14:52:57 +09:00
ousttrue
2d554fbf62 remove comment out 2024-11-12 13:47:05 +09:00
ousttrue
7e0e235147 FastSpringBoneCombinedBuffer.DrawGizmos 2024-11-12 13:47:05 +09:00
ousttrue
6ea8259304 IVrm10SpringBoneRuntime.DrawGizmos 2024-11-12 13:47:05 +09:00
ousttrue
8701fc4af3 OnDrawGizmosSelected 2024-11-12 13:47:05 +09:00
ousttrue
64b18efcd3 spring root は radius が無い。1cm 決め打ち。 2024-11-12 13:47:05 +09:00
ousttrue
41a86297de [1.0] joint gizmo simple 化
- joint は自身のSphere描画をする(radius 取得のみ vrm に問い合わせる)
- vrm は連結Lineの描画をする
2024-11-12 13:47:05 +09:00
ousttrue
d0701c6272
Merge branch 'master' into fix/vrm10_editor 2024-11-11 17:30:24 +09:00
ousttrue
bd3acb2cf1
Merge pull request #2495 from ousttrue/fix/skip_no_triangles_topology
[export][mesh] 三角形メッシュじゃない場合にスキップする
2024-11-11 15:03:28 +09:00
ousttrue
153d3495ef
Merge branch 'master' into fix/skip_no_triangles_topology 2024-11-11 15:01:03 +09:00