Category: cpp
-

Debugging Unity Native Plugins
When developing some native plugins to use in my unity project I frequently run into generic errors coming from the dll that I am not experienced in debugging. I have one such an example and wanted to record it for my future self if I run into these kind of issues again. Background I haven’t…