Starting the Unity program for the second time, an error "EntryPointNotFoundException" is reported #4083
erwincoumans
started this conversation in
General
Replies: 1 comment
-
Hi, by any chance is there a solution to this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussed in #4081
Originally posted by LuckMonkey2000 December 6, 2021
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