Unity bugged after Ios Build
My unity game stopped working properly since I built it in ios builder. It gives me error such as "NullReferenceException: Object reference not set to an instance of an object" even if the object is...
View ArticleiOS Requirement (A10.16) Ensure that when iTunes Radio is playing, Game Music...
I'm getting this bug report back on my game and I have no idea how to solve it. Does anyone know how to detect when iTunes Radio starts or stops using c# or how to go about solving this issue? (To...
View ArticleXcode "Make Directory Error" (UNITY ADS)
Hi guys, I am getting this error: error: make directory...
View ArticleObjects in the scene disappeared ios
Hi I'm working on an ios game and i have already compiled this game for ios many times and it worked fine, but suddenly , after a build , The the objects in the scene are disappeared and only gui...
View Articlehow to embed Unity project inside my iOS project
i have a problem when embed unity project inside my iOS project i followed the instruction by nerd at link https://the-nerd.be/2015/11/13/integrate-unity-5-in-a-native-ios-app-with-xcode-7/ but i have...
View ArticleHow to integrate AdMob with iOS?
Dear developers, I have finished my game but when I am trying to integrate with AdMob then xCode gives me errors after building and running from Unity. The main error is : ld: library not found for...
View ArticleLambda + micro mscorlib
If I set Unity's *iOS Stripping Level* to *micro mscorlib level*, then according to http://docs.unity3d.com/Manual/iphone-playerSizeOptimization.html and...
View ArticleHow is WWW class implemented for iOS target
I am developing an Unity app for the iOS target. Since the app will use personal data, I am bound to some security related restrictions. Therefore I wanted to know, if I use the WWW class in Unity,...
View Articleon iOS my first scene is already playing during unity splash logo is shown
I have a scripted animation of about 4 seconds in my first scene witch is shown perfectly on Android devices. However on iOS devices the first scene is being loaded and even started while the unity...
View ArticleiOS build getting stuck at "Building list of referenced assemblies".
Hello everyone. I've just switched my project from Android to iOS. When I first built it for iOS it was successful but now it's getting stuck at message "Building list of referenced assemblies...". I...
View ArticleNot able to receive notifications in all devices
For my game, I have established notification system via custom server usage. So web developer created notification setup for me. In this, I am facing one problem. In my two iPhones, I am getting...
View ArticleUnable to Build and run my project, iOS, newbie question.
Hello, I am pretty new to unity and not much aware of Xcode or coding , I am Creating an Story Book App For children. My app runes fine in unity play mode but When I build and run the app for ios it...
View ArticleHow to wait till the screenshot is saved?
Hello, I'm trying to implement screenshot sharing in my game and I'm facing the following problem right now: when I want to share a screenshot via Activity Sheet in iOS the screenshot is not yet saved...
View ArticleiOS build linking errors
I'm trying to build my project for iOS but I'm getting following errors: "_OBJC_CLASS_$_GSDK_GTMSessionFetcher", referenced from: objc-class-ref in GoogleSignIn(GIDSignIn.o) objc-class-ref in...
View ArticleDid you experience a memory leak like this? (iOS)
I feel like the memory leak only appears on iOS. I disable all GameObjects, except a UI Button so that i can jump to another scene and come back. Every time i jump in and out, there is >100MB rise...
View ArticleInclude default asset bundle in build?
Is it possible to include a default asset bundle in the build so that the application has assets to use out of the box and doesn't require an initial internet connection?
View ArticleiOS - Build & Run not Working? [Profiler]
Hello, I've been searching around the web to try and resolve my issue, but I struggled to find an actual answer. Basically, when I have a Unity project for Android, and I hit 'Build & Run', Unity...
View ArticleIOS cant move file from cache path
Im having trouble moing a file from the cache path. i was doing this little experiment for a feature I want in my app for ios. so I start testing the following code using UnityEngine; using System.IO;...
View ArticleAdd UIView to any Unity UI element (or maybe just to Transform) via some...
Hello everyone! I have a native iOS library with method like this: - (UIView *)showSomeView; And I want to write a native plugin that gives an ability to get UIView from method above and to add it as a...
View ArticleUpload image from IOS gallery show no search result but works find in Android
Hi, I am working on a mobile app that can search for similar clothes online after upload an image from IOS gallery. I can upload image but my iphone doesn't give me any results in search result page....
View Article