Configure Unity to build in both iOS and Android
I am currently developing a VR application and need to target both Android and iOS. At the moment I have to switch my target platform in Build Settings each time I want to build for one or the other....
View ArticleWhat does UnityRepaint() do ?
Hi, I am profiling my game on Instruments(Xcode) using the Allocations tool and I am getting a big 5.28MB malloc in UnityRepaint() when the game is in the idle state. I want to know what triggered the...
View ArticleUnity 2018.2.21 iOS Build Stuck in xCode
I have a project that has to remain in Unity 2018.2.21 because one of the plugins doesn't work with anything later yet. It was building fine not long about, but now when I build in Xcode it gets stuck...
View ArticleWhy isn't Xcode running/calibrating unity accelerometer script?
Hello, I've been looking for solutions everywhere but it seems like my IOS build is failing to run certain code in the script. I'm trying to detect an iOS device start position to match with the...
View ArticleHow to set codeless IAPButton OnPurchaseComplete callback through code
I have all of my in-app purchases working fine using codeless IAP through the inspector. Now I've decided to set the purchase callbacks manually for OnPurchaseComplete and OnPurchaseFailed through code...
View ArticleI want to insert a character at the caret position in InputField on iPhone
I'm trying to get the user to enter text in the InputField. However, when run on an iPhone, the user can not insert characters at the caret position. The user adds input after the string regardless of...
View ArticleWhat is it? Strange texture rendering artifacts, noise.
I have a large scene with lot of gameobjects and light sources. Ground plane generate strange noise, while rotating camera. I reproduced this bug only on ios device. Editor works fine. I have no idea...
View ArticleBlack screen on iphone
Hi all, I use Unity 2018.3.14f1 but i tried other versions. I use Xcode 10.2.1 . My game plays perfectly on unity and i build it on unity without error. Then i build on Xcode without error and run it...
View ArticleCreated a project on windows but now want to create the same for ios devices
I have created a project on windows but now want to test it on ios devices . I opened the same project on mac with ios module and xcode installed but cannot create the build or compile the project
View ArticleBlack screen on iPad
I created 3D Game, and my game's performance is perfect in my iPhone7. So,I submitted to AppStoreConnect, but my game was rejected because the black screen appears and we can't see any objects....
View ArticleCocoapods still installs files after removing package
I added the Google Mobile Ads Mediation Test Suite package to my project so I could test my mediation setup. After finishing testing I deleted the package from my project. Now when I make an iOS build,...
View ArticleFix for ScrollRect multi-touch?
Currently, `ScrollRect` is extremely buggy when it comes to multi-touch on mobile devices. If you try it out yourself, you will see that whenever you place two fingers on the screen, the content will...
View ArticleiOS app Size is Wrong (too BIG)
Hi guys, I have a big problem that I don't understand. I almost finished my 2D game (no lights, no shadows) and I started the testing phase. I built my project for Andorid and the .apk file has a size...
View ArticleHow can I freez other apps on the device to make an freezer app on unity for...
I want to make a simple app on ios platform Allow the user to freeze other apps on his device Like WhatsApp or YouTube for specific amount of time
View ArticleIOS Ads not Displaying yet Audio Present,IOS Ads Not Displaying Yet Audio...
I've become incredibly frustrated with the ad implementation system in unity. I think I finally have it figured out except I can't see the video ad, only hear the audio. It's being recorded as an ad...
View ArticleSend GIF in Text Message
I am trying to find a way to send an animated gif in a text message form Unity. I cannot find anything in the asset store or online that provides this functionality. I know it is possible as I have...
View ArticleRunning Unity game inside another mobile application
I have a requirement to create a mobile app that has a tab when clicked, it will run a unity mini game for educating kids. The mobile app will be available for both iOS and Android. I know I will need...
View ArticleLightmap Baking Cross-Platform: iOS vs Mac vs Windows
Hi! We do most of our dev on Windows PC and build on Macs for iOS deployment, just hit a roadblock. - Using lightmaps baked on PC Windows look different on some objects on Mac (as if some objects get...
View ArticleXcode error when archiving - Undefined symbols
Hi everyone, Having issues when archiving in Xcode 10.2.1. My project was updated to use Unity 2018.3.8f1 with Unity Monetization 3.1.0 (had issues with UnityAds and Xcode previously). The error...
View ArticleUnity build is working on IOS but not on Andorid
Hello, I am working on releasing an app on IOS and Android. But when I build the app to Android all I get is a unity splash screen then a black screen. It is never able to get to the main screen. I...
View Article