I’m planning to make a MMO games. Many people suggesting to use Photon Server. and i have a questions about it
- Does Photon can be programmed in JS ? (most of it are Photon.cs, but my game script mostly use JS)
- I use Mobile Broadband (which mean it doesn’t have a static IP address), does it problem with my game / server if i shutdown my computer? (sometimes, the IP address can change if i restart my PC)
- How to make each player shares their character info ? (such as health, rank)
- How to make it the player controls own character not other player character ? (Making a respawn I’m sure it’s an instance of player prefab which have if Input)
thanks for any answer