RobProductions / OpenEOS

A lightweight & open-source port of the Epic Online Services (EOS) SDK in Unity Package format, with simple extensions that provide a smoother integration within Unity.
MIT License
9 stars 1 forks source link

Let EOSCore.Init() auto-find installation path based on provided install type #6

Closed RobProductions closed 1 year ago

RobProductions commented 1 year ago

Rather than passing in a path to Init(), it would be nice to just specify via an enum what kind of installation you chose (with custom path still as an option) and have the package automatically find the necessary Plugin files. This is especially helpful because currently the "ID" used by the package system (openeos@someindex) may change when you update via git in the package manager, which means the path itself has to change. It would be much better to not have to update this path every time the package gets an update.