Closed michaelsakharov closed 1 month ago
Needs further work, specifically Dependencies and tracking existing assets but the base functionality is there
Might be able to simplify this, maybe instead users create Package specific projects where their Asset folder is 100% their package, then they can upload it to nuget, then we have a nuget package manager built in. This way we don't need to have fancy dependency tracking and our own package format, it also provides us a server for hosting packages.
We technically have packages now fully implemented alongside the Package Manager.
It hasn't been thoroughly tested and no packages currently exist. But since this is technically implemented this issue is now complete.
Exporting/Importing Packages between projects is important for Prowl since this is intended to be a Modular engine, we need a way to easily import "Modules" or Packages