Class ConnectShareEditorWindow
An Editor window that allows the user to share a WebGL build of the game to Unity Connect
Inheritance
ConnectShareEditorWindow
Syntax
public class ConnectShareEditorWindow : EditorWindow
Methods
OnBeforeAssemblyReload()
Declaration
public void OnBeforeAssemblyReload()
OnProcessingProgress(Int32)
Declaration
public static void OnProcessingProgress(int percentage)
Parameters
Type |
Name |
Description |
Int32 |
percentage |
|
OnUploadProgress(Int32)
Declaration
public static void OnUploadProgress(int percentage)
Parameters
Type |
Name |
Description |
Int32 |
percentage |
|