Unclaimed Project Is this your project? Claim it to unlock full analytics and manage your listing.
Claim This Project

Unity Project

Built with Unity 5.0.0f4 · download the source from GitHub

BeneDict

README

BeneDict

A code generating wizard that works on Fredrik Ludvigsen's SerializableDictionary on wiki.unity3d.com

Purpose

SerializableDictionary on wiki.unity3d.com requires Dictinary types to be declared as Unity doesn't parse generics. The process is prone to error and is time consuming. BeneDict is a simple code generating wizard that does that for you with just 3 text fields. After that just use the generated code as usual.

Guide

  • Enter the Dictionary Key and Value types. These are case sensitive. The wizard does not check if the types are actually available

  • One button at a time, the code is copied to your clipboard.

  • Paste the generated code in the implementations files and access your baseNameDictionary class.

Contact

vatsalAmbastha@twitter
adrenak@github

Comments

No comments yet. Be the first!