Introduced the Meta VR OS Native Software Development Kit (NSDK) to provide C APIs for accessing Horizon OS system capabilities. The NSDK can be used alone or alongside other Meta SDKs. See NSDK Overview
Added support for Horizon OS SDK versioning, allowing developers to target multiple Horizon OS versions with a single APK by querying the available SDK version. Learn more about SDK versioning
Introduced the Virtual Camera Publisher, enabling registration of a custom virtual camera that appears as a standard Android Camera2 device. This allows rendering alternative viewpoints for app users and content creators. Read Virtual Camera Publisher documentation