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.
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
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