fix(shadow prefab): set shadow gui prefab inactive by default
modify the _active state of shadow prefab from true to false, disable it by default to avoid unnecessary rendering
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
"__id__": 1
|
"__id__": 1
|
||||||
},
|
},
|
||||||
"_children": [],
|
"_children": [],
|
||||||
"_active": true,
|
"_active": false,
|
||||||
"_components": [
|
"_components": [
|
||||||
{
|
{
|
||||||
"__id__": 3
|
"__id__": 3
|
||||||
|
|||||||
Reference in New Issue
Block a user