0

Please tell me how to properly host a migration with a photon bolt. If possible, give documentation or step-by-step instructions

  • a good start would be GOOGLE and the dev Page. after 10 sec i found this: https://doc.photonengine.com/en-us/bolt/current/samples-and-tutorials/bolt-basics/bolt-102-getting-started – Vampirasu Jan 15 '19 at 08:20

1 Answers1

1

Currently, Photon Bolt doesn't have any direct support for Host Migration. As this could be very specific to your game type.

On the other can, you check the Bolt Samples Package that contains an example of how Host Migration can be done, so you can use this as a starting point for your implementation.

Link: https://assetstore.unity.com/packages/tools/network/photon-bolt-sample-pack-85866

Ramon Melo
  • 21
  • 3