Back To Index

AutoConnect

Jump To Parameters
Jump To Function Definitions


Parameter Definitions

Select the parameter name from below to jump directly to it on this page.

roomToAutoConnectTo


roomToAutoConnectTo

The photon room to auto connect to

Exposed Value Type Default Value
public string “MyTestingRoom”

Back To Top

Function Definitions

Select the function name from below to jump directly to it on this page.

AutoStart
Start


IEnumerator AutoStart()

Will automatically join the photon server, lobby, and finally the photon room name that you specify in the roomToAutoConnectTo parameter. This is used exclusively for testing builds quickly without having to go through a UI interface.

Expose Value Overrideable Returns
private False Does not return anything

No parameters

Back To Top


void Start()

Calls the AutoStart IEnumerator

Expose Value Overrideable Returns
private False Does not return anything

No parameters

Back To Top