Unity-Technologies / com.unity.mobile.notifications

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

Version control friendly settings #273

Closed aurimasc closed 1 year ago

aurimasc commented 1 year ago

https://jira.unity3d.com/browse/MNB-52 Some version control systems (f.e. Perforce) keep files read-only and you have to check them out before editing. Currently mobile notifications don't handle this and modifying settings will fail. This PR makes it use Editor API to make file editable in a VCS friendly way. A small unrelated change is Android SDK requirement to compile the code.