Forum Discussion

RageAgainstThePixel's avatar
1 year ago
Solved

Meta XR Core ​SDK 71.0.0 Import Bugs

Getting the following warnings and errors after updating from 69.0.2 -> 71.0.0 in Unity 6000.0.23f1       Library\PackageCache\com.meta.xr.sdk.core\Editor\OVRSceneVolumeEditor.cs(26,37): error C...
  • tdmowrer's avatar
    tdmowrer
    1 year ago

    This appears to be a recent change to Unity's Addressables package. 2.3.7 introduces a new namespace called "Editor". Since our Core SDK references this assembly, this is now a name collision between the "UnityEditor.Editor" classname and the Addressable namespace called "Editor". See this thread for more details: https://discussions.unity.com/t/addressables-2-3-7-compile-error-editor-is-a-namespace-but-is-used-like-a-type/1578531

    We can change the Core SDK to eliminate this name collision in future versions (that is, apply the same change you mentioned above), but for now you'll either have to modify the Core SDK as an embedded package, or use a different version of Unity's Addressables package.

→ Find helpful resources to begin your development journey in Getting Started

→ Get the latest information about HorizonOS development in News & Announcements.

→ Access Start program mentor videos and share knowledge, tutorials, and videos in Community Resources.

→ Get support or provide help in Questions & Discussions.

→ Show off your work in What I’m Building to get feedback and find playtesters.

→ Looking for documentation?  Developer Docs

→ Looking for account support?  Support Center

→ Looking for the previous forum?  Forum Archive

→ Looking to join the Start program? Apply here.

 

Recent Discussions