Commit Graph

6351 Commits

Author SHA1 Message Date
matsutaka
eb7936bfe5 fix: 不要なEntityId.ToULongを削除 2026-06-24 18:08:49 +09:00
matsutaka
78ab1af896 fix: VRM10 - Unity 6.0 でのエラーを修正 2026-06-24 17:47:11 +09:00
matsutaka
11541b5cd3 fix: VRM10_Samples - Unity 6.5 でのエラーを修正
- - Handles.SphereHandleCap()等の第一引数 control id をコンポーネントから取得する関数を追加
2026-06-24 17:18:50 +09:00
matsutaka
7496de547e fix: UniGLTF - Unity 6.5 でのエラーを修正
- TreeViewをTreeView<T>に変更
2026-06-24 17:18:05 +09:00
matsutaka
4d2c769f0b fix: VRM10 - Unity 6.5 でのエラーを修正
- TreeViewをTreeView<T>に変更
- GetInstanceID()をGetEntityId()に置き換え
- 上記の受け型もintからEntityIdに変更
- Handles.SphereHandleCap()等の第一引数 control id をコンポーネントから取得する関数を追加
2026-06-24 17:17:40 +09:00
ousttrue
bbe9d996af
Merge pull request #2786 from POPOPOinc/hadashiA/patches/0.131/fix-reset-pose
Fix RestoreInitialTransform init-pose
2026-06-22 16:09:45 +09:00
ousttrue
6b3531ca46
Merge pull request #2787 from POPOPOinc/hadashiA/patches/0.131/fix-memory-leak-2
Fix NativeArray memory leaks (FastSpringBoneCombinedBuffer)
2026-06-22 16:05:31 +09:00
ousttrue
b2a7ad9ecc
Merge pull request #2794 from noir-neo/fix-springbone-buffer-leak-on-cancel
Dispose SpringBone runtime when destroyed before Vrm10Runtime is created
2026-06-22 15:50:16 +09:00
ousttrue
fa27c3a5c5
Merge branch 'master' into fix-springbone-buffer-leak-on-cancel 2026-06-22 15:48:41 +09:00
ousttrue
a7286a3c1b
Merge pull request #2795 from notargs/replace_math_normalize
Replace math.normalize to math.normalizesafe
2026-06-22 15:46:13 +09:00
ousttrue
4f82d44003
Merge branch 'master' into replace_math_normalize 2026-06-22 15:45:27 +09:00
ousttrue
fd35905728
Merge pull request #2798 from notargs/fix_math_helper_from_to_rot_2
FromToRotationの判定をより厳密にする
2026-06-22 10:50:16 +09:00
ousttrue
6dc54a34b9
Merge branch 'master' into fix_math_helper_from_to_rot_2 2026-06-12 11:09:10 +09:00
ousttrue
66558744b7
Merge pull request #2791 from ousttrue/fix/update_workflow
update action
2026-06-11 16:34:34 +09:00
notargs
aa1ac445bb FromToRotationの判定をより厳密にする 2026-05-20 17:45:27 +09:00
notargs
0c329f1e32 replace math.normalize to math.normalizesafe 2026-05-18 19:02:57 +09:00
Neorin
8aa541e427
Dispose SpringBone runtime when destroyed before Vrm10Runtime is created 2026-05-18 17:16:56 +09:00
ousttrue
3836f5613d
Merge branch 'master' into fix/update_workflow 2026-05-08 12:56:47 +09:00
ousttrue
da41c1b255 update action 2026-04-30 17:55:08 +09:00
ousttrue
2b5ebcf3d7
Merge pull request #2784 from ousttrue/fix/ReverseX_conflict
Some checks failed
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled
[compile error] Vrm10Exporter.ReverseX and UniGLTF.UnityExtensions.ReverseX
2026-04-30 17:06:09 +09:00
ousttrue
6364a0917d
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-04-24 16:06:07 +09:00
ousttrue
d5e0b8194a rename ReverseXToFloat3 and ReverseXToFloat4 2026-04-16 17:29:33 +09:00
hadashiA
a759ed62a7 Fix NativeArray memory leaks (FastSpringBoneCombinedBuffer) 2026-04-16 16:53:47 +09:00
hadashiA
896fdfacdc Fix RestoreInitialTransform init-pose 2026-04-16 16:47:28 +09:00
ousttrue
07126cc352 Vrm10Exporter.ReverseX and UniGLTF.UnityExtensions.ReverseX
same name and arguments, but different return type !
2026-04-13 15:47:19 +09:00
ousttrue
cc52748645
Merge pull request #2782 from ousttrue/version/v0_131_1
Some checks failed
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled
UniVRM-0.131.1
2026-04-13 14:44:02 +09:00
ousttrue
133635bddc
Merge branch 'master' into version/v0_131_1 2026-04-13 14:43:47 +09:00
ousttrue
1eefdc568a
Merge pull request #2771 from ousttrue/feature/bone_morph
[expression] NodeTransform を追加
2026-04-13 14:43:28 +09:00
ousttrue
5f192ffb19
Merge branch 'master' into feature/bone_morph 2026-04-13 14:43:12 +09:00
Masataka SUMI
24bfb7b0c4
Merge pull request #2768 from Uralstech/master
Fix MToon material importers ignoring custom shader
2026-04-10 14:11:43 +09:00
Masataka SUMI
4a909cc27e
Merge branch 'master' into master 2026-04-10 14:09:00 +09:00
Masataka SUMI
1adda6971a
Merge pull request #2741 from redwyre/patch-1
Change RenderPipelineUtility to use GraphicsSettings.currentRenderPipeline
2026-04-10 14:05:50 +09:00
Simon
a2f69b857c Change RenderPipelineUtility to use GraphicsSettings.currentRenderPipeline 2026-04-07 14:56:12 +10:00
ousttrue
776bfac48d UniVRM-0.131.1 2026-04-02 17:06:29 +09:00
ousttrue
02166aa794
Merge pull request #2781 from hadashiA/master
Fix memory leak caused by unreleased static references
2026-03-26 12:27:03 +09:00
hadashiA
c872bdb87a Fix memory leak caused by unreleased static references 2026-03-25 15:48:29 +09:00
ousttrue
ff79bc93e8
Update Packages/VRM10/Runtime/IO/Vrm10Exporter.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-24 14:20:26 +09:00
ousttrue
8f8493f129 rename typo 2026-03-24 14:14:21 +09:00
ousttrue
42824e5c15 Update Packages/VRM10/Runtime/IO/Vrm10Importer.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-24 14:06:40 +09:00
ousttrue
62626d3eab Update Packages/VRM10/Runtime/IO/ExpressionExtensions.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-24 14:06:39 +09:00
ousttrue
c774a910d8 Update Packages/VRM10/Runtime/IO/Vrm10Exporter.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-24 14:06:39 +09:00
ousttrue
e7251ec522 Update Packages/VRM10/Editor/Components/Expression/ReorderableNodeTransformBindingList.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-24 14:06:39 +09:00
ousttrue
2517ab54f2 Update Packages/VRM10/Runtime/Components/Expression/NodeTransformtBinding.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-24 14:06:39 +09:00
ousttrue
864f1c52ff fix preview bake 2026-03-24 14:06:39 +09:00
ousttrue
e04d0248af impl importer, exporter and editor 2026-03-24 14:06:39 +09:00
ousttrue
1e84c70bc2 generate Format/ExpressionsNodeTransform 2026-03-24 14:06:39 +09:00
ousttrue
aa90bcc854 SetLocalPositionAndRotation 2026-03-24 14:06:39 +09:00
ousttrue
38b636e417 Vrm10BoneTransfromExpression 2026-03-24 14:06:39 +09:00
ousttrue
635e2a6b2d BoneTransformBindingMerger 2026-03-24 14:06:39 +09:00
ousttrue
52d868c4ba
Merge pull request #2777 from ousttrue/fix_awaitable
[fix]コンパイルエラーの修正
2026-03-19 16:33:22 +09:00