Closed nektoid closed 5 years ago
Please copy manifest.xml to add camera capture privileges. https://creator.magicleap.com/learn/guides/migrate-unity-editors NEW with 2019.x - Use a custom manifest to add privileges and modify your API level. A template manifest is located in Assets/MagicLeap/Examples/Plugins/Lumin/manifest.xml. Copy it to Assets/Plugins/Lumin/manifest.xml and modify it.
already has a USES declaration! You may not have your own "USES=" statement in the .package file. https://forum.unity.com/threads/2019-1-3-exception-package-file-already-has-a-uses-declaration.680809/ In my environment, this error was resolved once I deleted the com.company.productname.package file.
Thank you!
Hi, I have a conflict when building in Unity 2019.1.6f.1. On their website ML say:
Could you update the example so it requests the CameraCapture permission via custom manifest as described on ML Creator's portal? I currently get build error saying that the package
Thanks!