I am developing a Unity plugin for Android platform. I have a couple of *.so files and the application needs to load these libraries in a certain order. How can I manage this load order in an Unity Plugin structure? Currently, I just drag and drop the shared libraries into Plugin directory but I have no idea what is going on during Application startup and the program just crashes. Thanks in advance.