fix
This commit is contained in:
parent
8e80bf7d4d
commit
6fdcd68726
|
@ -390,7 +390,7 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, resolution int,
|
||||||
if element.Base != nil && *element.Base != "" {
|
if element.Base != nil && *element.Base != "" {
|
||||||
tempData = append(tempData, map[string]interface{}{
|
tempData = append(tempData, map[string]interface{}{
|
||||||
"name": "model",
|
"name": "model",
|
||||||
"data": "0," + "卡扣式打包盒-1_MaskMap,卡扣式打包盒-1_Normal,卡扣式打包盒-1_BaseMap",
|
"data": "0," + combineImage + "," + "卡扣式打包盒-1_MaskMap,卡扣式打包盒-1_Normal,卡扣式打包盒-1_BaseMap",
|
||||||
"type": "other",
|
"type": "other",
|
||||||
"layer": "0",
|
"layer": "0",
|
||||||
"is_update": 1,
|
"is_update": 1,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user