Skip to content

Releases: googlevr/cardboard-xr-plugin

v.1.18.0

24 Oct 18:11
Compare
Choose a tag to compare

See http://github.com/googlevr/cardboard for full release notes.

Cardboard SDK v1.18.0 (2022-10-24)

Breaking & behavioral changes

  • iOS SDK binaries no longer contain bitcode as Apple has deprecated bitcode.

New APIs and capabilities

  • Added support for 2022 iPhones (iPhone 14, iPhone 14 Plus, iPhone 14 Pro, iPhone 14 Pro Max).
  • Vulkan is now ready for use in Unity and we no longer expect breaking API changes. There are still some bugs to be aware of. See known issues, below.

Deprecations

None

Other changes

Bug fixes

  • Fixed #321: Added bitcode disabling step to Unity build post processor in order to allow archiving iOS apps.
  • Fixed #355: Fixed bitcode bundle error.
  • Fixed #369: Added support for new iPhone 14 variants.

Known issues

  • When using Vulkan as rendering API, random rendering on the eye textures has been observed on certain Samsung devices.
  • When using Vulkan as rendering API, application getting freezed with black screen has been observed on certain Google devices.

Tested devices

  • Android
    • Google Pixel 2XL (Android 8)
    • Google Pixel 3 (Android 9)
    • Google Pixel 4XL (Android 11)
    • Google Pixel 6 (Android 12)
    • Samsung Galaxy S8 (Android 9)
    • Samsung Galaxy S9 (Exynos) (Android 10)
    • Samsung Galaxy S10 (Exynos) (Android 10)
    • Samsung Galaxy S10+ (Qualcomm) (Android 11)
    • Samsung Galaxy S20 (Qualcomm) (Android 12)
  • iOS
    • iPod Touch 7th gen (iOS 12.3)
    • iPhone 6 (iOS 12.5)
    • iPhone X (iOS 15.6)
    • iPhone XR (iOS 16.0)

v1.17.0

17 Aug 20:04
Compare
Choose a tag to compare

See http://github.com/googlevr/cardboard for full release notes.

Cardboard SDK v1.17.0 (2022-08-17)

Breaking & behavioral changes

  • Added the methods RunRenderingPreProcessing() and RunRenderingPostProcessing() to cardboard::unity::Renderer().
  • Changed Unity minimum version to 2020.3.36f1 from 2019.4.25f1.

New APIs and capabilities

  • Added Vulkan Support to Unity plugin.

Deprecations

None

Other changes

  • In Android SDK, removed Intent.ACTION_DEVICE_STORAGE_LOW usage (currently deprecated).
  • In Android SDK, suppressed deprecation warning when Environment.getExternalStorageDirectory() is called.
  • In Android SDK, replaced legacy android.os.AsyncTask class (currently deprecated) with com.google.cardboard.sdk.qrcode.AsyncTask class.

Bug fixes

None

Known issues

  • Vulkan distortion renderer is currently in alpha and subject to change.

Tested devices

  • Android
    * Google Pixel 2XL (Android 8)
    * Google Pixel 3 (Android 9)
    * Google Pixel 4XL (Android 11)
    * Google Pixel 6 (Android 12)
    * Samsung Galaxy S8 (Android 9)
    * Samsung Galaxy S9 (Exynos) (Android 10)
    * Samsung Galaxy S10 (Exynos) (Android 11)
    * Samsung Galaxy S10+ (Qualcomm) (Android 11)
    * Samsung Galaxy S20 (Qualcomm) (Android 12)
  • iOS
    * iPod Touch 7th gen (iOS 12.3)
    * iPhone 6 (iOS 12.5)
    * iPhone SE (iOS 14.6)
    * iPhone X (iOS 15.6)

v1.16.0

17 Jun 17:38
Compare
Choose a tag to compare

See http://github.com/googlevr/cardboard for full release notes.

Cardboard SDK v1.16.0 (2022-06-17)

Breaking & behavioral changes

  • Removed the fields vk_frame_buffer, vk_queue, vk_semaphore andvk_fence from structure CardboardVulkanDistortionRendererTarget.
  • When using Vulkan, the field texture in CardboardEyeTextureDescription has changed its underlying type from VkImage * to VkImage.
  • When using Vulkan, a client app is now responsible for calling vkQueueSubmit and vkQueuePresentKHR.

New APIs and capabilities

None.

Deprecations

None.

Other changes

Bug fixes

  • Fixed #286: Added a workaround for underlying issue Unity bug #1427493 by setting the focus lost option in the display provider to true to avoid the HUD flickering.

Known issues

  • Vulkan distortion renderer is currently in alpha and subject to change.

Tested devices

  • Android
    • Google Pixel 2XL (Android 8)
    • Google Pixel 3 (Android 9)
    • Google Pixel 4a (Android 11)
    • Google Pixel 4XL (Android 11)
    • Google Pixel 6 (Android 12)
    • Samsung Galaxy S8 (Android 9)
    • Samsung Galaxy S9 (Exynos) (Android 10)
    • Samsung Galaxy S10 (Exynos) (Android 10)
    • Samsung Galaxy S10+ (Qualcomm) (Android 10)
    • Samsung Galaxy S20 (Qualcomm) (Android 12)
  • iOS
    • iPod Touch 7th gen (iOS 12.3)
    • iPhone 6s (iOS 12.5)
    • iPhone X (iOS 14.4)
    • iPhone XR (iOS 14.8)

v1.15.0

03 May 17:56
Compare
Choose a tag to compare

See http://github.com/googlevr/cardboard for full release notes.

Cardboard SDK v1.15.0 (2022-05-03)

Breaking & behavioral changes

  • Renamed the native plugin to GfxPluginCardboard from cardboard_api to enable the future Vulkan support in Unity.

New APIs and capabilities

None.

Deprecations

None.

Other changes

None.

Bug fixes

  • Fixed #230 via #345: Support Unity Input System Package.

Known issues

  • Vulkan distortion renderer is currently in alpha and subject to change.

Tested devices

  • Android
    • Google Pixel 2XL (Android 8)
    • Google Pixel 3 (Android 9)
    • Google Pixel 4a (Android 11)
    • Google Pixel 4XL (Android 11)
    • Google Pixel 6 (Android 12)
    • Samsung Galaxy S8 (Android 9)
    • Samsung Galaxy S9 (Exynos) (Android 10)
    • Samsung Galaxy S10 (Exynos) (Android 10)
    • Samsung Galaxy S10+ (Qualcomm) (Android 10)
    • Samsung Galaxy S20 (Qualcomm) (Android 12)
  • iOS
    • iPod Touch 6th gen (iOS 12.3)
    • iPhone 6 (iOS 12.5)
    • iPhone 8+ (iOS 11.3)
    • iPhone X (iOS 14.4)
    • iPhone SE (iOS 14.6)

v1.14.0

04 Apr 22:50
Compare
Choose a tag to compare

See http://github.com/googlevr/cardboard for full release notes.

Cardboard SDK v1.14.0 (2022-04-04)

Breaking & behavioral changes

None

New APIs and capabilities

None

Deprecations

None

Other changes

None

Bug fixes

  • Fixed #199: Now the eyes are correctly renderer when using the Cardboard XR Plugin with URP and Linear Color Space.

Known issues

  • Vulkan distortion renderer is currently in alpha and subject to change.

Tested devices

  • Android
    • Google Pixel 2XL (Android 8)
    • Google Pixel 3 (Android 9)
    • Google Pixel 4XL (Android 11)
    • Google Pixel 6 (Android 12)
    • Samsung Galaxy S8 (Android 9)
    • Samsung Galaxy S9 (Exynos) (Android 10)
    • Samsung Galaxy S10 (Exynos) (Android 10)
    • Samsung Galaxy S10+ (Qualcomm) (Android 11)
    • Samsung Galaxy S20 (Qualcomm) (Android 11)
  • iOS
    • iPod Touch 6th gen (iOS 12.3)
    • iPhone 6 (iOS 12.5)
    • iPhone XR (iOS 14.8)
    • iPhone XS Max (iOS 14.4)

v1.13.0

02 Mar 21:50
Compare
Choose a tag to compare

See http://github.com/googlevr/cardboard for full release notes.

Cardboard SDK v1.13.0 (2022-03-02)

Breaking & behavioral changes

  • Upgraded dependencies in Android SDK:
    • Upgraded androidx.appcompat:appcompat to 1.3.1 from 1.0.0.
    • Upgraded com.google.android.gms:play-services-vision to 20.1.3 from 15.0.2.
    • Upgraded com.google.android.material:material to 1.4.0 from 1.0.0.
    • Upgraded com.google.protobuf:protobuf-javalite to 3.19.4 from 3.10.0.
    • Upgraded com.google.protobuf:protoc to 3.19.4 from 3.10.0.
    • Upgraded Protobuf Gradle Plugin to 0.8.18 from 0.8.16.

New APIs and capabilities

None

Deprecations

None

Other changes

None

Bug fixes

  • Merged #273: Modernize Android SDK and native Android sample app.

Known issues

  • Vulkan distortion renderer is currently in alpha and subject to change.

Tested devices

  • Android
    • Google Pixel 3A (Android 11)
    • Google Pixel 3XL (Android 12)
    • Google Pixel 5 (Android 12)
    • Google Pixel 5A 5G (Android 12)
    • Google Pixel 6 (Android 12)
    • Samsung Galaxy S8+ (Android 9)
    • Samsung Galaxy S9 (Exynos) (Android 10)
    • Samsung Galaxy S9 (Qualcomm) (Android 9)
  • iOS
    • iPod Touch 7th gen (iOS 12.3)
    • iPhone 6 (iOS 12.5)
    • iPhone X (iOS 14.4)
    • iPhone XR (iOS 14.8)

v1.12.0

01 Feb 23:47
Compare
Choose a tag to compare

See http://github.com/googlevr/cardboard for full release notes.

Cardboard SDK v1.12.0 (2022-02-01)

Breaking & behavioral changes

  • Changed Gradle version to 7.3.2 from 6.8.3 in Android SDK.
  • Changed Android Gradle Plugin version to 4.2.2 from 3.6.1 in Android SDK.
  • Changed Protobuf Gradle Plugin version to 0.8.16 from 0.8.15 in Android SDK.

New APIs and capabilities

  • Updated third_party/unity_plugin_api to the version from Unity 2020.3.25f1.

Deprecations

None

Other changes

Bug fixes

  • Fixed #54: Now the culling matches the FOV.

Known issues

  • Vulkan distortion renderer is currently in alpha and subject to change.

Tested devices

  • Android
    • Google Pixel 3A (Android 11)
    • Google Pixel 3XL (Android 11)
    • Google Pixel 4XL (Android 11)
    • Google Pixel 5 (Android 11)
    • Google Pixel 5A 5G (Android 12)
    • Samsung Galaxy S8+ (Android 8)
    • Samsung Galaxy S9 (Exynos) (Android 10)
    • Samsung Galaxy S9 (Qualcomm) (Android 8)
  • iOS
    • iPod Touch 7th gen (iOS 12.3)
    • iPhone 6 (iOS 12.5)
    • iPhone X (iOS 14.4)
    • iPhone XR (iOS 14.8)

v1.11.0

14 Dec 22:40
Compare
Choose a tag to compare

See http://github.com/googlevr/cardboard for full release notes.

Cardboard SDK v1.11.0 (2021-12-14)

Breaking & behavioral changes

  • Changed the C API:
    • Renamed the structure CardboardDistortionRendererTargetConfig to CardboardMetalDistortionRendererTargetConfig.
    • Removed the fields texture_sampler, vk_submits_info, and vk_present_info from structure CardboardVulkanDistortionRendererTarget.
    • Added the fields vk_semaphore and vk_swapchain to structure CardboardVulkanDistortionRendererTarget.

New APIs and capabilities

None

Deprecations

None

Other changes

None

Bug fixes

  • Fixed #309 via #312: Fixed Metal validation error in the Cardboard XR Plugin.
  • Fixed #186: Fixed camera parameters when VR mode is exited in VrMode sample scene.

Known issues

None

Tested devices

  • Android
    • Google Pixel 3A (Android 11)
    • Google Pixel 3XL (Android 11)
    • Google Pixel 4XL (Android 11)
    • Google Pixel 5 (Android 11)
    • Google Pixel 5A 5G (Android 12)
    • Samsung Galaxy S8+ (Android 8)
    • Samsung Galaxy S9 (Exynos) (Android 10)
    • Samsung Galaxy S9 (Qualcomm) (Android 8)
  • iOS
    • iPod Touch 7th gen (iOS 12.3)
    • iPhone 6 (iOS 12.5)
    • iPhone X (iOS 14.4)
    • iPhone XR (iOS 14.8)
    • iPhone SE (iOS 14.6)

v1.10.0

30 Nov 23:35
Compare
Choose a tag to compare

See http://github.com/googlevr/cardboard for full release notes.

Cardboard SDK v1.10.0 (2021-11-30)

Breaking & behavioral changes

  • Changed Android minimum SDK version to 24 from 18 in Android SDK, sample app, and Unity SDK. If you want to maintain a lower minimum SDK, you must remove Vulkan support by making the following changes. All the locations can be found by searching for "#vulkan":

New APIs and capabilities

  • Added Vulkan distortion renderer (alpha).

Deprecations

None

Other changes

  • Removed bitcode disabling step from Unity build post processor.
  • Changed Protobuf dependency version to 3.10.0 from 3.8.0 in Android SDK and XR Plugin for Android.
  • Removed const qualifier from method RenderEyeToDisplay in C++ class DistortionRenderer.

Bug fixes

  • Fixed #257: Added a workaround for underlying issue Unity bug #1184957 by using the Unity build post processor to remove the Cardboard SDK .meta files from the bundle.
  • Fixed #258: Fixed runtime crash when using the SDK on Android 6 or lower by bumping the Protobuf dependency version.

Known issues

None

Tested devices

  • Android
    • Google Pixel 3A (Android 11)
    • Google Pixel 3XL (Android 12)
    • Google Pixel 4XL (Android 12)
    • Google Pixel 5 (Android 11)
    • Google Pixel 5A 5G (Android 12)
    • Samsung Galaxy S8+ (Android 8)
    • Samsung Galaxy S9 (Exynos) (Android 10)
    • Samsung Galaxy S9 (Qualcomm) (Android 9)
  • iOS
    • iPod Touch 7th gen (iOS 12.3)
    • iPhone 6 (iOS 12.5)
    • iPhone X (iOS 14.4)
    • iPhone SE (iOS 14.6)

v1.9.0

19 Oct 20:28
Compare
Choose a tag to compare

See http://github.com/googlevr/cardboard for full release notes.

Cardboard SDK v1.9.0 (2021-10-19)

Breaking & behavioral changes

None

New APIs and capabilities

  • Added support for 2021 iPhones (iPhone 13, iPhone 13 Mini, iPhone 13 Pro, iPhone 13 Pro Max).

Deprecations

None

Other changes

  • On iOS the C++ SDK no longer uses a prebuilt Protocol Buffers binary. It now uses a CocoaPods Podfile to pull the dependency into the Xcode project at build time. To update your native iOS app, follow the steps in the Download and build the demo app section of the quickstart.
  • On iOS updated the Protocol Buffers version to 3.18.0 from 3.10.1.
  • The size of the iOS Cardboard library for native and Unity has increased by about 55MB due to the above changes.

Bug fixes

  • Fixed a bug that causes a shift in the yaw angle of the head tracker when the viewport orientation changes.
  • Fixed #84: Bitcode is now enabled in our iOS SDK project as well as the prepackaged binary distributed with the Unity SDK. It is not enabled in the iOS sample app, but that will be done in the next release.
  • Fixed #260, #294: Cardboard SDK and Cardboard XR Plugin can now run on the iOS simulator.

Known issues

None