mcpiroman / UnityNativeTool

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

Can not work with Unity Job System #31

Closed CharlesQHappy closed 2 years ago

CharlesQHappy commented 3 years ago

If I call the dll function from a Unity Job, there will be can't load dll error.

mcpiroman commented 3 years ago

You should use 'preload' mode and select 'thread safe' switch if you want to call DLL from outside of main thread. In case you did that, please provide Minimal Complete Verifiable Example.

mcpiroman commented 2 years ago

Closing due to no activity