0
votes
1answer
36 views

Unity 3D - Possible for it to render a simple colored spot?

I am sure this will be easy for a Unity expert. If we were making a game like FLOW Click here to see FLOW and all we needed were some simple colored circles which the user must click and drag, then ...
1
vote
1answer
86 views

Specifying a high quality background image in a Unity 3D game for iPad

First question from me, please be kind :) We are having an iOS game created for us by a developer using Unity3D. We are testing his progress on the iPhone and also iPad. On the iPad the background ...
3
votes
1answer
163 views

My iPad landscape splash screen jumps to portrait

I am developing an universal app using Unity3D and Xcode. The iPhone version works just perfect and its orientation is portrait. The splash screen comes up fine in portrait mode. Now, everything in ...
0
votes
0answers
84 views

How to kill or destroy native IOS keyboard object from unity

My game’s performance degrades or frame rate decreases in iPad 1 (iPad First Generation) if I open an iOS native keyboard for login purpose from Unity. I am using the following function to open the ...
1
vote
0answers
228 views

BKSendGSEvent ERROR

I'm developing an IOS app using Unity3D. My issue is that when I run the app on the new iPad (iOS 6.0), the app will have freezes and then suddenly run perfectly fine again several times throughout. ...
0
votes
2answers
301 views

Xcode Launch images screens for landscape app

I'm developing universal app (game) which working only in landscape modes. Can I do not specify Launch images for portrait mode for saving size?
2
votes
1answer
200 views

Setup Unity for iPhone and iPad

I am new bee in unity, and working on an app which will be use for both iPhone and iPad. I build this and install on device its by default for iPhone, i don't know how and where to enable this for ...
2
votes
1answer
486 views

Discrepancy with screen orientation between Unity3d and iPad, game not affected by device rotation

I'm helping develop a game in Unity3d using C#. We're developing for the iPad and using Unity's Apple plugin. Our game is a 2-D platform game that features gameplay that uses the rotation of the ...
2
votes
2answers
200 views

Amount of acceptable Memory Leak

How much memory leak is negligible? In my program, I am using Unity and when I go through Profile > Leaks and work with the project it shows about total 16KB memory Leak caused by Unity and I cannot ...
1
vote
6answers
1k views

iPhone / iPad game application dev tools

So I've spent the past week researching on all the different tools you can use to create an iPhone or iPad application game and I still haven't reached a conclusion on which software ( Xcode, unity, ...
2
votes
1answer
918 views

Unity-based application crashes on iPad 1 when memory exceeds 40MB

I know this might be fairly Unity-specific, but the reason I am asking it here is because this is more of a general question regarding iPads and memory usage... We have a Unity3D game project (not ...
0
votes
1answer
214 views

save screenshot on iPad and PC and send it via e-mail (Unity C#)

I'm working on a game. When the user gets to the end, the game should send a screenshot of the screen to a pre-registered e-mail address. The game does run on iPad and standalone PC. For PC i ...
1
vote
1answer
649 views

How to rotate video feed when changing device orientation on iPad2 (in Unity with Qualcomm QCAR extension)

I have developed an AR application for iPad2 that uses an ImageMarker to display a 3D object on screen, in front of the camera feed, when the marker is detected. My app needs to run in landscape mode ...
2
votes
1answer
726 views

How to debug a unity3d project with ios simulator?

as somebody said,unity3d project must be run in devices,but,that is so trouble.Is there any way to run a project in ios's simulator?
0
votes
1answer
577 views

Show uiimagepicker at full screen on the ipad, with an Unity plugin

I have using a plugin to show an UIImagepickercontroller as a subview in my iphone/ipod app. In iPad i get an error that says i should use a popover instead. I'm using my own custom plugin in unity. ...
0
votes
4answers
2k views

Game development using Unity for iPhone

I have decided to use the game engine Unity to develop my game for iPhone. But I need to use some functions built into the iOS SDK. If I choose to develop using Unity, can I still use functions from ...
6
votes
4answers
4k views

Mixing Unity generated code with Objective-C in iOS?

Is it possible to mix iOS code and interface elements with Unity generated iOS code? For example if I am working with a game developer who is developing a game in Unity, could I take his xCode ...
0
votes
1answer
768 views

Unity/Mixamo RootMotionComputer Script

I'm working on an iPad project. I edited and downloaded some Unity formatted animations (clip) from Mixamo. Mixamo has a RootMotionComputer.cs Script that produces the following error when I attempt ...