Load assemblies at runtime on 64 bit Android

Our company is developing a VR training platform which allows developers to create their own objects and scenes using the Unity asset bundles and the assemblies (to include the behaviour they’ve coded into the object. Basically the compiled MonoBehaviours). Currently it works like a charm (with the Mono backend) but one of our target platforms is the Oculus Quest which runs on Android and Google announced that they’ll cease the 32-bit support for the Android soon.


This brings us a serious problem as Unity doesn’t allow to use the Mono backend for the 64 bit Android apps and IL2CPP in turn doesn’t support the assembly loading at runtime.

So what I wanted to ask is if there’s a way to somehow use the Mono backend for the Unity 64-bit android builds or some other way to load the assemblies in runtime with Unity and 64 bit Android currently? And if not then what other solutions could be possibly used to load the user-created MonoBehavious in runtime?

Hello, I have the same problem.

Can you solve it?

I HAVE SAME PROBLEM!
LOAD ASSEMBLY 64 BIT MONO AT RUNTIME ON ANDROID!