Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LaunchResult

Describes the outcome of the application launch process.
Read time 1 minuteLast updated 6 days ago

Definition

public enum LaunchResult

Fields

Value

Description

FailedThe application is failed to launch.
PartiallySucceededThe application is successfully launched on some target devices, but not all.
SucceededThe application is successfully launched.
UnknownUnity attempted to launch the application, but it's unknown whether it's successfully launched.