Advertisement

Latest photon Activity

nikrome
February 12, 2023 06:45 PM

Hello, I am Nikhil. Currently a student in Game programming in UK.

I have switched from Electronics and Communication engineering to Game Programming, so though i have some experience in Python, C, C# and C++; this whole Game development and scripting is new.

I am currently working on a Multiplayer G…

2,643 views
Advertisement

The only other multiplayer library I've used in Unity was a custom client library we wrote on our own, so I can't help on that front.

However, when deciding on networking, the first and most important decision, is what kind of gameplay you want to support! Turn-based, extrapolated-state-snapshots, a…

4,722 views
DaOneGames
November 25, 2021 05:37 PM
Hunt-or-Haunt: DevLog Week 12 (Photon Bolt=>Photon Fusion)

"Just as quantum mechanics tells us that we cannot accurately measure position and momentum at the same time, 

we also proved this with Photon Bolt!" 

As mentioned last week, this week we started to upgrade from Photon Bolt to Photon Fusion. 

The structure and API of Fusion are complete…

5,110 views

https://discord.me/baas

Tons of folks here, including official staff from Microsoft PlayFab, Photon, Amazon GameTech, and 9 others ? Collab with other mplayer devs and ask questions!

4,714 views

It sounds to me as if your problem is in the UI and application logic, not in the networking.

Why does your UI let the user select a unit that doesn't belong to the player?

Why does the remote end accept a packet that says that a user selected a unit that doesn't belong to them?

3,691 views

Sure you can. You can wrap the Photon interface in an interface.

public interface INetworking {
  GameObject GameObjectInstantiate();
  Network NetworkInstantiate();
  ...
};

Then you implement this interface twice, once for “Photon as back end” and once for “testing framework as back end.”

Then you p…

3,419 views
StreamSDK Powered SNES w/Online Multiplayer Tutorial

Introduction

Marketing a new product can be difficult. It’s doubly difficult when it’s in a new space, like real-time streaming … if that’s even the right way to classify StreamSDK. Pursuant to this challenge, one way to reach people is to present novel new demos that showcase the power of the platf…

9,677 views
Advertisement
Advertisement