예제 #1
0
 // Adds all platforms to the settings asset, so they get stored in the same file as the main
 // Settings object.
 public void AddPlatformsToAsset()
 {
     RuntimeSettings.ForEachPlatform(AddPlatformToAsset);
 }