Android : How to manage game display with on-screen front cameras ?
Hi, We make mobiles games and we are having troubles managing the game display on recent mobile phones, especially when the front camera is covering part of the status bar, and the game when playing in...
View ArticleConnecting to SQL database from iOS app made by Unity fail with error
I try to store app usage log on SQL database of Azure. My iOS app show an error when it connects to SQL server while debugging with Xcode and on iPad. I bring System.Data.dll from...
View ArticleUnity 2019 iOS build problem
Hi!Recently we started to upgrade our game from Unity 2017.2.1f1 to Unity 2019(Now we are using Unity 2019.1.8).We finally overcame the Android errors, but there are problems on iOS devices too.After...
View ArticleiOS Location Permission
Hi Folks On Android, I ask for Location Permission like: if (!Permission.HasUserAuthorizedPermission(Permission.FineLocation)) { Permission.RequestUserPermission(Permission.FineLocation); } What is the...
View ArticleMobile Game Patcher?
Hello Everyone, I would like to ask how does Top games like Mobile Legends, Ragnarok Mobile, Clash of clans etc. update their game when you open them on your phone. when they have updates or bug fixes...
View ArticleUnwanted delay with WebCamTexture on Phone
Hello, i am currently on a project where I need to use the front Camera of a phone. To do so, i am using the WebCamTexture and display it in a Raw Image. Thing is the the Camera Image that I receive on...
View ArticleA default ios webview in Unity 2018.4.3 build?
I have create a game using Unity 2018.4.2. When I submit to apple app store. They say "your app contains functionality to load a webview of external content within the app for the purpose of...
View ArticleXcode build hangs when building a unity project
Xcode 10.2.1 hangs when building unity 2019.1.2 project. I'm getting thousands of errors in what appears to be native unity code such as this one: Classes>Unity/UnityRendering.h Building the project...
View ArticleWhy Request in IOS return sucess false( unknown error)?
I make a request to the server asking for login, which takes my mail, password and a firebase token, all of these are sent correctly, however, the response data returns with a false and an unkwown...
View ArticleUnity IOS IAP restore process
The App store rejected my app for this reason "Users restore transactions to maintain access to content they've already purchased. For example, when they upgrade to a new phone, they don't lose all of...
View ArticleWhy does my application crash at start IOS and Android using LWRP
Hi, before I updated to unity 2018.1.8f1 my project would work fine, and not crash at all but after doing so it now crashes on startup. Here's the log from an android device:...
View ArticleGoogleMobileAds.h file not found in ios
i m trying this website https://developers.google.com/admob/ios/download still not solved my problem Referance: https://imgur.com/a/oJB3QNM how to solve this problem??
View ArticleApp working in Unity but not completely in Xcode
I have my app working as expected in Unity in play mode however, when building to Xcode I'm getting 26,000 issues of which most say 'this function declaration is not a prototype' - I have no idea what...
View ArticleXcode project build automation setting up app group
I have recently updated xcodeAPI from the older version provided by one signal to the latest version provided by unity on bitbucket. This new version added support for Capabilities (setting push...
View ArticleBug relate to a function PBXProject.WriteToFile(string path)
Unity version: 2018.2.6.f1 When I use the function PBXProject.WriteToFile(string path) to write files into my project file, the function rewrites project settings. so I can't open iOS Project which...
View ArticleHow to Solve the Google Ads Problem In Ios?
step 1:I m Implement a google admob.this link: https://developers.google.com/admob/unity/start Step 2:when import this plugin in unity->build(ios)-> and implement in xcode then give an...
View ArticleDo unity ads work on test iphone with no sim card?
This is probably a stupid question, but I am testing my unity app on an iphone with no sim card. I already tested it on my android and everything works great, but on ios my unity ads aren't working. Is...
View Articlenewer ios devices and "classic transparent object trick" produces artefacts
I am having problems with the classic transparency trick; namely drawing object in 2 passes, no colors, only depth write and then color with only depth test. Problem is that with some newer ios devices...
View ArticleiOS VideoPlayer doesn't unload temp RenderTexture in 2019
In Unity 2018 this worked fine - after upgrading to Unity 2019.1.8f the memory allocated after playing a movie with a VideoPlayer is never released. Code (CSharp): videoPlayer.Stop();...
View ArticleHow come the camera's functions doesn't work in the iOS build?
Hi, I have a function for shaking the camera and I also have an audio manager in the camera. When I build my game for iOS, the function for shaking the camera doesn't work. I also have a button that...
View Article