How to not locking an assembly file while it's loaded, while assembly directory is considered as a dllimport search path on Linux #124797
-
|
Godot wants not to lock Assembly file while loaded, it's solution is to load it from memory. But such solution caused
After some experiment and investigation, I found that the assembly's I'm looking for some workaround for search path, but also looking forward for official solution. Reference: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
You can try |
Beta Was this translation helpful? Give feedback.
You can try
NativeLibrary.SetDllImportResolverto set a dll resolver for an assembly.