Volograms / volograms_unity_plugin

A plugin to play captured volograms (.vols files) in Unity.
MIT License
17 stars 2 forks source link

UPM Support #15

Open andybak opened 2 years ago

andybak commented 2 years ago

Please make this a UPM package! 3rd party code doesn't really belong in Assets any more. It just clutters up our repositories with and complicates deployment and installation.

capnramses commented 2 years ago

Thanks @andybak ! We have not made a UPM package before but we are a digging in to that. Any tips appreciated!

andybak commented 2 years ago

It's pretty simple. There's a good tutorial here: https://medium.com/openupm/how-to-maintain-upm-package-part-1-7b4daf88d4c4

Or just take a look at any of the hundreds of other existing UPM packages either here: https://openupm.com/ or directly on Github.