Highroad Engine v1.3
|
Online sdk broker. Manages the various online sdk that Highroad Engine supports, to avoid duplicating scenes. Will destroy itself once setup is done. More...
Public Types | |
enum | OnlineSdks { Unity , Pun } |
Public Member Functions | |
virtual void | Awake () |
Intialize proper network sdk. More... | |
Public Attributes | |
GameObject | UnityNetwork |
The unity network handling gameobject. Will be destroyed from the scene if not needed. More... | |
GameObject | PhotonUnityNetwork |
The photon unity network handling gameobject. Will be destroyed from the scene if not needed. More... | |
Static Public Attributes | |
static OnlineSdks | SelectedOnlineSdk = OnlineSdks.Unity |
Online sdk broker. Manages the various online sdk that Highroad Engine supports, to avoid duplicating scenes. Will destroy itself once setup is done.
|
virtual |
Intialize proper network sdk.
GameObject MoreMountains.HighroadEngine.OnlineSdkBroker.PhotonUnityNetwork |
The photon unity network handling gameobject. Will be destroyed from the scene if not needed.
|
static |
GameObject MoreMountains.HighroadEngine.OnlineSdkBroker.UnityNetwork |
The unity network handling gameobject. Will be destroyed from the scene if not needed.