Exemplo n.º 1
0
 /// <summary>
 /// Returns the string that identifies your application to the system.
 /// </summary>
 /// <returns>The bundle identifier.</returns>
 public string GetBundleIdentifier()
 {
     return(PlayerSettings.GetBundleIdentifier());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Returns the string that specifies build version number of the bundle.
 /// </summary>
 /// <returns>The bundle version.</returns>
 public string GetBundleVersion()
 {
     return(PlayerSettings.GetBundleVersion());
 }