Commit Graph

5905 Commits

Author SHA1 Message Date
ousttrue
f9f5f37dfa rename ForceUniqueName to ForceTransformUniqueName 2025-02-12 15:08:52 +09:00
ousttrue
c27c4b6153 ForceUniqueName before create AvatarDescription 2025-02-12 14:56:20 +09:00
ousttrue
be9dde69f4
Merge pull request #2577 from ousttrue/fix/vrm10viewer_custom_material
[URP][vrm10viewer] ShaderGraph material sample
2025-02-07 16:36:44 +09:00
ousttrue
854ab8763a TinyMToon cuttoff 2025-02-07 14:57:36 +09:00
ousttrue
1553402a97 TinyMToonAlphaBlend 2025-02-07 14:51:51 +09:00
ousttrue
77b285fc76 ShadeColor 2025-02-07 14:18:23 +09:00
ousttrue
7e22c51c1b TinyPbrSubGraph.shadersubgraph 2025-02-06 20:53:31 +09:00
ousttrue
832e3f83ef TinyMToon.shadergraph 2025-02-06 03:43:16 +09:00
ousttrue
aacb3a74de Cutoff 2025-02-05 22:37:16 +09:00
ousttrue
fa0a4f3779 AlphaBlend 2025-02-05 21:44:08 +09:00
ousttrue
71e72c79e3 emission 2025-02-05 19:15:54 +09:00
ousttrue
64c923e238 BumpMap 2025-02-05 18:54:44 +09:00
ousttrue
0bc56bcb5a fix MetallicRoughness 2025-02-05 18:41:26 +09:00
ousttrue
b477694298 MetallicRoughness 2025-02-05 16:21:03 +09:00
ousttrue
1086db9be0 Occlusion 2025-02-05 15:42:11 +09:00
ousttrue
3b3da89a77 BaseColor, BaseMap 2025-02-05 15:32:24 +09:00
ousttrue
fc769f02ed load glb 2025-02-05 15:09:27 +09:00
ousttrue
b1bd880748
Merge pull request #2576 from ousttrue/fix/use_UniGLTFLogger
[Runtime] UniGLTFLogger を 使う
2025-02-05 14:09:55 +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
dd26226d82
Merge pull request #2575 from ousttrue/fix/remove_icon
vrm の root 以外にアタッチするスクリプトはアイコン取りやめ
2025-02-05 13:00:30 +09:00
ousttrue
b14d158373
Merge branch 'master' into fix/remove_icon 2025-02-05 13:00:05 +09:00
ousttrue
f69a7880d8
Merge pull request #2574 from ousttrue/fix/workflow_gh_page
[fix action dependency] update workflow
2025-02-05 12:59:16 +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
a0b17a6a78 version up
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
2025-02-04 21:52:49 +09:00
ousttrue
71e4a71d80
Merge pull request #2573 from ousttrue/fix/custom_material
_MainTex_ST の参照を修正
2025-02-04 18:24:15 +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
a6595a9925
Merge pull request #2570 from saturday06/replace-obsoleted-renderPipelineAsset-with-defaultRenderPipeline
Unity6でGraphicsSettings.renderPipelineAssetがObsolete警告を出すのに対応
2025-02-03 19:38:14 +09:00
ousttrue
bb6ee3e1ee
Merge branch 'master' into replace-obsoleted-renderPipelineAsset-with-defaultRenderPipeline 2025-02-03 19:30:14 +09:00
ousttrue
6ba0037633
Merge pull request #2568 from vrm-c/Santarh-patch-4
Updated the supported library versions for previous Unity versions in the README.
2025-02-03 19:29:01 +09:00
ousttrue
04a38113d7
Merge branch 'master' into Santarh-patch-4 2025-02-03 19:28:28 +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
08517b710b
Merge pull request #2569 from ousttrue/fix/webgl_dialog
[WebGL] Dialogの優先順位。Editor は UNITY_EDITOR
2025-01-29 13:54:17 +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
Masataka SUMI
d693df4c8e
Updated the supported library versions for previous Unity versions in the README. 2025-01-29 12:23:26 +09:00
ousttrue
3e31d3fc2b
Merge pull request #2565 from vrm-c/workflow-webgl-wip
[WebGL] github action でサンプルをWebGLビルドして gh-page に展開する
2025-01-28 20:12:36 +09:00
ousttrue
5443d662d5 work-flow の自動発動をコメントアウト 2025-01-28 20:09:57 +09:00
ousttrue
217abf20e9 201 2025-01-28 20:05:21 +09:00
ousttrue
e51c21fb23 quote 2025-01-28 19:39:14 +09:00
ousttrue
4874b79a08 fix indent 2025-01-28 19:19:21 +09:00
ousttrue
77b8e5082c fix bash env 2025-01-28 19:16:17 +09:00
ousttrue
de8444bbea build VRM10Viewer and SimpleViewer 2025-01-28 19:15:00 +09:00
ousttrue
df3ec32bce quit 2025-01-28 17:12:31 +09:00