Happy to break this down into separte PRs for the different issues if you'd like to pick and choose. The overall changes are:
Make it work as a Unity Git Package:
Embedded all Submodules in main project
Added package.json with your info
Moved examples into ~Samples in unitypackage (may want to just add as bare source files, but unitypackage makes them unpack into root instead of Samples/packagename/version directory)
Make it work on Android:
Uses Span to compare contents on non-Windows Systems (BlobHandles PR #1)
Fix Type Tags for True and AltString:
Just looked up the representations of their characters and updated to match.
Happy to break this down into separte PRs for the different issues if you'd like to pick and choose. The overall changes are:
Make it work as a Unity Git Package:
Samples/packagename/version
directory)Make it work on Android:
Fix Type Tags for True and AltString: