You have to disable Magic Leap plugins in the projects. Add the lines below to achieve that (don’t forget the commas and match brackets and curly brackets opening and closing):
…
, “Plugins”:
{
“Name”: “MagicLeapMedia”,
“Enabled”: false,
“SupportedTargetPlatforms”:
“Lumin”
]
},
{
“Name”: “MagicLeap”,
“Enabled”: false,
“SupportedTargetPlatforms”:
“Lumin”
]
}
]
…