JimmyCushnie / Noisy-Nodes

Adds various noise generation nodes to Unity Shader Graph, including 3D noise nodes.
Do What The F*ck You Want To Public License
444 stars 29 forks source link

Needs git tags to be findable on OpenUPM #16

Open StephenHodgson opened 1 year ago

StephenHodgson commented 1 year ago

OpenUPM tracks Git tags that follow the semver convention. If a valid Git tag is not detected, the package will not be listed on the package listing.

https://openupm.com/packages/com.jimmycushnie.noisynodes/

rhys-vdw commented 10 months ago

@JimmyCushnie would you be open to doing this? You would just need to increment the version in package.json and add a tag. That way we can depend on this library without worrying that it will somehow be removed from GitHub and become inaccessible.