Commit Graph

2590 Commits

Author SHA1 Message Date
ousttrue
b978920453
Merge pull request #1572 from ousttrue/version/v0_96_2
UniVRM-0.96.2
2022-03-02 16:54:33 +09:00
ousttrue
1e8a04d72e UniVRM-0.96.2 2022-03-02 16:47:46 +09:00
ousttrue
4650fa1e1c blendshape が無になるバグ 2022-03-02 16:35:10 +09:00
ousttrue
66653f26fd UniVRM-0.96.1 2022-02-28 18:51:33 +09:00
ousttrue
15e573c509
Merge pull request #1562 from ousttrue/fix/other_renderer
Not throw if other than MeshRenderer and SkinnedMeshRenderer
2022-02-28 17:44:10 +09:00
ousttrue
b079da77ac
Merge pull request #1560 from ousttrue/fix/animation_export_build
AnimationExporter が原因で build に失敗する件を修正
2022-02-28 17:43:13 +09:00
ousttrue
730197da1e fix ! 2022-02-28 17:33:15 +09:00
ousttrue
8e4a8c517a Not throw if other than MeshRenderer and SkinnedMeshRenderer 2022-02-28 17:22:59 +09:00
ousttrue
72d25d8b66 UnityColorSpaceSettingsValidator VRM_USE_GAMMA to UNIGLTF_USE_GAMMA_COLORSPACE. 2022-02-28 16:51:00 +09:00
ousttrue
7852b70b0f remove #if
minimum version is Unity-2019.4
2022-02-28 15:59:12 +09:00
ousttrue
315fbbe935 VRM_USE_GAMMA 2022-02-28 15:52:25 +09:00
ousttrue
603be0dd2b GltfExportSettings.AnimationExporter to gltfExporter argument 2022-02-28 15:34:37 +09:00
ousttrue
e19ab9808a EditorAnimationExporter 2022-02-28 14:29:56 +09:00
ousttrue
e387eb4de5 VersionDialog 発動 2022-02-24 19:38:08 +09:00
ousttrue
19f47a7d1c RuntimeOnlyAwaitCaller if isPlaying 2022-02-24 19:22:59 +09:00
ousttrue
3756f2a4b0 稀に BlendShape が null の時がある 2022-02-24 19:16:28 +09:00
ousttrue
3c873cdbaa fix await caller. ハイレベルAPI で awaitCaller=null 引き数を受ける関数が、new ImmediateCaller する 2022-02-24 19:15:59 +09:00
ousttrue
7cb05f041d
Merge pull request #1550 from ousttrue/fix/matrix_decompose
System.Numerics.Matrix4x4 to UnityEngine.Matrix4x4
2022-02-24 17:52:10 +09:00
ousttrue
0863bc950c add null check 2022-02-24 15:52:45 +09:00
ousttrue
22dbe1576d System.Numerics.Matrix4x4 to UnityEngine.Matrix4x4 2022-02-24 15:42:57 +09:00
ousttrue
77ecc3d699 UniVRM-0.96.0 2022-02-22 18:47:43 +09:00
ousttrue
a6da3c833d sample を変更に追随 2022-02-22 18:42:57 +09:00
ousttrue
bd97a4f47f
Merge pull request #1545 from ousttrue/fix/new_immediatecaller
remove `awaitCaller ?? new ImmediateCaller()`
2022-02-22 18:20:20 +09:00
ousttrue
884c9ea52e
Merge pull request #1544 from ousttrue/fix/false_other_renderer
false not throw
2022-02-22 18:18:51 +09:00
ousttrue
0f584fb272
Merge pull request #1543 from ousttrue/fix/vrm_not_export_animations
VRM は Animation をエクスポートしない
2022-02-22 18:18:22 +09:00
ousttrue
f49e651590
Merge pull request #1542 from ousttrue/fix10/skip_empty_mesh
skip empty mesh
2022-02-22 18:17:04 +09:00
ousttrue
d498bb1512
Merge pull request #1541 from ousttrue/fix/springbone_gizmo
[SpringBone]非Play時にもSpringのGizmoを表示する
2022-02-22 18:16:32 +09:00
ousttrue
7b377084d1
Merge pull request #1536 from ousttrue/fix10/vrm10viewer_async_toggle
[1.0] サンプルに async togle を追加
2022-02-22 18:16:18 +09:00
ousttrue
7306c72599
Merge pull request #1533 from ousttrue/fix10/setup_from_add_component
add custom editor
2022-02-22 18:14:06 +09:00
ousttrue
c467ede04f
Merge pull request #1531 from ousttrue/fix/system_numerics_to_unityengine
Fix/system numerics to unityengine
2022-02-22 18:13:44 +09:00
ousttrue
1f8a116d3a remove #if UNITY_EDITOR 2022-02-22 17:52:24 +09:00
ousttrue
14367b9846
Merge pull request #1546 from notargs/feature/fix_springbone_bug
VRM1.0でSpringBone.centerが正常に動いていないバグを修正
2022-02-21 20:43:42 +09:00
notargs
e2a2c073c9 Fix springbone center logic 2022-02-21 18:25:00 +09:00
ousttrue
faebd43771 remove awaitCaller ?? new ImmediateCaller()
上流の awaitCaller を下流に使ってないことも修正
2022-02-21 16:47:44 +09:00
ousttrue
15c42eee05 false not throw 2022-02-21 16:30:04 +09:00
ousttrue
1cc152abff add virtual void ExportAnimations 2022-02-21 15:44:57 +09:00
ousttrue
3156d0c74c skip empty mesh 2022-02-21 15:01:26 +09:00
ousttrue
6b54c06b5a add EditorGizmo 2022-02-21 14:24:53 +09:00
ousttrue
e9aa0ce652 remove m_drawGizmo, use OnDrawGizmosSelected 2022-02-21 14:14:13 +09:00
ousttrue
0818851605 add use async toggle to VRM10ViewerUI 2022-02-18 19:57:30 +09:00
ousttrue
429abd358f capacity 2022-02-17 19:40:19 +09:00
ousttrue
48670c4267 後方互換のためのバージョンチェックがループの中にあるのを外に出した。結果をキャッシュした
* List.Assign が遅いようなので書き直し
* Vertices もCapcity計算する
2022-02-17 19:28:07 +09:00
ousttrue
cd123c21ae add custom editor 2022-02-17 17:44:33 +09:00
ousttrue
c6b53148c4 remove unused 2022-02-16 16:52:27 +09:00
ousttrue
37de8f2199 Replace System.Numerics to UnityEngine 2022-02-16 16:38:18 +09:00
ousttrue
258cc1925b
Merge pull request #1527 from ousttrue/fix/index_buffer_bytes
IndexBuffer のとりまわし
2022-02-16 13:50:28 +09:00
ousttrue
f47f754b01 BufferAccessor のカプセル化を推進。カプセル化を破るが使っていないメソッドを削除。近隣の未使用も削除。 2022-02-16 13:46:26 +09:00
ousttrue
72e0a6c952 GetIndicesFromAccessor to GetIndicesFromAccessorIndex. test 修正。 triangle flip しなくなった. および UNSIGNED_BYTE ないところ。 2022-02-16 13:15:21 +09:00
ousttrue
b43acd7b5c
Merge pull request #1528 from ousttrue/fix/scripted_importer_dispose
dispose
2022-02-16 12:48:30 +09:00
ousttrue
c94691ff25 switch throw 2022-02-16 12:47:10 +09:00