Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IPostprocessLaunch

Interface for receiving a callback after the application is launched on a target device.
Read time 1 minuteLast updated 6 days ago

Definition

public interface IPostprocessLaunch : IOrderedCallback

Remarks

Unity invokes
OnPostprocessLaunch
callback after attempting to launch the application. For more information about build callbacks, refer to Use build callbacks

Methods

Method

Description

OnPostprocessLaunchImplement this method to receive a callback after Unity attempts to launch the application.

Inheritance