alttester / AltTester-Unity-SDK

AltTester Unity SDK is an open-source UI driven test automation tool that helps you find objects in your game and interacts with them using tests written in C#, Python, Robot or Java.
https://alttester.com/docs/sdk/latest/home.html
GNU General Public License v3.0
63 stars 9 forks source link

[Legal] Compliance with the collection of data from UPM requirements #1160

Closed sandraaltom closed 1 year ago

sandraaltom commented 1 year ago

In order to make our sdk a package, we need to make sure that we comply with the "Package" requirements from the Unity Editor Software Terms & UPM Guidelines.

Description

- We need to ask permission in case we are collecting any kind of data (not only User Data specific, buy any kind of data) in the sdk. > The [UPM Guidelines](https://docs.google.com/document/d/10fI5jUHlYfWRY-6uctwz1bOZyLoZyXY6AN5Gs_B2K90/edit) state that `Your Package cannot collect or use data without a user's opt-in authorization.` - We should make sure our sdk is not collecting data from under 13 years old kids > `You should not use a Package that collects data from kids under the age of 13 in violation of the Children's Online Privacy Protection Act.` - Also, we should document what we are tracking
RobertPoienar commented 1 year ago

The modification I made for #1159 also include solution for this, so I'm going to close this one.