ousttrue
768d7ad226
Merge pull request #2761 from tdw46/Custom-Normals-Import
...
Fix: blendshape normals import (UniGLTF/UniVRM)
2026-01-16 15:27:13 +09:00
ousttrue
2fb90b4640
Merge branch 'master' into Custom-Normals-Import
2026-01-16 14:54:52 +09:00
ousttrue
2f328d5c03
Merge pull request #2760 from 0b5vr/optimize-anglelimit
...
perf: Align the implementation of fromToQuaternion with the pseudocode in the spec
2026-01-16 14:53:29 +09:00
tdw46
371ceeff86
Remove interpolation steps for blendshape normals as they were not necessary.
2025-12-30 11:04:27 -05:00
tdw46
1f2570a41c
Fix: blendshape normals import (UniGLTF/UniVRM)
...
- Properly decode morph target VEC3 accessors (normalized BYTE/SHORT, etc.) for POSITION/NORMAL/TANGENT
- Preserve imported morph normal deltas (remove heuristic recompute)
- Add intermediate frames for normal-only targets to stabilize Unity’s normal interpolation
- Copy all blendshape frames when duplicating meshes so extra frames are retained
2025-12-29 22:28:31 -05:00
0b5vr
6679040434
perf: Align the implementation of fromToQuaternion with the pseudocode in the spec
...
Since `from` is always `(0, 1, 0)`, we can simplify the logic to reduce computational overhead
When dot is approximately -1, we use `(1, 0, 0; 0)` as the spec specifies
See: 75fbd48a7c/specification/VRMC_springBone_limit-1.0/README.ja.md (rotation-1)
2025-12-26 17:37:55 +09:00
ousttrue
3b99078d26
Merge pull request #2758 from ousttrue/fix/enable_com.unity.mathematics
...
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled
生成
2025-12-11 16:16:24 +09:00
ousttrue
525b50b62c
生成
2025-12-11 16:07:29 +09:00
ousttrue
eae5ef8e5c
Merge pull request #2757 from ousttrue/fix/restore_sample_unitypackage
...
restore sample unitypackage creation
2025-12-11 15:59:11 +09:00
ousttrue
590cc9b326
Merge branch 'master' into fix/restore_sample_unitypackage
2025-12-11 15:58:56 +09:00
ousttrue
7063bfec03
Merge pull request #2756 from ousttrue/fix/unigltf_mathematics_dependency
...
add mathematics dependency
2025-12-11 15:58:42 +09:00
ousttrue
fee817ed26
restore sample unitypackage creation
2025-12-08 14:34:02 +09:00
ousttrue
7574e98b0e
add mathematics dependency
2025-12-05 21:20:24 +09:00
ousttrue
018eae39c1
Merge pull request #2755 from ousttrue/version/v0_131_0
...
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled
UniVRM-0.131.0
2025-12-05 12:45:45 +09:00
ousttrue
76767f3813
UniVRM-0.131.0
2025-11-28 15:43:14 +09:00
ousttrue
a1cc527638
Merge pull request #2751 from ousttrue/fix/hardcoding_Assets_to_Packages
...
Assets path to Packages path
2025-11-28 14:18:50 +09:00
ousttrue
3e2c644839
Merge branch 'master' into fix/hardcoding_Assets_to_Packages
2025-11-28 14:17:50 +09:00
ousttrue
c047a629ad
Merge pull request #2754 from amamagi/fix/gltf-embedded-images-wo-mimetype
...
Fixes texture importing issue when images[].uri is Data URI and images[].mimeType is empty
2025-11-26 13:19:51 +09:00
amamagi
7e482e1bfe
fix: guess mimeType when uri is DataURI and mimeType is empty
2025-11-25 17:12:54 +09:00
ousttrue
e7e494f5a9
Merge pull request #2749 from cpetry/master
...
Fixes #2748 - Adjusted URP emissiveFactor analog to Built-in material
2025-11-21 16:03:12 +09:00
ousttrue
e8bc656940
Merge branch 'master' into master
2025-11-21 16:02:22 +09:00
ousttrue
82e4f707f3
Merge pull request #2744 from Akeit0/optimize-parser
...
Optimize Glb parser
2025-11-21 16:02:05 +09:00
Akeit0
5cf6b97d16
Merge branch 'master' into optimize-parser
2025-11-19 15:17:41 +09:00
cpetry
a06245a8af
Merge branch 'master' into master
2025-11-17 14:04:23 +01:00
ousttrue
a13d552c06
Assets/UniGLTF to Packages/com.vrmc.gltf
2025-11-17 15:02:40 +09:00
ousttrue
7066009559
Merge pull request #2750 from ousttrue/fix/Pckages_PKG_ID
...
fix asset path under Packages
2025-11-17 14:56:09 +09:00
ousttrue
7bde3dcc2d
convert Packages/DIR(UniGLTF etc) to Packages/PKG_ID(com.vrmc.gltf etc)
2025-11-14 13:16:35 +09:00
ousttrue
43e8699f66
fix git rev-parse path
2025-11-14 12:49:24 +09:00
ousttrue
4fca7ae714
fix sample copy dst path
2025-11-14 12:47:25 +09:00
ousttrue
d9483367ca
Merge pull request #2747 from ousttrue/fix/update_package_json
...
add a dependency on com.unity.mathematics from com.vrmc.gltf
2025-11-14 12:32:22 +09:00
Christian Petry
7a7ba6b9ad
Fixes #2748 - Adjusted URP emissiveFactor analog to Built-in material
2025-11-12 08:13:10 +01:00
ousttrue
d5078ddb9a
documentationUrl
2025-11-06 15:51:47 +09:00
ousttrue
891f6d1c20
Add a dependency on com.unity.mathematics
2025-11-06 15:45:59 +09:00
Akeit0
d80a8ba0e2
change unquoting order
2025-10-31 10:41:53 +09:00
Akeit0
e2a88761eb
optimize: Unescape fast path
2025-10-31 10:40:20 +09:00
Akeit0
5bf3e20362
optimize: reduce allocation for parsing floating point numbers
2025-10-31 10:34:27 +09:00
Akeit0
919b7187a0
optimize: reduce utf8-utf16 conversion and json parse
2025-10-31 10:17:01 +09:00
ousttrue
dd8c1d1539
Merge pull request #2742 from ousttrue/mv_packages
...
mv UniGLTF, UniVRM and VRM to Packages from Assets
2025-10-30 16:36:07 +09:00
ousttrue
9b129cf788
mv UniGLTF, UniVRM and VRM to Packages from Assets
2025-10-28 14:10:51 +09:00
ousttrue
85f56bebcf
Merge pull request #2739 from ousttrue/Unity-2022.3.62f2
...
Unity-2022.3.62f2
2025-10-22 15:13:23 +09:00
ousttrue
c673824a93
Unity-2022.3.62f2
2025-10-22 14:43:15 +09:00
ousttrue
c7212c7988
Merge pull request #2734 from ousttrue/version/v0_130_1
...
UniVRM-0.130.1
2025-10-06 17:53:23 +09:00
ousttrue
ac70b5cc8f
UniVRM-0.130.1
2025-10-06 16:07:18 +09:00
ousttrue
312b4bdf69
Merge pull request #2733 from ousttrue/fix_2022_compatible
...
TreeView<T0> is too new.
2025-10-06 15:28:08 +09:00
ousttrue
3e26fcc8d5
TreeView<T0> is too new.
...
UniVRM must be compatible with Unity-2022.3
2025-10-03 14:08:42 +09:00
ousttrue
de05f993b8
Merge pull request #2727 from ousttrue/fix/springbone_limit
...
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled
[SpringboneLimit] gizmo 仕様合わせ
2025-10-02 16:47:28 +09:00
ousttrue
9e1dc64bb5
Merge branch 'master' into fix/springbone_limit
2025-10-01 13:12:39 +09:00
ousttrue
66aaa55bb1
phi to pitch. theta to yaw.
2025-09-26 15:29:43 +09:00
ousttrue
2e5e3f2f0a
phi to pitch. theta to yaw.
2025-09-26 14:17:42 +09:00
ousttrue
51cb111a9a
Merge pull request #2725 from muhammadIdhamMaarif/master
...
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled
migrate MuscleInspectorEditor to generic IMGUI TreeView API (Unity 6000) and fix RowGUIArgs usage
2025-09-24 14:26:19 +09:00