Closed theninh closed 1 year ago
Thanks for a great source code, I want to unload and reload Assembly-Csharp.dll in runtime, Can you help me?
It's not supported because CLR can't unload a specific assembly. It only supports unload whole AppDomain while il2cpp is single AppDomain which doesn't support create other AppDomain.
Thanks for a great source code, I want to unload and reload Assembly-Csharp.dll in runtime, Can you help me?