ayellowpaper / SerializedDictionary

MIT License
54 stars 10 forks source link

Add licence, adjust project layout & create Unity package #1

Closed nitz closed 1 year ago

nitz commented 1 year ago

Hello!

I've had some variation of a serialized dictionary in basically every project I've done, so seeing yours with a nice feature set looks like it will definitely save time in the future.

I try to stick with using packages through Unity as often as possible, since they handle versioning much better and can pull directly from git! That's why I wanted to offer these changes so that you or others could use this in the same way.

My proposed changes here are a few, and I made a few assumptions:

Part of the unity package data is the license the package is released under. Your repository didn't have a license at all, so I added the MIT license, since I noticed you preferred it for other repositories. If you'd rather use something different, feel free to amend that commit or let me know what you'd like and I can do it!

Cheers, and thanks for sharing!

ayellowpaper commented 1 year ago

Amazing work, thanks. I thought about converting this into a package, but didn't get around to it.