When using the latest 1.0.0 plugin using Unity 2021.1.07a (required for MagicLeap2 development) the library Mathematics 1.2.6 which is a dependency of the plugin is having an issue which prevent any run or compilation even in the editor on Mac
Library/PackageCache/com.unity.mathematics@1.2.6/Unity.Mathematics.Editor/PrimitiveVectorDrawer.cs(101,96): error CS0122: 'EditorGUI.PropertyVisibility' is inaccessible due to its protection level
The solution provided by Unity is to roll back to 1.2.4 however the library option are greyed out and cannot be changed as it seems ArCGIS plugin is constraining that version
Can you try updating the package-lock.json file to update our plugin dependency for the mathmatics library. I just got my hands on a magic leap and I'll be doing testing on that next week.
Hi Matt, yes that is exactly what I did shortly after posting the request as a short term fix and that works fine