Object references listed in profiler but not in hierarchy.
Ok, here's the thing. Memory usage when starting game and entering a certain page of the shell GUI <> 150MB. All object references at this point make complete sense. Everything that's there can...
View ArticleHow to load pdf file with ios ?
Hi, I need to open pdf files with ios for an industrial application. Currently I build pdf file from **StreamingAssets** folder which is then reading as **bytes** and writen in the documents folder of...
View ArticleUnity support for iOS 7, Xcode 5?
Does Unity support iOS 7? I tried to run Unity with Xcode 5 (required to develop for iOS 7) and it gave an error saying that it couldn't find Xcode 4. I'm currently reinstalling Xcode 4 but I would...
View ArticleIOS7 MOGA Ace Power controller Issue
Hi. Im finded bugs. With the game on the controller occurs automatic screen lock. Steps: 1.Launch the AUT. 2.Play a 1-5 minutes on the IOS controller 3.Automatic screen lock... Info: Device "Iphone...
View Articleios optimzation
How weak is ios, I have heard that it takes alot of time to optimize. Although, since I have unity free, I cannot profile. Do you think that a game that only uses destroy, once, and has about 1000/2000...
View ArticleBest and easiest way to store files on a cloud (both Android and iOS)
If I wanted to store a user's info like their name and address and such from an app, where should i start, sorry for the vagueness but I don't know much about this stuff
View ArticleForcing full AOT (ahead of time) compilation on Windows/Mac?
As many of us have seen, many of the useful features of C#/.NET are lost because of problems caused by platforms which require full AOT compilation (iOS, I'm looking at you). This prevents us from...
View ArticleUnity 4.3 2D sprite memory consumption on iOS
When I run my 2D game, using Unity's new 2D engine, every single sprite is loaded into memory straight away on iOS. Even if I load up an empty scene with nothing in it, the memory usage is virtually...
View ArticleMaking a game for iPhone/iPad/iPod
If i want to make an app for ios, what do i need to do with the format/resolution I mean when you make a project in unity the format is 1080 x720 (or something9 But on iphone its differnet. Where do...
View ArticleCan I create a game and submit to iOS App Store with Unity3d free version?
Hi, I'm completely new to Unity3d and iOS development. Is the unity3d free version sufficient to create a small iOS game and submit it to App Store?
View ArticleSerialize a custom class on IOS
Hi, I'm trying to serialize a class, it works very well on my Mac but crash on IOS. I was under unity 4.1 pro trial before, and it was worked too on IOS. But it's doesn't work anymore since I'm under...
View ArticleTouch on 3D model and Fade-out
Hello all! Is it possible to create a listener on each part of a 3D object? And fade out-in the "wall" or "zone" of any 3d model. My question comes from here: http://www.youtube.com/watch?v=TzD1g-mhRB8...
View ArticleiOS + Unity and issues with the accelerometer
Hi, I'm trying to tell which way the iPhone is tilted in the left landscape mode - either right or either left. For that, I'm using the Unity tutorial on how to work with the accelerometer:...
View Articlehow to use NPOI on Unity3D?
Hi, When i use dll of NPOI [NPOI][1] to write Excel fill using unity3d.it's work with android platform but when i switch to ios it got this error "Cross compilation job Mono.WebBrowser.dll failed" ......
View Article[iOS] Frame rate drops when ASSISTIVE TOUCH is on
I've tested with the newest iOS devices, iPhone5s and iPad mini with Retina Display. Frame rate drastically drops when Assistive Touch is on. (iOS Settings > General > Accessibility >...
View ArticleIOS App Display Name Internationalizat
I'm new for IOS develope and XCode. Here the goal I want is the let the published app display name in the local language used by device. I've read some solution on ios forums, creating an...
View ArticleiOS Unity randomly hangs on yield return www
I'm developing an iOS app with Unity where I load textures at runtime from the file system. I only have one scene. The piece of code I use to load the textures is shown below. This is called several...
View ArticleiOS linker error UnityGetGLViewController()
Hi, I'm very new to ios/objective-c development and am trying to build an ios plugin that adds things to the screen when triggered by unity. I'm having a strange issue when trying to access the view...
View ArticleiPhoneKeyboard.Open multiple entries
Hello, I was wondering how can I open more than one entry since iPhoneKeyboard.Open replaces all the other entries when I start to type.
View Article