Hi all,
I am building a simple app from Unity to Magic Leap One following the tutorials here: https://circuitstream.com/deploy-magic-leap-one-unity/
Everything works fine until I met this error during the Build&Run steps:
"
Error running MLDB install
C:/Users/Russell/MagicLeap/mlsdk/v0.19.0
ools\mldb\mldb.exe “install” “-u” “C:\Users\Russell\Documents\ML-Test\ML-Test.mpk”
stderr[
error: API level requested by com.company.product not supported
]
"
I think it might be a problem in the Player’s Settings’s Minimum Platform API Level. It was 3 and I also tried other values. None of them works.
.
I am using Unity 2018.1.9f2-MLTP10 and LuminOS 0.93.0 and LuminSDK v0.19.0
.
Appreciate and ideas, thank you.