RageAgainstThePixel
1 year agoMHCP Member
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...
- 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.