azixMcAze/Unity-SerializableDictionary

Error- Cannot implicitly convert type 'System.Type' to 'Type'

Closed this issue · 1 comments

Hi

I am getting these 2 errors

-Assets\SerializableDictionary\Editor\SerializableDictionaryPropertyDrawer.cs(363,33): error CS0029: Cannot implicitly convert type 'System.Type' to 'Type'

-Assets\SerializableDictionary\Editor\SerializableDictionaryPropertyDrawer.cs(370,55): error CS1061: 'Type' does not contain a definition for 'GetProperty' and no accessible extension method 'GetProperty' accepting a first argument of type 'Type' could be found (are you missing a using directive or an assembly reference?)

Any idea?

I changed line 363 to System.Type serializedPropertyType = typeof(SerializedProperty);