【Unity】 64-bit support for Android apps released on Google Play (with Unity)

I think that the above email have arrived from Google to many companies and individuals who have released Android apps.   In short, if you are releasing a 32-bit version of an app, updating to the app after August 1 will only be approved for the 64-bit version.   At the time of the release of this article, the August 1 has already passed. However I also supported my game... Read more

【Unity】Target API Level of Google Play was changed to Android 8.0

The required ‘Target API Level‘ to release your app in Google Play had already changed to Android 8.0. For new apps leased newly is applied it from August 1, 2018. For the apps already released is applied when you update the app on November 1, 2018 or later. [Information Source] https://developer.android.com/distribute/best-practices/develop/target-sdk?hl=ja   【Situation】 I did not notice about that because recently I’ve never upgraded my application. When I released the... Read more

[Unity, AR] Error: “CS0619: UnityEngine.Network is obsolete”, When CloudAnchors is upgraded to Unity 2018.2

This time, I’ll introduce about Tips for those who use ARCore provided by Google with Unity. If you were developing with CloudAnchors on Unity 2017, and upgrading to the latest Unity 2018.2 (as of October 2018), you will encounter the error of above screen shot. “Assets/GoogleARCore/Examples/CloudAnchors/Scripts/CloudAnchorUIController.cs(85,62): error CS0619: `UnityEngine.Network’ is obsolete: `The legacy networking system has been removed in Unity 2018.2. Use Unity Multiplayer and NetworkIdentity instead.’ ” (I think... Read more

[Unity] Resolution for an error when using Unity Ads.

I used “Unity Ads” for Advertisement of my released mobile game apps. It’s very easy to put Advertisement for our game apps. Yes, it’s easy, but sometimes following error happen, then I took long time to resolve it. [Error Message] error CS0433: The imported type ‘UnityEngine.Advertisements.ShowResult’ is defined multiple times   [Reason] This error will be happen, if you turn ON for Unity Ads function in Service tab of Unity... Read more