Best Server Choice for Single Player Game
Hello, I'm using Unity for a project I'm working on that's designed to act as a test for children on an iPad, and collect data to a server. I'm fairly new to anything networked as most of my game...
View ArticleAre there any plans to support apfs(OSX 10.13) in unity 4.x?
Hello~ :) We are developing in Unity 4.7.2. This time, updating OSX with High Sierra, and Unity did not function normally, creating separate partitions(hfs+) moving Unity and project. Fortunately, the...
View Articlegoogle ads not showing on ios
help plz....i am on unity version 5.6.2f1 and google ad plugin 3.7.1, i have copy pasted exact code as in the developer guide:- private void RequestBanner() { #if UNITY_EDITOR string adUnitId =...
View Article(Videoplayer component) What file format and resolution do I need for iOS?
At the moment they are playing out blank. I have H264 at 1280 res. but I assume iOS needs something specific to work?
View ArticleConverting String to Integer is not working
Hi, so I have this script and I think it should work but when I run it, it says: FormatException: Input string was not in the correct format System.Int32.Parse (System.String s) (at...
View ArticleBizarre Missing Assembly 'Common' Error
Hi, recently I've merged with VCS our project with a coworker, who i think added Unity IAP for iOS (since he has a Mac) to our game, and since then i've been getting weird assembly error each time I...
View ArticleOur Unity game crash random in iOS with Unity 5.3.5p7
We use Unity5.3.5p7 error images: ![alt text][1] ![alt text][2] @JoshPeterson This error seems to happen randomly,I don't know why, Can you give me some advice? Thank you! [1]:...
View ArticleHow to change iOS keyboard orientation at runtime?
Hi, I'm trying to change keyboard orientation by setting Screen.orientation, but it's not working: The default orientation is Landscape Left. Before calling TouchScreenKeyboard.Open, I set...
View Articlekeyborad not show up when user touch textfield on ios11
when user update to ios11, keyborad not show up anymore when user touch textfield, I build it with Unity3d version 2017.1.0. and xcode 9.0.
View ArticleIssues with iPad Audio
Hello, I'm having issues with my Unity project not playing audio when deployed to iOS. I've double checked the settings and I can't seem to find a solution to it. Has anyone else seen this issue/know a...
View ArticleCan I post a game?
So first of all I'm new to Unity. Pretty much can I make a game with Unity and deploy it to the appstore, ios, etc. Also what is a license and would I need one? Thanks!
View Article"Dont destroy on load" does not work at forst
using System.Collections; using System.Collections.Generic; using UnityEngine; public class debugPlanePrefabController : MonoBehaviour { // Use this for initialization void Start () { DontDestroyOnLoad...
View ArticleAdmob crashes game on initialize (IOS)
Hello, i am porting my game to iOS, but unfortunately admob crashes my game on initialisation: UnloadTime: 3.041708 ms 2017-10-15 10:43:46.271445+0100 constructioncity2[581:88540] Uncaught exception:...
View ArticleUnityWebRequest.Put fails on iOS
I am trying to upload a file to a vanilla Apache Webserver (v2.4.18) using UnityWebRequest and its Put(uri, bodyData)-Method. The server uses HTTPS and an authentication via username and password....
View ArticleWebCamTexture zoomed in on iPad Pro
I want to display camera preview on a plane. I am using WebCamTexture for it, but the output is zoomed in when compared to the Camera application on iPad Pro. I tried changing the resolution and...
View ArticleOpen email popup on iOS
Hey, I'm trying to open a native email popup by using Application.OpenURL(), like it's described here: http://answers.unity3d.com/questions/61669/applicationopenurl-for-email-on-mobile.html Everything...
View ArticleDLL's in Android build. Why?
I'm build an Android version and look at apk. There is some dlls in assets/managed/ . But Android not support the dlls. P.S. I think that iOs version have that dlls too. But, again, dlls works only on...
View ArticleiOS app ignores MFI controller input (FPSController prefab)
Hi everyone, first-time Unity user here, I can't find this issue on the forums so I'm starting a thread: I have a super-basic project on Unity (2017.2.0f3) on MacOS (v. 10.12.6); just an imported...
View ArticleIcon size for IOs and Android
Hi, Unity display 5 sets of sizes here, which one would display the icon correctly? https://docs.unity3d.com/Manual/HOWTO-PortToAppleMacStore.html Out of interest, why do they mention 5 sizes? TIA :)
View ArticleVector3.Lerp problem on iOS
Hi ! I'm currently coding a game with my team, and we have a strange problem. At some point, we need to draw a line from point A to point B gradually. I works great on every devices we own, except from...
View Article