I apologize if there is an obvious answer, I am still learning how to write plugins.
In 4.26, I am having trouble packaging my projects with plugins. I can run it in the editor just fine, and when I try to package the project, it does so without error. But when I try to run the packaged game, it throws an error indicating that the project libraries were not loaded, and taking a look at the generated folders show that the required library files are nowhere to be found.
How do I indicate that this plugin has libraries that need to be included with a packaged project?