mcpiroman / UnityNativeTool

Allows to unload native plugins in Unity3d editor
MIT License
184 stars 19 forks source link

Dynamic Dll detection possibility #39

Open Franmvoisard opened 1 year ago

Franmvoisard commented 1 year ago

Hi! This is more a question than an issue, but I want to know if it is theoretically possible to find dynamically dlls in the project and load it using this tool.

I'm trying to do a tool that unload all native DLLs before executing a libraries update process because some of them contains firebase and another libraries DLLs that cause the project to crash (Because cannot replace dlls if they are loaded and locked by the Unity Instance)

If this is possible how is the best approach to do it?