Texture appears Pink on iPhone (works on editor)
Im trying to apply a simple texture to a Gameobject (plane) that i have created during runtime. Im choosing a simple jpeg image stored in my "Resources" folder, loading it and trying to apply it as a...
View ArticleCan you test a game from Unity 5.5 on an ios device using a mac running...
I was reading the testing on device tutorial from the Unity website but it says I need a mac running 10.11 or higher...is there a way to test a game made with Unity 5.5 on a ios device when you version...
View ArticleHandheld.PlayFullScreenMovie() takes too much time to open video view in iOS
Hi I am trying to play a video using Handheld.PlayFullScreenMovie() function. For the first time when i call this function it takes around 12 sec to open the view in the mean while ui remains stuck....
View ArticleiOs Handheld.PlayFullScreenMovie - [prepareAsset]Error: The requested URL was...
Hi Everyone, I'm trying to play a full screen video using Handheld.PlayFullScreenMovie in iOs with no success: -I'm placing the movie file into the StreamingAssets folder (MMIntro.mov) ![alt text][1]...
View ArticleFor iOS development what image sizes do I need?
Hey folks, So I'm working on my first iOS project and I'm getting a little tripped up on how I should approach image sizes. I want to support everything from iPhone 5 and upwards. I also want to...
View ArticleHow to play a 360 degree video with stereo mode in Unity 3D
I have a unity application that works on both ios and android platform.I want to play 360 degree video in the application in stereo mode.I dont know how to play a 360 degree video in stereo mode as it...
View ArticleRandom "This app may slow down you phone" warnings even on 64 bit
Hello! I keep getting the warning "This app may slow down your phone" even on 64 bit builds on iPhone. The test device is an iPhone SE. The warning doesn't appear every time I run the app. It's...
View ArticleMissing behaviours when loading when loading Asset Bundles on iOS
Hi everyone, On the current project i am working on we are using asset bundles to reduce the app size. Our bundles have references to many different scripts. Now on android devices the bundles load...
View ArticleGlitches in IOS build but not in android build
I am having a weird problem, I did build my project for Android and it worked great. but when I built it for IOS it gave me this black lines...I hope someone could help me identifying the problem....
View ArticleUnity can not access StreamingAssets on IOS
Now i'm working on a project which created by others. I need access image files stored in StreamingAssets folder. This is my C# code below: IEnumerator Start () { _image = gameObject.GetComponent ();...
View ArticleBackground camera doesn't render on mobile.
Hi there! I have been working on a 2d mobile game for some time now. The scene is made with two cameras. One for the foreground and one for a parallaxing background. It has worked fine until a day ago...
View ArticleUnity can not access StreamingAssets on IOS
Now i'm working on a project which created by others. I need access image files stored in StreamingAssets folder. This is my C# code below: IEnumerator Start () { _image = gameObject.GetComponent ();...
View ArticleFacebook - Is it possible to logout other active sessions?
I'm using Facebook's Unity SDK and working on Android and iOS platform. What I want to do is, if the user is already logged in on one device, and he/she logs in on another device using the same...
View ArticleLoading asset from an asset bundle crashes on ios.
Hi all, I am experiencing very strange behaviour on ios with asset bundles. I made some asset bundles, which depends to other asset bundles. On ios i download asset bundles using "on demand resources"....
View ArticleServices not working in iOS but fine in Android build
For some reason my Services tab will not display the selected services info when I'm on the Mac. It works fine on the PC (Android Build) but not on the Mac(iOS Build). When I open the tab it seems to...
View ArticleApple Mach-O Linker (ld) Error
Good evening. When you build the project by Unity iOS any such errors. Since they can be related and how and solve. I look forward to a prompt reply, as the project is very urgent. Thanks in...
View ArticleiOS build creates empty folder
I created a VR game using vuforia. When I go to File>Build Settings and select iOS and build, the folder that is created is empty. Can anyone help me with why this folder would be empty instead of...
View ArticleUnity Facebook SDK Login in using FB app rather than Safari browser
Hello, Is there a work around for logging in with the Facebook app and not the safari browser for the iOS10 sdk. I'm using unity-facebook-sdk v7.9.0
View ArticleAR object getting but off by target object
I am using Vuforia to create an AR app. When I run the app either on iOS or via the webcam, I am able to see my object. The issue is unless I am about 5" from my target object, my AR object gets cut...
View ArticleHow to control ios statusbar with script?
How to control ios statusbar with script? I have tried `PlayerSettings.iOS.statusBarStyle` and `PlayerSettings.statusBarHidden` They just don't like me to use PlayerSettings. I need to build this on...
View Article