This week I decided to take Amazon up on their offer of submitting Minecart Runner to their new Underground project, but first this would require changing/ updating a few things in the current project.
The last update (1.07) was done with Unity 5.0.1, so I needed (/ wanted) to update to 5.2. This would also require updating UnityAds and UnityAnalytics, as their dashboards require things to be implemented a little differently in Unity 5.1 and then differently again in 5.2, due to this I’ve taken the opportunity to update the iOS and Android versions (iOS is under review, with a 7 day wait, and Android is now live).
It’s going to be a bigger task than I originally thought, Google Play Game Services needs removing, and the instructions for implementing GameCircle aren’t all that clear to me — I’m getting an error with their AndroidManifest.xml that is proving difficult to fix today.
AndroidManifest.xml:20: error: Error: No resource found that matches the given name (at <span style="color: navy;">'theme'</span> with value <span style="color: navy;">'@style/GCOverlay'</span>). AndroidManifest.xml:22: error: Error: No resource found that matches the given name (at <span style="color: navy;">'theme'</span> with value <span style="color: navy;">'@style/GCAlert'</span>).
The search continues …