yoship1639
bb68ebaa89
ShadowCasterPassのAlphaClipUV座標が正しくない問題を修正
2023-07-21 18:17:53 +09:00
yoship1639
1feb077d62
不要なBuilt-inキーワードを削除
2023-07-13 02:22:49 +09:00
ousttrue
b673f160ac
Merge pull request #2100 from ousttrue/fix/boxman_finger
...
BoxMan に指を追加しました。頭を調整
2023-07-07 14:09:51 +09:00
ousttrue
3624a25dc9
Merge pull request #2102 from ousttrue/doc/urp_document
...
[doc] urp 関連
2023-07-07 14:09:36 +09:00
ousttrue
904ce47f21
Merge pull request #2103 from ousttrue/fix/validate_no_sample_copy
...
Sample コピーが同一かどうかを確認する
2023-07-07 14:09:23 +09:00
ousttrue
4d78f864e8
impl VRMSampleCopy.Validate
2023-07-05 14:08:30 +09:00
ousttrue
5a87e0a4bf
SampleCopy 済みか確認する
2023-07-05 13:44:32 +09:00
ousttrue
3de12d8760
urp 関連
2023-07-04 17:46:10 +09:00
ousttrue
9d4d5e97a6
Merge pull request #2101 from ousttrue/fix/pose_root_position
...
[VRM-animation][pose] localPosition の間違い
2023-07-04 16:46:56 +09:00
ousttrue
dd53f1382d
localPosition の間違い
2023-07-04 16:41:29 +09:00
ousttrue
6ba2cd21a7
Merge pull request #2093 from ousttrue/fix/vrma_export
...
[vrm-animation] VrmAnimationExporter の実装と bvh 変換の実験
2023-07-03 23:38:22 +09:00
ousttrue
beaee70de0
Merge pull request #2098 from ousttrue/feature/paste_poe
...
[VRM-animation] 1フレーム版(gltfのjson部にすべて記述)の試作
2023-07-03 18:49:32 +09:00
ousttrue
9ebcf51b3f
bvh に関する注意を追加
2023-07-03 18:46:09 +09:00
ousttrue
5049f62941
add finger
2023-07-03 18:38:05 +09:00
ousttrue
29ccee467e
VRMC_vrm_pose への仕様変更
2023-07-03 14:20:03 +09:00
ousttrue
7961a2ad36
x-reverse
2023-06-27 16:18:38 +09:00
ousttrue
85db9bd2cd
pose to Motion
2023-06-27 16:06:24 +09:00
ousttrue
699d1bf381
copy pose
2023-06-22 18:09:40 +09:00
ousttrue
a1854f9f07
Merge pull request #2090 from saturday06/RemapScriptedImporterEditorBase-DiscardChanges
...
Unity 2022.2以降のScriptedImporterEditor.ResetValues()のObsolete警告が出るのに対応
2023-06-22 16:23:07 +09:00
ousttrue
58a3ea598f
Merge pull request #2091 from saturday06/VRM10.Tests.PlayMode.dll-no-script
...
Unity 2021からVRM10.Tests.PlayModeアセンブリのスクリプト不存在警告が出るようになったのに対応
2023-06-22 16:21:13 +09:00
ousttrue
2950085cf5
Merge pull request #2089 from ousttrue/fix/impl_vrm_animation
...
[VRM-animation] VrmAnimationImporter を実装
2023-06-22 16:11:03 +09:00
ousttrue
a4cfc4ebdb
separate bvh from VrmAnimationExporter
2023-06-19 17:07:50 +09:00
ousttrue
16ff381cdc
impl VrmAnimationExporter for bvh
2023-06-19 16:50:55 +09:00
Isamu Mogi
90e92fa6ca
Unity 2021からVRM10.Tests.PlayModeアセンブリのスクリプト不存在警告が出るようになったのに対応
...
Unity 2021から、次のようなVRM10.Tests.PlayModeアセンブリにスクリプトが含まれないという趣旨の警告が出ていました。
```
Assembly for Assembly Definition File 'Assets/VRM10/Tests.PlayMode/VRM10.Tests.PlayMode.asmdef' will not be compiled, because it has no scripts associated with it.
```
ダミーのテストを追加する対応も検討したのですが、メンテナンス対象のソースは少ない方が良いと思うのでアセンブリを削除することで対応しました。
2023-06-19 00:33:50 +09:00
Isamu Mogi
9ddb099cc6
Unity 2022.2以降のScriptedImporterEditor.ResetValues()のObsolete警告に対応
...
Unity 2022.2以降のバージョンでScriptedImporterEditor.ResetValues()がObsoleteになり、代わりにDiscardChanges()の利用が推奨されるようになりました。
UniGLTF.RemapScriptedImporterEditorBaseがResetValues()を利用しており、それにより、次のような警告を発生させていました。
```
Assets/UniGLTF/Editor/UniGLTF/ScriptedImporter/RemapScriptedImporterEditorBase.cs(50,33): warning CS0672: Member 'RemapScriptedImporterEditorBase.ResetValues()' overrides obsolete member 'AssetImporterEditor.ResetValues()'. Add the Obsolete attribute to 'RemapScriptedImporterEditorBase.ResetValues()'.
Assets/UniGLTF/Editor/UniGLTF/ScriptedImporter/RemapScriptedImporterEditorBase.cs(54,13): warning CS0618: 'AssetImporterEditor.ResetValues()' is obsolete: 'UnityUpgradeable () -> DiscardChanges'
```
オーバーライドされたResetValuesにもObsoleteを付与することで、警告が抑制されるようになりました。
また、移行先として推奨されているDiscardChanges()の実装も行いました。
2023-06-19 00:06:12 +09:00
ousttrue
709387fb12
export VRMC_vrm_animation
2023-06-16 16:26:36 +09:00
ousttrue
60c79b5e7a
VrmAnimationExporter
2023-06-15 15:22:32 +09:00
ousttrue
77ecdc2d55
VrmAnimationImporter create VrmAnimationInstance
2023-06-14 17:00:25 +09:00
ousttrue
464a5c8953
VrmAnimationInstance
2023-06-14 16:45:42 +09:00
ousttrue
122f15fc42
VrmAnimationImporter
2023-06-14 16:23:54 +09:00
ousttrue
b9293f0c14
Merge pull request #2088 from ousttrue/fix/unity_2021
...
unity version up と vscode 作業設定
2023-06-14 14:29:08 +09:00
Masataka SUMI
109874ce18
Merge pull request #2087 from Chrisdbhr/master
...
fixed wrong version define to 'core' instead of 'universal'
2023-06-14 14:28:55 +09:00
ousttrue
e3e385ac55
2021.3.27f1
2023-06-14 14:18:00 +09:00
ousttrue
4e93fcca9a
unity version up と vscode 作業設定
2023-06-13 14:52:31 +09:00
Chris
eac05cadf5
fixed wrong version define to 'core' instead of 'universal'
2023-06-12 11:53:55 -03:00
ousttrue
628406223c
Merge pull request #2085 from ousttrue/doc/v0_112_0
...
UniVRM-0.112.0
2023-06-12 16:00:30 +09:00
ousttrue
c657166392
UniVRM-0.112.0
2023-06-12 15:55:27 +09:00
ousttrue
6a46afde77
Merge pull request #2083 from ousttrue/version/v0_112_0
...
UniVRM-0.112.0
2023-06-12 12:51:43 +09:00
ousttrue
e8861704d2
UniVRM-0.112.0
2023-06-09 17:13:42 +09:00
ousttrue
5f29f86420
Merge pull request #2081 from ousttrue/fix/sample_argument_error
...
Fix/sample argument error
2023-06-09 17:11:02 +09:00
ousttrue
88b4a79772
add ArgumentChecker
2023-06-08 14:23:08 +09:00
ousttrue
0cd565fb85
Add ArgumentChecker. Hide boxman when loaded
2023-06-08 14:20:52 +09:00
ousttrue
fcc8eb6ee1
Merge pull request #2078 from ousttrue/doc/release_v0_111_0
...
UniVRM-0.111.0
2023-06-06 19:01:11 +09:00
ousttrue
978bc5f2b3
UniVRM-0.111.0
2023-06-06 18:58:52 +09:00
ousttrue
b4130b9e5d
Merge pull request #2077 from ousttrue/fix/urpsample_build_error
...
Editor要素がビルドエラー。サンプル更新を反映
2023-06-06 14:49:25 +09:00
ousttrue
e60d972bd1
Editor要素がビルドエラー。サンプル更新を反映
2023-06-06 14:44:31 +09:00
ousttrue
48ebe7e081
Merge pull request #2064 from ousttrue/fix/broken_springbone_no_throw
...
springbone の import で throw しない
2023-06-06 13:04:08 +09:00
ousttrue
3f3f97d4e9
Merge pull request #2075 from ousttrue/version/v0_111_0
...
UniVRM-0.111.0
2023-06-05 20:04:23 +09:00
ousttrue
f2ed55964a
Merge pull request #2074 from ousttrue/check_humanoid_edge_case
...
human bone の index が -1 になりうる?
2023-06-05 19:59:40 +09:00
ousttrue
cca84cd1ac
Merge pull request #2073 from ousttrue/fix_migration_springbone_center
...
SpringBone center のマイグレーションが無かった
2023-06-05 19:58:59 +09:00