Skip to content

v1.2.0

Compare
Choose a tag to compare
@chaosemer chaosemer released this 01 Sep 00:22
· 25 commits to master since this release

Cardboard SDK v1.2.0 (2020-08-31)

Breaking & behavioral changes

  • Moved from multiple shared native libraries in favor of only one shared library in Android.
  • Replaced dynamic dependency on shared C++ STL library by static C++ STL to reduce aar size.

New APIs and capabilities

  • Closed #32: CardboardXrProvider is now open source and buildable for Android and iOS.

Deprecations

None.

Other changes

  • Update C# style for non-public variables. For example, private float m_Foo is now private float _foo.

Bug fixes

  • Fixed #35: "Show Splash Screen" must be unchecked. This is no longer needed on Unity 2019.3.15f1 or later. However, see known issue related to Screen.safeArea() below.

Known issues

  • #100: On iOS the widgets are rendered in the wrong location on devices with a notch. This only affects when the app is built with Unity 2019.3.14f1 and later.
    • This is due to Screen.safeArea() not taking the notch into account on iPhone XS, iPhone XR, and iPhone 11.