Aar0n 就比如说,我第一个.prefab的格式是
{
"type":"Box",
"child":
[
......
],
"props":..................}
而第二个是
{
"x":0,
"type":"Box",
"selectedBox":1,
"selecteID":3,
"props":..........................
"child":
[
......
]
}
而且其中有的isDirectory是true,有的又是false,但父子层级其实是相同等级的,为什么呢?