|
@@ -212,10 +212,10 @@ namespace MetaClient
|
|
|
for (int i = 0; i < dRCustomBodies.Length; i++)
|
|
|
{
|
|
|
Debug.Log(dRCustomBodies[i].Id);
|
|
|
- if (dRCustomBodies[i].ParentStyple == parentid)
|
|
|
- {
|
|
|
- CreateButtonFun(dRCustomBodies[i].Icon, dRCustomBodies[i].Part, dRCustomBodies[i].Name, bodyView.transform.GetChild(2).GetChild(0).gameObject, dRCustomBodies[i].Id, dRCustomBodies[i].ButtonStyple, ECustomStyple.Body);
|
|
|
- }
|
|
|
+ //if (dRCustomBodies[i].ParentStyple == parentid)
|
|
|
+ //{
|
|
|
+ // CreateButtonFun(dRCustomBodies[i].Icon, dRCustomBodies[i].Part, dRCustomBodies[i].Name, bodyView.transform.GetChild(2).GetChild(0).gameObject, dRCustomBodies[i].Id, dRCustomBodies[i].ButtonStyple, ECustomStyple.Body);
|
|
|
+ //}
|
|
|
}
|
|
|
}
|
|
|
|