iOS Multiplayer Bluetooth
So I am making a 2D platformer using Unity. My problem is that one of the main features of the game is the ability to connect to your friend through Bluetooth and be able fight each other on your...
View ArticleHow to make an object move relative to the finger
I have a IOS game kinda like asteroids and I want the object to move up and down when the finger moves up and down Can someone make it this line make the object move up and down then the finger is...
View ArticleDetect and run installed games on ios and android.
How can I detect if specific game was installed on device. And is there a way to run a game from other game? Something like games repository. Main app (let's call this "database") have images of other...
View ArticleCheck if app has access to photos
I am currently using Unity and C#, and was wondering if there is a way to check if the app has access to the photo folder on an iOS device (Settings->Privacy->Photos->MyApp is checked) ? I am...
View ArticleiPhone 4 Loading Content Slower than iPod Touch 4
Hello everyone, I'm noticing a strange performance drop (specifically during level loads and additive level loads) on my iPhone 4 compared to my iPod Touch 4. Seemingly, the iPod Touch is loading...
View ArticleGUI Size on different Android/iOS Devices?
I'm wondering how to properly Size my GUI elements, I'm relatively new to scripting GUI. Although it isn't hard, It is quite tricky to get it right. So the biggest problem I'm having is that on my...
View ArticleiOS Video Playback And Control
I am presuming that Handheld.PlayFullScreenMovie is the only way using just Unity3D itself that you can play video on iOS. If so, how do you control the lifecycle of the video? How can you stop it? If...
View ArticleHow access asset files in android/ios
i have unity project that is a level editor it export a json file. the actual game project in the editor i can read the files and generate the levels, the files are in the "Assets/Levels/" folder but...
View ArticleAdmob Plugin Unity IOS
I have been trying to implement admob ads into my unity iphone game, but I have had no success. I have found various plugins that work ,but they all cost money. I have looked up tutorials and they just...
View ArticleHow to limit a player one game per device?
Many games on Android and IOS will only allow one profile to be active on a single device. The game no longer asks for a log in after the game has started, it just automatically loads the player's...
View ArticleVarious documentation about movie formats is confusing...
I've found, so far, that the only format on PC that Unity will load dynamically into a movietexture is OGG/Theora. Despite saying that if you have Quicktime installed Unity will use it to convert, that...
View ArticleiOS Keyboard Input Positioning Wrong
Hey everyone! I'm using NGUI in my app, and I don't know if this is an NGUI issue or a Unity issue or what. Check out this screenshot: ![alt text][1] You see what happens when you pull up a keyboard?...
View ArticleGetting errors when telling an object move a direction upon touch
I have a script and I get errors when I compile it. here is the code if (Input.touchCount == 1) { var touch : Touch = Input.GetTouch(0); if (touch.phase == TouchPhase.Began) { transform.position,...
View ArticleLow FPS rate. Can't find the problem. Followed Unity's Guide
Update - Fixed by changing a tree texture from uncompressed 36bit to compressed 4bit I'm making a game for the iPhone and I can't seem to get a frame rate of at least 30 fps. It seems to be staying...
View ArticleiOS Remote 4 on Windows
Since the patch 4.5.2p1 the editor supports iOS for Unity Remote 4 on Windows. So I have installed the last one(4.5.2p3) and wanted to try it. The problem is that the new feature doesn't work for...
View ArticleiOS Unity game: what format video files should I use?
I want to have an animated video intro for my game. I was wondering what format I should export the video in? It's for iOS/Android and also PS Vita.
View ArticleHow do I get high smooth FPS in Unity??(Improve Fillrate)
Right now my game can only get 30fps in unity and no more than 10-15fps on on ios device(iPad 3 and iPhone 4s). I've tried everything: occlusion culling, static/dynamic batching, LOD, mitmaps, target...
View ArticleProblem with IOS-Keyboard
I have a problem with the design of the IOS keyboard while using a gui.textfield. This is the link to my thread: http://forum.unity3d.com/threads/wrong-ios-keyboard.260681/ Please help me as fast as...
View ArticleSet Flashlight mode to be off as default
Hi, I am trying to set the Flashlight mode to be off when I take picture or video. this is what I put: public static void showImagePicker(UIImagePickerControllerSourceType source =...
View ArticleUnity TouchScreenKeyboard detect return key
Hi, I'm using TouchScreenKeyboard.Open in my Unity - iOS app and I can open the keyboard in iPad using that and enter some text and submit it when the Done button is clicked. Now the client wants to...
View Article