Attribute error on dictionary keys

Issue #44 resolved
Joris Huijbregts created an issue

Using the following dictionary: public Dictionary<ulong, float> ulongKey;

Gives the following attribute error in the inspector. Sm0IpG8.png

(Odin 0.9.0.5, Unity 5.4)

Comments (1)

  1. Tor Esa Vestergaard

    Thanks - this issue has been fixed, and a new attribute, [SuppressInvalidAttributeError], has been added.

  2. Log in to comment