Fix backpack material artifact rebuild

This commit is contained in:
2026-04-08 02:53:12 +08:00
parent 0a392e1311
commit 2e961295bf
4 changed files with 88 additions and 3 deletions

View File

@@ -1,4 +1,10 @@
{
"shader": "builtin://shaders/unlit",
"renderQueue": "geometry"
"renderQueue": "geometry",
"properties": {
"_BaseColor": [1, 1, 1, 1]
},
"textures": {
"_MainTex": "Assets/Models/backpack/diffuse.jpg"
}
}