V0.53.2 MagicLeap_Examples

Unity Editor version: 2022.2.0a19 and 2022.2.0b4
MLSDK version: 0.53.2

The ML2 Dev Guides https://developer.magicleap.cloud/learn/docs/guides/unity/sdk-example-scenes identifies following the installation guide (

"For instructions on installing the SDK Examples Project and building this scene, follow the Examples Project Install Guide."

). This suggests working with Unity 2022.2.0b4.

When trying to load the downloaded samples from The Lab 2.0, it appears that it only works with the Alpha 2022 version of Unity.

I tried porting the MagicLeap_Examples Project to 2022.2.0b4. The result was about 44 or 45 compilation errors; a bit too numerous and intertwined to fix or remove errant code.

Is there any available version of the MagicLeap_Examples Project that works with Unity 2022.2.0b4 (perhaps on a GitHub repository)?

1 Like

Those 44 to 45 errors are actually probably related to the project missing the XR support package. Follow through the instructions to the part about adding unity.xr.magicleap.com package and I believe that will fix the issue you are seeing. The example project doesn't come with this package preinstalled.

1 Like

@robert.ellis Thank you! That fixed the issue.

2 Likes

Link seems to be broken.

1 Like

You're looking for this @utaysi MagicLeap Developer Documentation

1 Like

Hey cdorff,

Thanks for the reply. I cannot click on the link you provided on two different computers/browsers.

1 Like

@utaysi
Try this:
https://developer-docs.magicleap.cloud/docs/guides/unity/getting-started/import-unity-packages#configure-magic-leap-sdk-path

2 Likes