Can't find shader on iOS - GpuProgram creation error: shader program type is...
I'm working on an open-source Unity project and am having a hard time getting it to work properly on iOS. I don't expect people to know the application, but it's called [UnityMol][1]. The problem I'm...
View ArticleiOS Speech Recognition in Unity
With the release of iOS 10 came the ability to tap into their native Speech Recognition. Is there any way to access this from within Unity? Any alternative iOS speech recognition solution would be a...
View ArticleiOS Crash - s_SkinVertices4Bones_Tangents_NEON_loop
We are seeing a very high number of crashes coming from iOS devices on Unity 5.3.6f1. These appear to be happening in Unity code while doing some mobile mesh optimizations. I have found a couple of...
View ArticleSwift 3 Wrapper needs to embed unity in xcode 8 project
we have a unity intro element that needs embedding inside a swift3 xcode 8 project. we are having a nightmare getting this to work![alt text][1] Is there a wrapper someone can give my guys to get this...
View ArticleI have two very simple shaders that are breaking on IOS. Does anybody know why?
I have made two shaders based on the Unlit Unity shader. One provides transparency and the other renders the mesh from the bottom up. These are the errors: WARNING: Shader Unsupported:...
View Articleshader semantics VFACE error in IOS METAL
According to https://docs.unity3d.com/Manual/SL-ShaderSemantics.html VFACE > 0 suggests a surface is facing the camera. It is true for hlsl and gles, but in metal, it is actually opposite: VFACE...
View ArticleNSCameraUsageDescription key needed when adding Unity Game to App Store
When I tried to add my game to Apple's App Store, I received an email telling me that there was an issue with my game. "This app attempts to access privacy-sensitive data without a usage description....
View ArticleUnity IAP(In App Purchase) not working on iOS only.
I followed these steps. https://docs.unity3d.com/Manual/UnityIAPAppleConfiguration.html https://docs.unity3d.com/Manual/UnityIAPDefiningProducts.html...
View ArticleiOS C++ plugin that itself relies on framework
From my understanding, basic iOS C++ plugins are [dead simple][1]. Simply jot down working code in a .mm text file and shove that file into Assets/Plugin/iOS. Even simpler than making a windows .dll...
View ArticleMeta information for builds installed using Unity Cloud Build
For those of you that use unity cloud build, is there a means to look at a log of the builds you've installed and the meta data [build number] associated with them?
View ArticleUnable to submit test build due to xcode 8 NSCameraUsageDescription missing key
I was able to submit my build before xcode 8 release, but now, when I archive and upload to the app store (testflight), it doesn't expose the build and sends me an email with the following content:>...
View ArticleUnity4.7.2 IOS在IPV6环境下Socket连接失败
Unity4.7.2 IOS在IPV6环境下Socket连接失败 在官网上看到Unity4.7.2可以支持IPV6,然后我进行了测试。 测试环境为:Iphone6s,iOS10.0.2,网络环境为Mac搭建的IPV6热点 我在Unity4.7.2下Scripting Backend选Mono(2.x)打IOS包,在IPV6下Socket可以连接成功。 但是Scripting...
View ArticleiOS build lags but is fine on Android
I made a simple 2D runner game. The game runs fine on Android devices, but when I build & run it on iOS, it seems laggy. The UI and the SoundSystem are ok, but it seems to be a rendering problem....
View ArticleiOS On Demand Resources failing to load
Hi, I'm trying to implement some basic ODR using AssetBundles on iOS. I'm using the AssetBundleManager examples for iOS ODR as reference:...
View Articlewho own a game made by unity
how much does it cost me to upload a game from unity to iOS platform, do they charge me an extra money other than my plus or pro subscriptions ! if the subscription expired do I still own the game that...
View ArticleAds video not paused when multitasking on iOS
I use the Unity 5.3.6 and I found the ads video are not paused when I press home button on iPhone, it should be paused. The game ads video on Android is paused when multitasking. Anyone have any ideas...
View ArticleFinding physical world x,y,z with respect to an iOS device camera
[This is a problem and solution.] Currently, if you Google "unity ios attitude" you'll find considerable confusion about how to understand an iOS device's attitude (i.e. orientation) in physical space,...
View ArticlePicking image from Camera Roll returns EXC_BAD_ACCESS
Hello! I have successfully managed to access my camera roll but when I pick an image, Xcode returns this error "Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)" This is my code: -...
View Articlemonodevelop is not detecting using startapp;
I am using Startapp ads for unity iOS. Problem is monodevelop is not detecting using startapp; I have imported custom package for iOS but when I select all it does not select all the options while...
View ArticleIssue with integration into native iOS app
Hello, After following [this][1] tutorial (the-nerd.be) I managed to integrate a Unity app into a native iOS app. The problem I'm currently facing is when I try to go back from the Unity part to native...
View Article