Property InitializeSynchronously InitializeSynchronously Forces the InitializationOperation to complete immediately when it is started. Uses WaitForCompletion to force the loading to complete synchronously. Please note that WaitForCompletion is not supported on WebGL and InitializeSynchronously will be ignored when running on WebGL. Declaration public static bool InitializeSynchronously { get; set; } Property Value Type Description bool