Why use a dynamic library when only a single application will use it
I understand generally how dynamic static libraries work.
But i don’t understand why a lot of libraries online will recommend building them to be dynamic, or why some programs like Unity ship with over 30 DLL’s alongside it’s main EXE file.