Version: 2017.1
public static int streamingInstallLaunchRange ;

説明

When building an Xbox One Streaming Install package (makepkg.exe) The layout generation code in Unity will assign each scene and associated assets to individual chunks. Unity will mark scene 0 as being part of the launch range, IE the set of chunks required to launch the game, you may include additional scenes in this launch range if you desire, this specifies a range of scenes (starting at 0) to be included in the launch set.

(注: これらの独自のレイアウトファイルを使用するためにはこのオプションは意味がありません。カスタムレイアウトファイルを使用することは、より高度なパッケージング要求を処理する正しい方法と見なされます。)