edited October 2014 in ORK Scripting
I'm trying to integrate ORK and Photon Multiplayer. Photon requires that all networked player spawning has to be done with an Instantiate call with a string of the name of the prefab in a Resources folder. ORK seems to do its spawning by having a preset combatant join the active group.

At the risk of asking something so broad: how can I spawn a player in ORK entirely through scripting?

If I can see all the steps it takes, I believe I can work it into the Photon spawning.

Thanks,
Dave
  • It's probably best to change this in ORK's gameplay code and recompile it.
    Spawning of all combatants is handled by the Spawn function in the Combatant class.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.