Ipad Air 2 - seam line on skybox
![alt text][1] [1]: /storage/temp/80024-skybox-line.jpg I have set it to clamp as wrap mode. i try different compression setting, but it doesn't help. It always get this little white line on the edge...
View ArticleWhat is the roadmap for iOS 10 Notification features (i.e. rich notification...
UILocalNotification is deprecated in iOS 10. LocalNotification is still working in my project. However, I would like to incorporate some of the new notification features into my game. Specifically,...
View ArticleMusic interrupted when keyboard opens the first time on iPad.
I noticed the background music of my game is interrupted when I open the keyboard the first time during runtime by tapping an input field. You can hear several "pop"-sounds for a moment instead. The...
View ArticleWhy will audio files loaded in runtime not play through bluetooth on iOS...
I am unable to get audio files that are downloaded in runtime to play through a Bluetooth connected speaker or headphones on iOS devices. If you have a Bluetooth audio device connected then play the...
View ArticleUnity IAP: product.hasReceipt alway return false with non-consumable product...
Hi guys. I'm working with Unity IAP plugin. When app starting, i want to check a non-consumable product was bought or not. This is the code i used: public bool IsPurchased (string productID) { Product...
View ArticleUnity Cloud Build. Player export failed.Reason: 'pod' command not found;
I have recently decided to give Unity cloud build a try and am trying to build my project for IOS but after every build i get this error "[Unity] Player export failed. Reason: 'pod' command not found;...
View Articleunity 5 2d game admob interstitial not working
my admob interstial not working on my game here is my code: can you tell me someone how to show interstitial on menu scene and when is game over to show immediately. private BannerView BannerView;...
View ArticleUnity remote iOS gyroscope support
My unity cardboard VR project works in the editor, and I can rotate the head using alt and moving the mouse, but Unity remote 5 isn't tracking the head movements.
View ArticleMissing Enable Modules in Xcode
Hello everybody, I have a strange error when exporting for IOS. The error is "Use of import when modules are disabled". I know how to fix that. The problem is that I don't have Enable Modules in Build...
View ArticleAndroidJavaProxy equivalent class for iOS
I have a game in which i want the user to enter 2 dates, which could be anything in between 1 year. Therefore, i need to show A DatePicker for it. I was able to do it for android using...
View ArticleCannot build for iOS with Facebook Unity SDK 7.8.0
I cannot build my xCode project after installing Facebook Unity SDK 7.8.0.... Fatal error in Mono CIL Linker System.Exception: Error processing method: 'System.Void...
View ArticleGoogle VR Screen to small
Hello! Im slightly new to programming and to using unity so bare with me. I've recently downloaded the Google VR SDK for Unity. Ive made an app which incorporates the VR SDK, built it, and put it onto...
View ArticleOnTriggerEnter won't work after iOS build
I have a simple code where when a bullet hits an object, it does damage and it gets destroyed. It works perfectly in the Unity editor, but when I build and install on an iOS device, it won't work....
View ArticleCardboard VR: Cant look up or down, turning left and right just flips the...
Im working on my first project in unity and I am running into a problem where the camera is not turning properly, i cannot look up or down only left and right and even then it does not turn the camera...
View ArticleDeveloping for VR and Multiple Platforms
I'm wondering if you develop a VR game on Unity, is it possible to deploy it to an iPhone and Android for Google Cardboard, the Oculus Rift, and to Android phones for user with Gear VR? Or any...
View ArticleIntegration of Developed Unity App into another developed Native iOS app as...
I want to integrate developed Unity app into one controller of another existing native iOS app as part of application. Can you suggest me which approach will be more easy and helpful. I already tried...
View ArticleMapFileParser Permission Denied Mac to Mac
Hi I am using Unity 5.4.0f3 and my manager is attempting to build via Xcode (latest version) We are both using Macs. When ever he tries to compile or build or whatever it's called in this case, he gets...
View ArticleRestore Purchases complete event
Hi, I try to use Unity5 IAP: https://unity3d.com/ru/learn/tutorials/topics/analytics/integrating-unity-iap-your-game. How I can determine whether the restore purchases process is complete? I read this:...
View ArticleWWW Request for image error, unsupported URL
Hello, I'm trying to download a Google Static Map image to my mobile app. This is working properly on Android and Windows, unfortunately I'm getting the unsupported URL error on iOS. Here is the code;...
View ArticleiOS Build Crash : task_set_exception_ports(B07, 400, D03, 0, 0) Error
Hi, I am trying to build for iOS (Unity 5.1.2, XCode 8.0) and having the crash with the following error **task_set_exception_ports(B07, 400, D03, 0, 0) failed with error (4 : (os/kern)).** Error occurs...
View Article