99#pragma warning disable 414
1010
1111/// <summary>
12- /// Updates Unity 5.2 and 5.3 with additional GVR library imports if those files do not exist.
13- /// Otherwise, if this is Unity 5.4 and there are legacy libraries or AndroidManifest.xml,
14- /// they are removed.
12+ /// Updates non-native versions of Unity with additional GVR library imports if those files
13+ /// do not exist. Otherwise, if this is Unity 5.4 and there are legacy libraries or
14+ /// AndroidManifest.xml, they are removed.
1515/// </summary>
1616[ InitializeOnLoad ]
1717public class GvrCompatibilityChecker {
@@ -31,7 +31,7 @@ public class GvrCompatibilityChecker {
3131
3232 // GVR backwards-compatible package.
3333 private static string BACK_COMPAT_PACKAGE_PATH =
34- "/GoogleVR/gvr-5.2-and-5.3-compatible .unitypackage" ;
34+ "/GoogleVR/compatibility-without-gvr-integration .unitypackage" ;
3535
3636 // Path elements.
3737 private static string ASSET_PATH_PREFIX = "Assets" ;
@@ -45,7 +45,7 @@ public class GvrCompatibilityChecker {
4545 private static string IMPORT_REQUIRED_TITLE = "Package Import Required" ;
4646 private static string IMPORT_REQUIRED_MESSAGE =
4747 "Additional libraries must be imported for GVR to be compatible with " +
48- "this version of Unity. Please upgrade to Unity 5.4 at your earliest convenience ." ;
48+ "this version of Unity, which does not have the GVR native integration ." ;
4949 private static string MANIFEST_UPDATE_WARNING_TITLE = "AndroidManifest.xml Merge Required" ;
5050 private static string MERGE_MANIFEST_WARNING_MESSAGE =
5151 "Please merge the existing AndroidManifest.xml with AndroidManifest-Cardboard.xml." ;
0 commit comments