I'm calling functions in a native rendering plugin manually using LoadLibrary, GetProcAddress etc. This is to avoid the problem of having to restart Unity every time I recompile the native plugin.
The problem with this approach is that UnityPluginLoad is never called. Is there a way make this happen manually?
↧