Example #1
0
 static void CreateInilazabelXML()
 {
     MyXML.CreateXML(Application.dataPath + "/XML/Inilazable.xml", Selection.activeGameObject.GetComponentsInChildren <Transform>());
 }
Example #2
0
 static void CreateCompletePositionXML()
 {
     MyXML.CreateXML(Application.dataPath + "/XML/CompletePostion.xml", Selection.activeGameObject.GetComponentsInChildren <Transform>());
 }