IOS 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 ArticleFocus Square jitters in finding mode in Unity Arkit
I am using the FocusSquare.cs from the Unity ARkit 2 in my iOS scene. During plane detection when the Focus Square is in the "finding state", it jitters alot and sometimes I can see two squares instead...
View Article(ARKit) I want to change the value of ARFaceAnchor. Help me plz ㅜㅜ
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.XR.iOS; public class BlendshapeDriver : MonoBehaviour { SkinnedMeshRenderer skinnedMeshRenderer;...
View ArticleAdmob interstitial suddenly disappear after showing
Hi, I have following code for my iOS game I just integrating it in an empty scene public class AdController : MonoBehaviour { void Start() { print ("------------------ initializing ads...
View Article(Cardboard) Google VR iOS results in upside-down view
Hello, I'm wondering if anyone else either has encountered this issue, or know of a fix/alternate solution. I'm currently trying to make a cross-platform Google VR application. Android currently works...
View Articlewhen i build ios, clang: error: linker command failed with exit code 1 (use...
total error message is : ld: warning: directory not found for option...
View ArticleHow to add info.plist to notification service extension?
I am able to create a notification service extension using PBXProject AddAppExtension method. But this did not create info.plist file within the new extension target. Can someone explain how to add...
View ArticleUnity 2018 is not adding bundle identifier in Xcode Build Settings
On building ios xcode project through unity, value for product bundle identifier is not set in the build settings tab in xcode. This is causing the error 'Add App Groups to your App ID' inspite of...
View ArticleHow to add custom framework to iOS project using PostProcessBuild in Unity 2018?
I know that we can use PBXProject AddFrameworkToProject for adding system frameworks to specific target in iOS. But how to add custom framework to specific target?
View ArticleUnity Crashes on Android when loading scene
Hi, i've published a game for Android/iOS that have a scene with 3D meshes, animations and lightmap but when it loads, the game closes. It happening mainly with tablets and after removing things to see...
View ArticleCustom swift framework in Unity iOS game
I have created a swift framework and implemented it into my Unity project in the same way as it is done in the following tutorials:...
View ArticleResolution scaling squashing on iOS and Android
I have a project I started back in Unity 5.6. I have not worked on it in a while and just started on it again. I upgraded it to Unity 2019.1. I didn't get any errors and it seems to be working well...
View ArticleReceiving UI/touch events while mobile soft keyboard is open
I'm currently developing a menu system for my Android/iOS game that has an autocomplete list that populates as the player types into an input field. However when I attempt to tap on the list item on my...
View ArticleGenerics3.cpp error when build for iOS
Xcode is giving the following error after generating the workspace for XCode by using the Unity build system. I am having no clue why this error has cropped in. Any suggestions???? It has started...
View ArticleCreate Notification Service Extension using PostProcessBuild Script for Xcode 10
Seems like Unity 2018 PBXProject AddAppExtension is broken for latest Xcode 10. When I open Xcode project built with Unity running the post build script to add Notification Service Extension, there is...
View ArticleOpenURL opens app in same window
Hi there I need to make my app open another app, on both iOS and Android. That other app does support Deep Linking, so in theory it should be as simple as calling Application.OpenURL("otherapp://app");...
View ArticleIOS Build Problem
Hello, I have 2 different script that accomplishes the same thing but both does not work when testing on IOS device. I only need 1 script on the main object which is a 2D roll around ball. I’m using...
View ArticleIssue building iOS app,Issue building iOS app (
Hello, I notice many people are getting similar linking errors to me and none of their posts have replies. I have an error when I go to build telling me that i have some undefined symbols. I would...
View ArticleI can't save xml file in iOS project during the runtime! (written by unity/C#)
FileStream fileStream = new FileStream(xmlPath, FileMode.Create); StreamWriter streamWriter = new StreamWriter(fileStream); streamWriter.Write(addXml.InnerXml); streamWriter.Flush();...
View ArticleiOS Player Settings, WSA Capability not found
Vuforia Engine requires the WSA Capability 'WebCam' to be set. Please set this capability in the Player Settings Vuforia Engine requires the WSA Capability 'InternetClient' to be set. Please set this...
View Article