iOS Write image to app group container
I built the unity project for the app then added the keyboard extension using xCode. As i understood, the extension can't access the documents directory of the app. This is why i created an app group...
View ArticleUsing iOS audio controls to control the audio in Unity
I'm trying to control the audio playing in unity using the built in controls of iOS. ---------- I've managed to get the audio playing when the app is running in the background and have made the...
View ArticleTerminating with uncaught exception of type Il2CppExceptionWrapper when using...
This is my scenario : I have imported Unity Arkit plugin from asset store. Now I am trying to load a new empty scene from FaceBlendshapeSloth scene. And getting the error below : libc++abi.dylib:...
View ArticleiOS Build Failure - ld: symbol(s) not found for architecture armv7 clang:...
**I can't compile to iOS** I've compiled this same project for wed and for android with no problems whatsoever and I've been reading a few other posts about similar problems but none seems to work....
View ArticleLinker command failed with exit code 1
Why do I get the message "Linker command failed with exit code 1 (use -v to see invocation) with my iPhone 5c while the same build works with my iPad ?
View ArticleApple Mach-O Linker Error, Unity Vuforia
I have AR project in Unity using Vuforia SDK. When I am exporting the project for iOS and trying to build the project through Xcode for iPhone, I am getting the following build error can't open output...
View ArticleThere is no color sprite in my Object library
I create my new project by "create a new Xcode project" => "game" => Choose swift language and game technology spritekit And in my Object Library, there is no Color Sprite I am new so i really...
View ArticleBaseEvent Data Not Working for IOS
I am developing a game in unity using adventure game tutorial pack (point and click) https://unity3d.com/learn/tutorials/projects/adventure-game-tutorial I just finalized my Android build it's working...
View Articlevideo playback doesn't work on my mobile device (Unity+Xcode)
My Unity3D video playback doesn't work on my mobile device. Xcode built it successfully but when I tested on the iPad it only showed a black plane instead of an video (look at the photo). Please anyone...
View ArticleApple Mach-O Linker (ld) Error Group - Xcode
Can anybody help me? I can't find the answer for this question:( Added screenshots of error. ![screenshot1][1] ![screenshot2][2] [1]: /storage/temp/111199-снимок-экрана-2018-02-13-в-004236.png [2]:...
View ArticleAsset Bundle Manager wont load assets on iOS device xcode9.2,Asset Bundle...
I'm also having problems with the latest download of the Asset Bundle Manager using unity 2017.3.0f3. i've downloaded the manager from https://bitbucket.org/Unity-Technologies/assetbundledemo/overview...
View ArticleiOS Shader issues WARNING: Shader Unsupported: 'Hidden/BlitToDepth_MSAA - 2017.3
These don't cause crashes but show up in Xcode debug log consistently... Is there a way to fix these? GfxDevice: creating device client; threaded=1 Initializing Metal device caps: Apple A11 GPU...
View Articlepost build for IOS
Hi everyone.. I am working on a game,,, I wonder if there is a way to automatically add (run script) to the build phases on Xcode,, using Post Build unity Script.. I am using the post build script and...
View ArticleUnity Ads is not "initialized"
I am currently working on a unity project that uses Unity Ads. When trying to test the app from Xcode onto my phone, test ads do not appear when they are supposed to. Instead, I get the error...
View Articlexcode linker error
My Xcode version - Version 9.2 Unity3d - Unity3d 5.6.5 f1 Xcode Error - Undefined symbols for architecture arm64: "_cpnpRequestReview", referenced from:...
View ArticleUnity freezes on playmode, probably related to lighting/rendering (possibly...
Recently I updated to the latest patch (2017.1.3p2) (though I've been having this problem since the previous patch, and similar problems since 5.6.1 & 2), when I press the play button Unity becomes...
View ArticleAssetBundle won't download on iPad
I created a basic project with a couple of simple AssetBundles. My project is set to iOS and the BuildTarget when building AssetBundles is set to iOS. The AssetBundles are uploaded to my Amazon S3...
View ArticleApp Transport Security has blocked a cleartext HTTP (http://) resource load...
I need to access a HTTP request through amazonaws.com, which works on android but Xcode gives this error above "App Transport Security has blocked..." I found that I need to modify the info.plist to...
View Articleunity xcode an error occurred during export codesign failed
My unity game runs on the iphone when deploying directly, but when I archive & export to upload for the appstore I keep getting "an error occurred during export codesign failed" ---------- Notes: I...
View Articleunity4.7.2 to xcode9:Call to unavailable function 'system': not available on iOS
使用unity4.7.2导出xcode,适配ios11的时候,出现这个错误: Call to unavailable function 'system': not available on iOS 在xcode工程中的具体错误位置:classes/main.mm line 71 extern "C" int system$UNIX2003(const char* command) { return...
View Article