Starting the Unity program for the second time, an error "EntryPointNotFoundException" is reported #4081
LuckMonkey2000
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use Unity to call the dll exported by Bullet. Debugging requires frequent replacement of the dll, so when the Unity program ends, I will use FreeLibrary() to release the dll. But sometimes, when the Unity program is started for the second time, an error "EntryPointNotFoundException:" will be reported. How to solve this problem?

Beta Was this translation helpful? Give feedback.
All reactions