Eldemarkki / Marching-Cubes-Terrain

Marching Cubes terrain implementation in Unity using the Job System and the Burst compiler
MIT License
562 stars 80 forks source link

Convert this project into a Unity Package Manager package #38

Closed Eldemarkki closed 3 years ago

Eldemarkki commented 4 years ago

This would allow people to import this only by adding a dependency in the manifest.json file. Unfortunately, currently UPM doesn't seem to support examples, so the scenes would have to go.

Siccity commented 4 years ago

You can have your example scenes in a separate branch.

Eldemarkki commented 4 years ago

https://medium.com/openupm/how-to-maintain-upm-package-part-1-7b4daf88d4c4

"You can include a list of samples (scene + assets) to demonstrate the package usage."

It seems like UPM actually supports examples, and more importantly, examples with scenes. I'm wondering what the OpenUPM is, and is it officially supported by Unity, or what? Doesn't seem to be, but I don't know.

More: https://medium.com/openupm

Eldemarkki commented 3 years ago

Closing this issue, because I feel like this project isn't suitable to be a package - it isn't "plug-and-play"-y enough, and it would be very difficult to make it that way.