i want buy it but i need some info because i understood well.
1) RFC function what type on data i can use in parameter?
for example i can use int, float, string, custom type, gameobject?
i need a sync abot custom type like this..
public class Categorie : MonoBehaviour {
public string parent_id="0";
public GameObject root;
public Categorie catscript;
public GestoreCategory gestcat;
public Panel_Show_Cat psc;
public Category element,catzero;
public GameObject lemecat;
public int minindex=1,maxindex=5000;
public int currentindex=1,lastindex=0;
public int voiceinpanel=0;
public GameObject rigazer,rigazer2,nuovariga,pivot;
public UILabel labteorem,labteorem2;
public UIPanel elencocategorie,elencocategorie2,ele3;
public rigazero rigazeroscript,rigazeroscript2,rigazeroscript3;
public UIButton b1;
public Vector3 coords;
.......
}