yasirkula / UnitySimpleGDPRConsent

A Unity plugin to present GDPR consent dialogs to the users
MIT License
93 stars 5 forks source link

Support for COPPA and others? #2

Open rotter opened 3 years ago

rotter commented 3 years ago

I have just downloaded this plugin and am trying to use it, but are there plans for other GDPR-like consent messages/mechanisms such as COPPA?

yasirkula commented 3 years ago

Do you mean something like this?

ss

P.S. I can add needed consent mechanisms but I need to know which ones and see example implementations of them for reference.

rotter commented 3 years ago

Im sorry, I meant CCPA not COPPA. So many acronyms!

Also there is the LGPD and maybe others... https://integris.io/ccpa-gdpr-and-lgpd/

I think that programmatically speaking, the only difference on the plugin between them would be detecting which one applies to the player (based on the location). Dialog-wise the GDPR dialog probably applies to all of them already (Im not an expert, in fact I dont know much about them). The rest of the work (legal stuff) would be covered on the terms themselves (which is under the developer's responsibility).

trdillon commented 2 years ago

Are there any plans for supporting PIPL for mainland Chinese users? The requirements are quite similar to GDPR but detecting whether or not PIPL applies to the current user has been a challenge for me so far.

yasirkula commented 2 years ago

I'm using Google's undocumented service for determining GDPR applicability: http://adservice.google.com/getconfig/pubvendors. Unless something similar exists for other dialog types, I'm currently not planning to add support for them.