Bad Graphics in Android using Unity Remote 4
I am running my game on my android device but graphics are too bad, graphics are showing really good on my PC but pixel disturb in android device. What I am missing? What things should I care about...
View ArticleI can't install my app (.apk) on my android device
I build it on Unity3D. This application has open,read and write file. I copy it to galaxy tab 10.1 (2014 edition) sd card and touch icon to install but I can't touch install button. My tab show this...
View ArticleUnity Remote does not work
Hi Unity Developers I use touch method my project. In every line of code added to apk having to. so it's hard to get continuous apk. And i use Unity remote. But does not work Unity remote in my mobile...
View ArticleJagged Edges and poor Quality of models on Device
Hi, I am making a game using Unity3d. I have kept the Quality Settings to Fantastic and Anti Aliasing to 8x multisampling. Still, the models appear jagged in the build. How can I improve it?
View ArticleUnity accessing to gallery photo of android device
through unity I have to go to the image gallery of the Android devices in order to select the photo and then use them as textures in my game. I read that you have to use eclipse. Does anyone know tell...
View ArticleCount time when the game is not running (mobile device)?
Hello, I'm working on strategy game concept for mobile devices where you have to wait certain amount of time in order to complete an action - let's say build a building for 12 hours. How to count that...
View ArticleUnity networking - can't connect from other device.
I try some demos: [PalladiumGames][1] [PalladinStudios][2] And I install game to android phone and computer and I can't join game.(I also use port forwarding and and I was on same Wi-fi, and I turn...
View ArticleHow can the User import their own images?
I want the User to be able to import a bunch of images from their photo library. Have you ever seen one of those simple LISTS Apps? The ones that you list out a bunch of things you need to do today,...
View ArticleAccess to camera flash
I'd like to be able to make the device's LED flash at a certain point in my game. Ideally would like it to be as simple as Device.flash.enabled = true;
View ArticleLighting looks different on different android devices
My game's design is simple. There are 4 walls facing each other with a point light that travels through this "cave". I don't have any ambient light, so the point light is the only source of light. I'm...
View ArticleMobile Physical address
How to get physical address of Android device this code not working in android NetworkInterface[] nics = NetworkInterface.GetAllNetworkInterfaces(); PhysicalAddress =...
View ArticleDifferent game speed
Working on runner. Gameplay is similar to Geometry Dash. Character stands in place and just jumping. I'm testing game on two devices: lg optimus 2x and googel nexus 5. Main problem is that game is...
View ArticleWeird Behaviour WebCamTexture to GUITexture
Hi, I am working with WebCamTexture. Here is my script place it on a GUITexture, it should work, you can skip the debug GUIText: ---------- using UnityEngine; using System.Collections; using System.IO;...
View ArticleHow can I find out why Android Build and Run failing?
I have my device (galaxy tab II) connected, drivers installed, sdk set up, usb debugging enabled. I can build an apk just fine and then transfer that to the device to install, but when I try "Build and...
View ArticleDevice acceleration problem
Hi guys i need some help. In my game i tryed to use DeviceOrientation.FaceUp and faceDown and worked fine. The problem is that when the player move the deviceto facedown too fast it make faceUp...
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 ArticleHow can I connect PC(Unity program) with Mobile Dvice(for Android)?
I want to crate my game with using mobile Controller. so I just need network technology but I don't have any knowledge about C# Networking.(Also Programming) I will let the objects move forward and...
View ArticleTurn your Android device webcam (Camera) , flash light
Hello to all dear friends I am Iranian. I am weak in English. The question text was translated by Google Translate. The first question in the forum. I'm making a game or app for Android with Unity. At...
View ArticleSprites and textures appears black on Samsung Galaxy Grand I9082
Info: Unity3D version v4.5. Vuforia Unity plugin v3.0.9. This problem occurs on Samsung Galaxy Grand I9082, it works fine on Samsung Galaxy S4, Note 3, S3 mini, HTC One M7 and several others. So I have...
View ArticleOnBecameInvisible Not Working Real Device
Hello, I have implemented OnBecameInvisible() and attached the script to my game object. I have added a renderer and got it working, but only when I use the unity editor? The function is never called...
View Article