Commit Graph

4133 Commits

Author SHA1 Message Date
amamagi
62c078aad5 add scroll view to showcase scene 2025-03-28 18:36:12 +09:00
Masataka SUMI
a813f58ae4
Create MToon10Showcase Sample 2025-02-07 11:50:24 +09:00
ousttrue
7732955ca0 editor, sample 2025-02-05 13:56:13 +09:00
ousttrue
94e242b31f
Merge branch 'vrm-c:master' into fix/use_UniGLTFLogger 2025-02-05 13:02:58 +09:00
ousttrue
5885004730 UniGLTFLogger 2025-02-05 03:47:56 +09:00
ousttrue
1f6ffa5eb6 vrm の root 以外にアタッチするスクリプトはアイコン取りやめ
- VRMSpringBone
- Vrm10XXXConstraint
- VRM10SpringBoneColliderGroup
2025-02-04 21:58:27 +09:00
ousttrue
ebe8ae6969
Merge branch 'master' into fix/custom_material 2025-02-04 16:51:19 +09:00
ousttrue
ffbbd63311 TinyPbr 2025-02-04 16:38:40 +09:00
ousttrue
5137c15051 CustomMaterial to TinyPbr 2025-02-04 16:34:28 +09:00
ousttrue
dae0b716b9 _urpMaterialForGrayscale 2025-02-04 16:12:14 +09:00
ousttrue
647f5c0a71 BoxMan use custom material 2025-02-03 19:13:38 +09:00
ousttrue
a1e5c854c9 fix UV_PROPERTY hard coding(_MainTex_ST) 2025-02-03 19:02:07 +09:00
Isamu Mogi
dc8b841f1e Unity6でGraphicsSettings.renderPipelineAssetがObsolete警告を出すのに対応
Unity6でGraphicsSettings.renderPipelineAssetがObsoleteになり、次のような警告が出ていました。

```
Assets/VRM/Editor/BuildClass.cs(31,13): warning CS0618: 'GraphicsSettings.renderPipelineAsset' is obsolete: 'renderPipelineAsset has been deprecated. Use defaultRenderPipeline instead (UnityUpgradable) -> defaultRenderPipeline'
```

Unity6以降では、代わりとして推奨されるフィールド defaultRenderPipeline を使うようにしました。
2025-01-29 19:45:42 +09:00
ousttrue
cbf5f33666 UNITY_EDITOR first 2025-01-29 13:39:38 +09:00
ousttrue
91594fae01 fix order. "UNITY_EDITOR" first 2025-01-29 13:36:54 +09:00
ousttrue
217abf20e9 201 2025-01-28 20:05:21 +09:00
ousttrue
de8444bbea build VRM10Viewer and SimpleViewer 2025-01-28 19:15:00 +09:00
ousttrue
b19222ba1e remove meta 2025-01-28 12:54:00 +09:00
ousttrue
721f007e7d
Merge branch 'master' into fix/webgl_build 2025-01-27 19:47:49 +09:00
ousttrue
6536238722 jslib 2025-01-27 19:34:28 +09:00
ousttrue
e48867cfea WebGLFileDialog to UniVRM_Sample_WebGLFileDialog 2025-01-27 17:05:53 +09:00
ousttrue
7a65c4d1a4
Merge branch 'master' into vrm_itimecontrol 2025-01-27 17:02:42 +09:00
ousttrue
6ecc22f0ee interface 2025-01-27 16:26:23 +09:00
RDAG
f67b4d7269 fix compile error in unity 2021 2025-01-27 00:18:22 +09:00
ousttrue
e1db312203 menu "Build 10 WebGL for CI". Update sample 2025-01-25 02:14:18 +09:00
ousttrue
1080729d0b fix WebGL build VRM10Viewer 2025-01-25 01:43:34 +09:00
ousttrue
fe511a5211 BuildWebGLForCi 2025-01-24 23:38:37 +09:00
ousttrue
8108583f3e fix SimpleViewer WebGL build 2025-01-24 22:45:42 +09:00
ousttrue
10dafaab49 springboneRuntime 2025-01-24 22:00:02 +09:00
ousttrue
de4c357f09 impl ITimeControl to Vrm10AnimationInstance 2025-01-23 19:04:39 +09:00
Isamu Mogi
f69e60e5f0 MToon10Meta.URPUnityShaderNameがObsolete警告を出すのに対応
MToon10Meta.URPUnityShaderNameがObsoleteになり、次のような警告が出ていました。

```
Assets/VRM10/Runtime/IO/Material/URP/Import/Materials/UrpVrm10MToonMaterialImporter.cs(30,29): warning CS0618: 'MToon10Meta.URPUnityShaderName' is obsolete: 'Use UnityUrpShaderName instead'
```

Obsoleteになった際のコミットはこちらです: cce076d324

代わりに、同内容の推奨されている定数 MToon10Meta.UnityUrpShaderName を使うようにしました。
2024-12-26 21:34:15 +09:00
ousttrue
a481f3287f fix description 2024-12-24 15:17:04 +09:00
ousttrue
0a5de465ad add sample package.json 2024-12-24 15:10:21 +09:00
ousttrue
c1f5356017 copy Samples~ 2024-12-24 14:12:00 +09:00
ousttrue
148b27846e clothsample の URP material 2024-12-24 14:11:00 +09:00
ousttrue
be1adeb031 package.json 2024-12-24 13:56:26 +09:00
ousttrue
4fe45ff1f6 update asmdef 2024-12-23 23:40:02 +09:00
ousttrue
d2b33e397e fix editor asmdef 2024-12-23 19:49:07 +09:00
ousttrue
38f228d558 UniVRM-0.128.1 2024-12-23 14:32:27 +09:00
Masataka SUMI
8d4b6d855c
The MToon10 URP shader follows the MToon10 Built-inRP shader 2024-12-23 14:15:23 +09:00
Masataka SUMI
5d116ee89d
MatCapColor value should be [1,1,1] when it isn't defined. 2024-12-23 14:05:54 +09:00
Masataka SUMI
76563cdebb
MatCap Texture should be 0.0 when it doesn't exist. 2024-12-23 14:04:26 +09:00
ousttrue
e3b2071877
Merge branch 'master' into fix/10_collider_editor_update 2024-12-23 13:39:59 +09:00
ousttrue
458aabdfe4
Merge branch 'master' into fix/10_show_select_springbone 2024-12-23 13:39:18 +09:00
ousttrue
a8925bbd10
Merge branch 'master' into use_maintexture_offset_scale 2024-12-20 15:52:38 +09:00
Yutaka Sato
3d6b3afe1f
Merge branch 'master' into use_maintexture_offset_scale 2024-12-20 15:48:40 +09:00
ousttrue
ceea9a294a Debug.Log 2024-12-20 15:43:35 +09:00
ousttrue
bd97ffd407 add VrmaScriptedImporter 2024-12-20 15:35:56 +09:00
Masataka SUMI
b8ab2bdf8f
Fix an error when importing a glTF file that does not contain materials. 2024-12-20 15:12:03 +09:00
notargs
6ba271705c Merge remote-tracking branch 'upstream/master' into use_maintexture_offset_scale 2024-12-13 21:30:09 +09:00