UdonToolkit icon indicating copy to clipboard operation
UdonToolkit copied to clipboard

feat: VPM listing

Open ImLvna opened this issue 4 months ago • 2 comments

A working listing is up at https://imlvna.github.io/UdonToolkit/

Merging this PR and enabling github pages will put a listing at https://orels1.github.io/UdonToolkit whenever you release a version

ImLvna avatar Feb 12 '24 17:02 ImLvna

Hey! Thanks for all the work you did repackaging the toolkit! I really appreciate it. I been slowly chipping away at transitioning everything to proper packages over here on next branch. Its not fully ready yet, but it should be pretty stable.

I tried to keep the asmdefs in the same sports so the references are intact, but its now split into:

  • UdonToolkit package (all the misc behaviours and such)
  • UdonToolkit Inspector package (all of the things that were in "internal" are now there, and it uses the old UdonToolkitEditor and UdonToolkitRuntime asmdefs to keep things referenced correctly)
  • UdonToolkit Flight System
  • UdonToolkit Presentation System

Since the latter two are completely standalone - they were also separated, making the inspector and main toolkit packages very small

orels1 avatar Feb 20 '24 12:02 orels1

You can check out the new listing here: https://orels1.github.io/UdonToolkit/index.json

The packages are currently marked as 2.0.0-dev.1 pre-release

orels1 avatar Feb 20 '24 12:02 orels1