acoppes / unity-history-window

A simple selection history window for Unity.
MIT License
293 stars 24 forks source link

Added asmdefs and Unity Package Manager file. #16

Closed Arakade closed 5 years ago

Arakade commented 5 years ago

Hi, Two changes:

  1. Added Unity Assembly Definition Files so Unity versions that support don't recompile these files when others change.
  2. Added a rudimentary Unity Package Manager file so relevant parts can be added to a project directly from disk via the package manager and skip the receiving project's version control, etc. Follows instructions from https://twitter.com/lottemakesstuff/status/1089719042234089473

AFAICT adding the package directly from git isn't yet possibly since Unity as yet only pulls the root of a project (which this one has lots of other stuff in). It's still nice to be able to Git pull to somewhere local then go into Unity's package manager, point it at the package.json file and have it all appear neatly :)

HTH

acoppes commented 5 years ago

Thanks so much, I didn't receive any Github notification for your PR to merge it sooner.