How to create a property to store dictionary type data?


image
I tried to create a component property to store dictionary type data.I wonder which type is suitable for dictionary

Only single values and lists are supported as property data types.

If you just need to store some information with a script to be read again by a script, you can create a string property and serialize your data as e.g. JSON.

1 Like

Thanks for reply. I will give it a shot