UnityNativeTool icon indicating copy to clipboard operation
UnityNativeTool copied to clipboard

Dynamic Dll detection possibility

Open Franmvoisard opened this issue 1 year ago • 0 comments

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?

Franmvoisard avatar Nov 30 '22 05:11 Franmvoisard