RPC with params

Hi
I'm new to photon and I search web but I didnot find ,which type parameters can I use , int float ok but gameObject,Transform ? they give error but the others ? Would someone show me the list. Soory for bad english

Comments

  • Hi @PoeWang,

    you can use any type that is supported by Photon by default. Transform is not supported by default. See a list of supported types here. To send an unsupported type, you would have to register a Custom Type. How this works is described on the same page.