Phill
Phill
the NugetPackageDrawer class is trying to reference `id` and `version` from a json that didnt have it: ```cs .Concat(obj.items).SelectMany(x => x.items) .Select(x => new(x.catalogEntry.id, x.catalogEntry.version, ...) ``` my first change...
Some of my projects dont use TMP, and zstring has a reference to TMP components. Is there a way this dependance can be omitted depending on whether TMP is actually...
The file structure was changed to allow the entire repository to be loaded into Unity via UPM with this single line into the manifest.json file: ```json "com.popcron.pp-edge-detection": "https://github.com/popcron/pp-edge-detection.git" ``` Classes...
It would be sweet if you could add a package.json (along with the .meta file) so that it could be used in 2018.3.x editors without having to download the folder...