Unity-Technologies / com.unity.mobile.notifications

Mobile Notifications Package
https://docs.unity3d.com/Packages/com.unity.mobile.notifications@2.1/manual/index.html
Other
131 stars 42 forks source link

Fix automated tests #270

Closed aurimasc closed 1 year ago

aurimasc commented 1 year ago

The Main test project no longer suitable for running automated tests due to uGUI (version 2.0.0 in trunk, 1.0.0 in others). Could be fixed by allowing package upgrade, but that is not desired, as it upgrades other packages too, which may cause cause unexpected failures unrelated to this package. Adding a new empty project with minimal dependencies instead specifically for running automated tests.