Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
mouse_bear's avatar
mouse_bear
Retired Support
7 years ago

Oculus Integration for Unity - v1.35 (02/28/19)

Version 1.35 of our integration for Unity has been released!

Unity has released 2018.3.3f1 which resolves the issues encountered in versions 2018.3.1 and 2018.3.2. If you’re using any previous 2018.3 versions, we recommend upgrading to 2018.3.3f1 immediately. If you use 2018.3.3f1 for Oculus development, you’ll need to verify that the Oculus (Standalone) package is installed in the Package Manager.

You can grab the latest version of our Unity Integration here (through the Unity Asset Store): https://assetstore.unity.com/packages/tools/integration/oculus-integration-82022

More information about this release can be found here.

1.35 Update Notes

New Features

Integration Changes

  • The Unity Integration 1.35 contains the following changes to the Oculus Integration for Unity package:
    • Update the Oculus Utilities to 1.35
    • Update the Audio Spatializer to 1.35

Sample Changes

  • Added the Stereo180Video sample. When using the Stereo180Video sample with Unity Editor 2018.2 or later, please disregard the step in the README to copy the gradle template. Instead, have Unity generate a new gradle template by checking the box in 'PlayerSettings' under 'Publishing Settings' marked Custom Gradle Template. Open the generated file under Assets/Plugins/Android/mainTemplate.gradle and add the following line to the dependencies section:
    implementation 'com.google.android.exoplayer:exoplayer:2.8.4'

Bug Fixes

  • General performance improvements/fixes.

2 Replies

Replies have been turned off for this discussion
  • Has anybody else been able to get the TrackedRemote working with the latest integration? I've followed the steps outlined in this guide to add the TrackedRemote prefab to each each hand anchor, but the controller won't show up when I run the app.

    Every Unity developer I speak to suggests rolling your own solution instead of using the Oculus integration stuff, but... why does the official integration even exist if it doesn't work and isn't worth using?

    Edit: My setup details

    Unity 2018.3.11f1
    Oculus (Android) package 1.29.1
    Oculus Integration package 1.35
    Windows 10 and macOS Mojave