Skip to content

v1.9.0

Compare
Choose a tag to compare
@xinyunh0929 xinyunh0929 released this 19 Oct 20:27
· 17 commits to master since this release

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