Commit Graph

6294 Commits

Author SHA1 Message Date
ousttrue
c005fe0264
Merge pull request #2774 from GeneTailor/asset-editing-blocks
Editor Importer Optimization: AssetDatabase StartAssetEditing & StopAssetEditing blocks
2026-02-19 16:35:07 +09:00
ousttrue
04baf7c46f
Merge branch 'master' into asset-editing-blocks 2026-02-19 16:34:02 +09:00
ousttrue
6db97efbbf
Merge pull request #2764 from decentraland/async-rebuild-human-avatar
Fix RebuildHumanAvatar so it works in play mode
2026-02-19 00:53:07 +09:00
Ansis Māliņš
adb971105f
Merge branch 'master' into async-rebuild-human-avatar 2026-02-17 10:03:04 +02:00
Gene Tailor
2b4ecb5e73 Applied same *AssetEditing improvements to the Texture extracting section of TextureExtractor.ExtractTextures() to batch the importing of created Textures. 2026-02-16 21:37:44 +00:00
Gene Tailor
dfe2c83a26 Added StartAssetEditing and StopAssetEditing around creation of prefab and related assets in onCompleted callback delegate inside vrmAssetPostprocessor.ImportVrmAndCreatePrefab() to batch Unity asset importing. 2026-02-16 21:24:13 +00:00
Gene Tailor
c1123cf543 Added ProfilerMarkers for more detailed profiling info without the need for Deep Profiling. 2026-02-16 21:05:57 +00:00
Gene Tailor
69bf34b7d7 Added Stopwatch timer to measure overall prefab import time. 2026-02-16 20:49:05 +00:00
ousttrue
5f5b3be5d2
Merge pull request #2763 from aaronfranke/fix-tex-bind-crash
Fix crash when reading texture transform bind without scale
2026-01-16 15:28:32 +09:00
ousttrue
a19dc1ec09
Merge branch 'master' into fix-tex-bind-crash 2026-01-16 15:27:59 +09:00
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
Ansis Māliņš
3727eee600 Fix RebuildHumanAvatar so it works in play mode 2026-01-08 21:23:49 +01:00
Aaron Franke
ad46c324e7
Fix crash when reading texture transform bind without scale 2026-01-05 01:20:06 -08: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
Some checks failed
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
Some checks failed
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