iOS 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 ArticleAR Kit 1.5 Track Image
With the latest AR Kit 1.5 the ability to find an image and get it's position, rotation etc has been added. I manage to have it find the image and place a model on it but if I move the image the model...
View ArticleWhy do dots appear on pbr materials when I use iOS Platform module?,
Hey, guys. when I setup material in Unity with Build settings set to Platform PC, Max and Linux Standalone, my materials look fine. When I create the same materials using iOS debug Platform, Material...
View ArticleHave problem using Application.OpenURL() opening tel URL scheme on iOS to...
Application.OpenURL("tel://*123*4567#".Replace("#","%23")); Works fine for Android, but not for iOS devices nothing happened. I did try without '//', without replacing '#' by %23' but it seems lack of...
View ArticleiOS Crash in UnityUpdateDisplayList (2017.3.0f3) - Rejection by Apple
Hi, I'm hoping someone can help me figure out this crash that is causing my app to get rejected by Apple. It runs fine when I test it of course, and I'm not sure how to reproduce it. Here is the...
View ArticleiOS: Buttons at the edge of the screen not working
Hey guys I'm using Unity 5.6.3 and I'm currently playtesting my mobile game with a small number of users. I received feedback from some iOS users, that the UI buttons are not working correctly near the...
View ArticleUnity iOS Build Size 600MB
Hi, When I create a Build for iOS its showing 600MB build size. Build Report Uncompressed usage by category: Textures 17.9 mb 3.0% Meshes 0.0 kb 0.0% Animations 11.3 kb 0.0% Sounds 1.9 mb 0.3% Shaders...
View Articlei am planning to make a game for android ios and fb with ad services startapp.
Startapp have different plugin for android and ios what should i do make two different project or import both plugin in same project and put codes with "ifandroid" and if ios. and what would happen if...
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 ArticleBest way to develop iOS VR Game,Why Google Cardboard SDK for iOS and Android...
New to this, I just need some enough,Im new to Unity and I'm developing a VR game for my senior project, I'm having trouble in knowing what to use for that, can anyone explain that to me???!!!
View ArticleButton as a child of a button
I've been using Unity in about five months now, and I've been working on a project for last few weeks, and it's almost finished. And I want to implement shop UI for my project. And when I attached a...
View ArticleOn-Demand Resource iOS/Android - AssetBundles
Hello, I'm currently working on App Thinning to reduce the overall download file size of the App, so when the user launches the app, it'll externally download the larger files (that are of...
View ArticleAssetbundles not loading on ios device. Any help would be appreciated.
My app loads the assetbundles perfectly on the editor, webGL and android, but it's not loading on iOS. Any idea on how can I make this work? Thanks IEnumerator AssetLoad(string bundURL, string...
View ArticleCustom Pods in Podfile
Hello, I'm currently building a VR app with Unity 2017.2 targeting iOS. Latest versions of Unity now manage dependencies like GoogleVR in a Podfile, which is great. However, documentation doesn't...
View ArticleSQLite read-only exception on iOS
Hi, my Unity project for Android and iOS uses a SQLite DB; on Android all is ok but on iOS I've a read-only exception when I run the app via Xcode: Mono.Data.Sqlite.SqliteException: Attempt to write a...
View ArticleAudioServicesPlaySystemSound - iOS System Sounds from Unity
Is it possible to play iOS system sounds from Unity? Such as AudioServicesPlaySystemSound
View ArticleLocation Services not working on both android and IOS
I have an app that uses the device location. I have already assigned it permission to use the device location but I found out that I must enable the location manually so that the location services...
View ArticleXcode Error when uploading unity game "Shell Script Invocation Error"
I'm trying to upload my game to the app store and I'm being blocked by a huge error that says "Shell Script Invocation Error" I'm using a remote mac and I've never really used mac so I'm not too sure...
View ArticleInstantiated gameobjects not rendering on iOS when using Metal?
Hello, I am having an issue when building to iOS using "Auto Graphics API" in my project. Dynamically instantiated GameObjects don't render on screen. The objects are "there" and interact with other...
View ArticleUpload/Download user files Android/IOS,
I am trying to create an app which generates binary data that can be exported / imported, it can then be shared and used by other users that have the same app. A few questions on various forums are...
View Article