ousttrue
|
8139957773
|
Merge pull request #1643 from ousttrue/fallback_awaitcaller
null だと後続で例外
|
2022-05-16 16:52:57 +09:00 |
|
ousttrue
|
8ed88db8df
|
add warning
|
2022-05-12 16:00:32 +09:00 |
|
ousttrue
|
edcfac499f
|
null だと後続で例外。utility なのでフォールバックさせることにした。
|
2022-05-12 15:45:17 +09:00 |
|
ousttrue
|
d4cb75852c
|
コード整理。m_separateByBlendShape オプション(default: trueが前と同じ挙動)追加
|
2022-05-12 14:50:22 +09:00 |
|
ousttrue
|
6c62b188d4
|
BlendShapeの有無を区別しないオプションを追加
|
2022-05-11 18:56:37 +09:00 |
|
ousttrue
|
1072555b08
|
VRMImporterMenu 経路の dispose を修正 #1630 #1631
|
2022-05-09 13:54:54 +09:00 |
|
ousttrue
|
c9186f913c
|
UniVRM-0.98.1
|
2022-04-21 17:23:20 +09:00 |
|
ousttrue
|
25feb2ed4f
|
UniVRM-0.98.0
|
2022-04-19 14:36:25 +09:00 |
|
mkc1370
|
8f4cfeb432
|
Add unity official module dependencies
|
2022-04-07 22:14:34 +09:00 |
|
ousttrue
|
ac3083c270
|
Merge pull request #1584 from ousttrue/version/v0_97_0
UniVRM-0.97.0
|
2022-03-14 19:03:43 +09:00 |
|
ousttrue
|
fa4b93451e
|
Merge pull request #1578 from ousttrue/fix10/unknown_material_validation
Fix10/unknown material validation
|
2022-03-14 19:03:30 +09:00 |
|
ousttrue
|
9357c7aa69
|
UniVRM-0.97.0
|
2022-03-14 18:08:37 +09:00 |
|
ousttrue
|
143175b868
|
変数名、if文、コメント
|
2022-03-14 18:07:16 +09:00 |
|
ousttrue
|
78d9fad2fd
|
fix dwango to vrm-c
|
2022-03-07 18:34:06 +09:00 |
|
ousttrue
|
7207629094
|
[1.0][exporter]未知のMaterial(Shader)が含まれることを検知
|
2022-03-07 16:08:17 +09:00 |
|
ousttrue
|
9b6d0e08da
|
MeshIntegratorからExcludeを分離。Wizardの除外対象をRendererからMeshに変更
|
2022-03-04 21:36:33 +09:00 |
|
ousttrue
|
564245d4a5
|
exclude mesh
|
2022-03-04 20:57:28 +09:00 |
|
ousttrue
|
1900344bb6
|
implement exclude
|
2022-03-04 20:51:07 +09:00 |
|
ousttrue
|
e7390ecf2c
|
MeshMap
|
2022-03-04 20:18:42 +09:00 |
|
ousttrue
|
d6c4a2bea6
|
prefab 作成先を指定する dialog を追加
|
2022-03-04 19:45:55 +09:00 |
|
ousttrue
|
c0afd7f4d5
|
move MeshIntegratorWizard menu
|
2022-03-04 19:07:31 +09:00 |
|
ousttrue
|
1e8a04d72e
|
UniVRM-0.96.2
|
2022-03-02 16:47:46 +09:00 |
|
ousttrue
|
66653f26fd
|
UniVRM-0.96.1
|
2022-02-28 18:51:33 +09:00 |
|
ousttrue
|
e19ab9808a
|
EditorAnimationExporter
|
2022-02-28 14:29:56 +09:00 |
|
ousttrue
|
77ecc3d699
|
UniVRM-0.96.0
|
2022-02-22 18:47:43 +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
|
0f584fb272
|
Merge pull request #1543 from ousttrue/fix/vrm_not_export_animations
VRM は Animation をエクスポートしない
|
2022-02-22 18:18:22 +09:00 |
|
ousttrue
|
faebd43771
|
remove awaitCaller ?? new ImmediateCaller()
上流の awaitCaller を下流に使ってないことも修正
|
2022-02-21 16:47:44 +09:00 |
|
ousttrue
|
1cc152abff
|
add virtual void ExportAnimations
|
2022-02-21 15:44:57 +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
|
bccad49a27
|
GLTF to Gltf
|
2022-02-10 18:53:18 +09:00 |
|
ousttrue
|
5abfe93e25
|
UniVRM-0.95.1
|
2022-02-07 13:31:24 +09:00 |
|
ousttrue
|
141a3c4cec
|
Dispose 呼び忘れ
A Native Collection has not been disposed, resulting in a memory leak. Enable Full StackTraces to get more details.
|
2022-02-07 13:20:20 +09:00 |
|
ousttrue
|
e22189c7bb
|
UniVRM-0.95.0
|
2022-02-04 20:09:31 +09:00 |
|
ousttrue
|
a7fda8d04d
|
unittest の Dispose 呼び忘れを修正
|
2022-02-04 16:33:30 +09:00 |
|
ousttrue
|
62356cb57e
|
Test の Dispose が足りないところを修正
|
2022-01-26 14:17:59 +09:00 |
|
ousttrue
|
dbdb989dad
|
use VrmUtility
|
2022-01-25 20:00:14 +09:00 |
|
ousttrue
|
7a0e105f61
|
HighLevel API
とりあえず
|
2022-01-25 19:55:11 +09:00 |
|
ousttrue
|
684db5091f
|
fix GltfData.Dispose for tests
|
2022-01-25 19:17:24 +09:00 |
|
ousttrue
|
7aabe85ce3
|
UniVRM-0.94.0
|
2022-01-18 16:16:50 +09:00 |
|
ousttrue
|
06c90137d3
|
Merge pull request #1466 from ousttrue/fix/renderer_lost_message
Fix/renderer lost message
|
2022-01-17 21:11:04 +09:00 |
|
ousttrue
|
c9db1ce6ae
|
Where
|
2022-01-17 18:02:16 +09:00 |
|
ousttrue
|
afac8e0d45
|
Renderer の選択リストが対象を見つけられない場合にエラーメッセージを表示する
|
2022-01-17 18:02:02 +09:00 |
|
ousttrue
|
654ad1ae7a
|
BlendShapeClip の Renderer への参照切れメッセージが、該当する BlendShapeClip を示す
|
2022-01-17 18:01:06 +09:00 |
|
ousttrue
|
27d6d65539
|
EditorUtility.SaveFilePanel may expire some SerializedProperty variable. Fix for Unity-2021(This problem is not caused in Unity-2019.4)
#1449
|
2022-01-17 15:49:34 +09:00 |
|
ousttrue
|
eb9124faa9
|
UniVRM-0.93.2
|
2022-01-12 18:32:48 +09:00 |
|
ousttrue
|
659228b56b
|
UniVRM-0.93.1
|
2022-01-12 13:31:12 +09:00 |
|
ousttrue
|
21af2846e5
|
UniVRM-0.93.0
|
2022-01-06 15:05:42 +09:00 |
|
ousttrue
|
151ea85523
|
UniVRM-0.92.0
|
2021-12-16 14:50:31 +09:00 |
|