Develop
Develop
Select your platform

Oculus Platform SDK

Download
Updated: Dec 10, 2025|
Version
83.0
Add platform features like Matchmaking, DLC, In-App Purchases, Voice Chat, Cloud Backup, Custom Items, Achievements, and more.

Version 83.0 Release Notes

Use the Platform SDK to create social VR applications. Add Achievements, App Invites, Destinations, DLC, In-App purchases, Leaderboards, and more to your experience using the individual components of the SDK. The SDK download includes sample apps that demonstrate how to implement many of the SDK features in fully-functional games and applications.

Documentation


See the Platform documentation for Android, Unity, Unreal Engine, or Native C++ development for a list of features and links to how to get started. The Platform SDK is compatible with all Meta Horizon supported development environments and platforms.

What's Fixed

  • Fixed an issue in Achievements.Unlock() where the achievement name was incorrect.
  • Corrected an invalid documentation link in LaunchReportFlowResult.
  • Improvements

  • Updated handling of the Notification_Session_InvitationsSent message type: now logs the event and returns null instead of an error message.
  • Added object type checks to guard all JSONValue.isMember() calls with isObject() sanity checks.