Hi
I am using a dll file in my game and I want the application to be closed when dll file is not found.
how can i do that?
while the dll file is missing, application runs correctly and console shows error about the missing dll.
I want the application to be closed.
Help me please.
Are you simply looking for a try-catch block?
No, this exception happens because of the missing dll file and I can’t catch it with try-catch block.
It seems unity engine handles it, and doesn’t allow me to catch it.
I can only see this exception message in the console.