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?
