[Unity] How to release iOS app by Windows PC (Overview)

I’m Windows user, never had Mac PC. However I released some game apps from Apple store. [Link: Game App from Lab7] Basically we need Mac PC to release App for iOS, but there is a way to release by only Windows PC. This time, I’ll introduce how we can release iOS app without Mac PC.   [Precondition for this way] This explanation is starting after finishing making game app without any... 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