You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Keeping assets up to date in unity is extremely painful. It pollutes your project file structure. If you upgrade, it doesn't delete old files. There is no way to tell which version you have installed.
Describe the solution you'd like
Unity came up with a much better way to use assets: UPM. Please provide a UPM package.json file in your repo so that I can install ruffles using UPM.
Additional context
My goal is to make a MirrorNG transport for ruffles, I would like to add ruffles as a UPM dependency so that I don't have to maintain a copy of your files.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Keeping assets up to date in unity is extremely painful. It pollutes your project file structure. If you upgrade, it doesn't delete old files. There is no way to tell which version you have installed.
Describe the solution you'd like
Unity came up with a much better way to use assets: UPM. Please provide a UPM package.json file in your repo so that I can install ruffles using UPM.
See here for some documentation:
https://medium.com/openupm/how-to-maintain-upm-package-part-1-7b4daf88d4c4
See here for MirrorNG, which does provide UPM distribution:
https://github.com/MirrorNG/MirrorNG
Additional context
My goal is to make a MirrorNG transport for ruffles, I would like to add ruffles as a UPM dependency so that I don't have to maintain a copy of your files.
The text was updated successfully, but these errors were encountered: