
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.
Thanks for reply. I will give it a shot