- Home /
Photon network issue with script priority
i tried to make the photon networking work and it did however my script for spawning players is in c# and i need to call it's functions from javascript functions, which is why i have it in the standart assets folder now, for some reason the player spawning script gives the error that it cant find a valid type of photonnetwork, even though i copied the photon plugins into a plugins folder in the assets root. i tried making the playerspawner script in javascript, so that i don't need to have it in the standart assets folder, but then it gives me "no appropriate version of photonnetwork.instantiate" whad do?
I never managed the two way interaction. I only could either compile first all JS or all c#. I hope I'm wrong :/
Answer by LegendWill · Sep 18, 2014 at 11:39 PM
In your photon network folder, try dragging the plugins folder into your root assets folder. I had a similar problem and that's how I fixed it.
Your answer
Follow this Question
Related Questions
Networking Synchronize Problem. 0 Answers
PhotonNetwork.Instantiate 2 problems. 3 Answers
Tying to parent objects in game with Photon.PUN OnPhotonSerializeView 0 Answers
GetComponent Help. 1 Answer