I am using Unity Ads API in my project.
Ingame advertising is going well but I found the function named SetMetaData in Advertisement class.
It looks like receieves a MetaData variable as parameter and set it to somewhere.
Then I look over the MetaData class, and relize that the class use for save some user defined information.
Cool, but I don’t really get it what does it actually do and where it set the data.
Anybody know where it use for?