Tagged Questions
0
votes
0answers
17 views
Flickering GUI on Android
New version of Unity is causing rather weird problems on Galaxy S device. The GUI starts to flicker, tear and disappear altogether at random in different screens. But this only happens on the second ...
-1
votes
0answers
79 views
Should I use Java, HTML5, or Unity 3D for my Game? [closed]
I am developing a game and I would like the game to be available on the iPad, Android Tablets, Mac, and Windows. I've already began developing the game in Java, which will ensure support for the ...
-1
votes
0answers
29 views
Access music folder on Android using Unity [closed]
have some way, plugin, or code, to select and play musics from android on Unity ?
Thanks =)
2
votes
2answers
119 views
What needs to be done to port a Windows Flash game to Android?
My team has developed a game using Flash (with Lua embeded) that targets Windows. And we want to port that game to Android (also iOS in the future).
It's acceptable to rewrite the Flash part of ...
-1
votes
1answer
95 views
Using Unity3D from within Eclipse
Is it possible to use Unity3D from within Eclipse? I've seen that I can import a Unity3D project into Eclipse, but I cannot seem to be able to access classes such as Terrain or Ray. I don't know if ...
-1
votes
2answers
181 views
Developing a 2D Android game on Unity - Pros and Cons [closed]
Depending on your experiences, if you have created a 2D game on Android using Unity, was it painful? Have you ever said "I wish I have used X instead of Unity!"?
Tell me the Pros, Cons and the name ...
0
votes
1answer
110 views
'No Platforms Found' error in Unity Android
I am having a problem with Unity Android - every time I try to "build", a 'No Platforms Found' error pops up.
Thing is that I already have Android SDK in my computer (copied it into my G drive from ...
1
vote
2answers
281 views
Creating offline multiplayer Android games with Unity
Is it possible to create offline multiplayer Android games with Unity (played over bluetooth/ wi-fi)?
If so, then I would like to create a 2 player game prototype, containing a single room (empty ...
3
votes
1answer
167 views
Poor image quality on Android through Unity Remote
I have started to work on the company's latest project using Unity3D and the workflow is just awesome.
The problem is when running the game on a real Android device (using Unity Remote) the image ...
2
votes
1answer
202 views
Shooting Bullets Around a Sphere
I currently have a ship that can orbit around a sphere freely controlled by a joystick. There is a separate joystick that controls the gun and starts shooting when it is touched.
Right now the ...
0
votes
4answers
337 views
hidden cost while deploying game with unity3d
I just started learning unity3d. I created a small 2d game, I want to host for windows, iphone, ipad, android, windows 8, xbox and even in websites.
I created it using free unity3d editor. Now I want ...
3
votes
3answers
634 views
Where and how to check if game was developed with bought Unity3D licence (not cracked app)?
We hired an external team from Eastern country. They built our mobile game app using Unity3d which we paid a lot of $K. We asked them to only use the software with bought license, not cracked one, and ...
4
votes
2answers
389 views
Disable autorotation if Android has it disabled
I'm making a game for Android in Unity. I wanted the game to handle screen rotations, so I set "Default Orientation" to "Auto Rotation. This works well, except for one issue:
If you disable ...
0
votes
2answers
151 views
Unity - Code is fine in the editor, has error on android
Right. Im running into some weird issue with android unity. I have this bit of code
function OnTriggerStay (other : Collider)
{
if(die.GetComponent(DieScript).sideUp ==6 ...
-5
votes
2answers
643 views
Detect touch for android…for unity 3d
i am trying to detect the touch on android and is it possible to have a same function with touch which can work same as OnMouseUp() function
3
votes
1answer
974 views
How to move gameobject with touch on Android
I'm trying to make a game where you control a character via touch on Android devices.
The player will have two degrees of movement.
When you touch the touch screen and move your finger, the game ...
-3
votes
2answers
295 views
Can I develop 2D tower defense game with unit3D in C# for Android? [closed]
I tried to find the answer in unity3d site but without success.
If the answer to my question is yes, does anyone know where I can find an example?
1
vote
2answers
1k views
Unity Android: Truecolor texture performance hit and alternatives for truecolor
After integrating the graphics assets to my application, I noticed that when the textures are compressed they look very bad compared to truecolor. This happens to all the textures and it did not seem ...
0
votes
1answer
259 views
How to pass an interface to Java from Unity code?
First, let me say that this is my first experience with Unity, so the answer may be right under my nose. I've also posted this question on Unity's answers site, but plugin questions don't seem to be ...
-1
votes
2answers
318 views
Android - Unity3D: setVisibility(View.VISIBLE) crashes
I have a unity project and I use a Android (java) plugin to get camera data. I draw this on a TextureView. I want to hide/show this view when I press a button in unity. But my app crashes when I ...
2
votes
1answer
1k views
Flick Gesture in Unity3D Android
I'm trying to create a football game where the user will make a flick gesture in order to kick the ball. I'm quite new to developing games in unity3d, I have successfully made a moving ball, added ...
2
votes
1answer
245 views
How to use proximity sensor in android with unity3d?
I want to create a android game with unity3d using proximity sensor an I don't know how to access that sensor with java script
6
votes
3answers
675 views
Started game development no idea of computer graphics. Should I learn tools or concepts?
I am in 6th semester of my Computer science bachelor degree program, Working as Intern in a start up company. I started game development using AndEngine, things are going good because I have good hold ...
4
votes
2answers
4k views
Resolution problems when porting a Unity game to Android
So, I'm porting a game to the Android for the first time in Unity3D. And I've run in to a few problems along the way. My current problem is the resolution doesn't seem to be right, it cuts off the ...
1
vote
0answers
1k views
Building for the Android errors Unity3D [closed]
EDIT:
After doing some research on my own I found that by deleting the debug.keystore file everything fixed itself.
So currently I'm exporting my game strictly for testing to the Android.
However, ...
4
votes
1answer
1k views
Starting a Java activity in Unity3d Android
I wrote a small Java activity extension of UnityPlayerActivity similar to what is described in the Unity docs. It has a method for displaying a song picking interface using an ACTION_GET_CONTENT ...
6
votes
6answers
6k views
A game engine like unity but for 2d [closed]
I really like the convenience of unity3d. The ability to edit the level and see my results in real time are great. My problem is the idea I want to implement is 2d and uses 2d sprites. Scaling ...
3
votes
1answer
162 views
Can a 3g network work for this project and is my understanding correct?
I want to make a game for the android phone using unity. As you can tell by my last post i wanted to use networking to make this happen. I decided unity would be a good choice and in no time i was ...
-4
votes
2answers
938 views
3D architecture app for Android or iPhone
I want to make an app for 3D modeling on iPhone/Android. I cannot get the basic idea of how to get started.
I have various options such as learning OpenGL ES, UDK or Unity3d but I want to create ...
5
votes
1answer
744 views
Things to do to port game made for iOS in Unity to Android?
I have just made my first game for iOS and submitted it to app store. I was thinking of porting my game to Android also. I would like to know things one need to do/remember to port game made for iOS ...
-1
votes
3answers
434 views
How to create solid human characters in MAYA, so that their hands do not cut into bodies while signaling hand sign?
How to create solid human characters in MAYA, so that their hands do not cut into bodies while signaling hand signs? Or can I make the characters solid in Unity? I create animations in MAYA and import ...
3
votes
1answer
4k views
Game engines that publish to android and iOS
I am about to start on a project which, at a minimum needs to go out to android and ios. Are there any game engines other then Unity which can publish to both? I fear that Unity3d might be more ...
4
votes
1answer
1k views
Can you embed a Unity3d mobile project into an existing native mobile app?
I am creating an application for both Android and iPhone that will have a few mini games in it. I would like to create the non game section in native Android and iPhone. My question is, is it possible ...
7
votes
2answers
1k views
How well does Unity 3d work for both Android and iPhone?
First off this question might be a bit broad so I apologize if it is. I am really just looking for peoples experiences and personal knowledge on the subject. I am looking to create a game for both ...
1
vote
1answer
607 views
Can ARToolkit be used with Unity on the Android platform?
Does anyone know if ARToolkit can be integrated with Unity and work on Android phones? It would be helpful if you could share any examples or resources.
2
votes
1answer
1k views
2D physics performance on iPhone/Android using Unity 3D?
I've been looking into making 2D games with Unity. One thing which concerns me is the performance of the physics engine. Since Unity is a 3D game engine I'm going to have to assume it uses a 3D ...
3
votes
3answers
3k views
Price for Unity on Android and iPhone?
I was looking at the Unity site, and I was a bit confused with the pricing. It says it's free, but for iOS/iOS Pro or Android/Android Pro. I need to shell out $400 minimum each. So if I want to ...
9
votes
2answers
6k views
Unity Android versus android SDK
I am familiar with Unity and in the process of learning android SDK when the announcement about unity android basic came out.
What would be the advantages and disadvantages of using the android SDK ...