Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


allowExitToHome

Configures how Menu button behaves on Apple TV Remote.
Read time 1 minuteLast updated 12 days ago

Definition

public static bool allowExitToHome { get; set; }

Remarks

When set to true, pressing
Menu
on the remote will exit the application and naviagte to the system home screen. When set to false, the current application is responsible for handling a
Menu
press. It's recommended to set this property to true on top level menus of your application. The default setting is true.