Tagged Questions
0
votes
1answer
22 views
Unity Pro trial watermark still shows after Upgrading to Pro
I have been using the Unity 4 Pro trial version for a couple weeks now. I decided to upgrade to the actual Pro version so I could publish games.
The issue I am having is that even though I have ...
2
votes
0answers
36 views
Can not upload updated APK to Google for game made with Unity
We have recently purchased a game from another company and have done some updates to it with all the information converted over to our side.
The game is made and updated using Unity and is for the ...
0
votes
1answer
23 views
Unity3D rendering issue on android devices
As shown in above screen shots. on some android devices textures are rendering as black. But when I try to capture screen from the device it saved it perfectly alright.
Can anyone please suggest me ...
0
votes
1answer
25 views
How to pass touch events to android from unity?
I'm developing a plugin for Android that using Android jar file to show an Android view above the Unity view.
That works fine but the problem is that Unity doesn't pass the touch events to my view.
...
0
votes
0answers
16 views
Cannot create APK with Unity Pro license
I already have the Unity Pro license and I am trying to create an APK but I get the following error:
Error building Player: SystemException: 'System.Net.Sockets' are
supported only with Unity ...
0
votes
0answers
21 views
Creating UnityPlayer in Engine object
I'm trying to set unity player as wallpaper engine
Code:
private class MyWallpaperEngine extends Engine{
UnityPlayer mUnityPlayer;
@Override
public void onCreate(SurfaceHolder ...
0
votes
1answer
21 views
Web plugin like uWebKit for Android?
uWebKit plugin doesn't support Android.
Anyone knows a similar plugin that supports Android? (in addition to iOS and standalone)
0
votes
0answers
22 views
unitysendmessage method not working
hi i am working on an augmented reality project. I have integrated my unity project to eclipse using the instruction from HERE
I have a c sharp script inside unity project that has following method.
...
0
votes
1answer
16 views
add custom .properties file in unity android package
I have a .properties file that is required by some android java unity plugin that I am writing. I need to add this file to the unity app's package somehow, so once the unity IDE builds the .apk, the ...
0
votes
0answers
28 views
Touch behaving weird in Unity 3D Android
I have a Car in unity with four 3D texts Accelerate,Brake,Left and Right. All having box colliders. I have attach the following script to Main Camera
using UnityEngine;
using System.Collections;
...
1
vote
1answer
56 views
Calling static jar function from Unity3D
I made and compiled a Android Library, containing a simple class and a simple static function:
package moo;
public class MyTestClass {
public static String Foo(){
return "Foo from Moo";
...
0
votes
1answer
148 views
GCM Plugin for Unity, Could not find method GCMRegistrar.checkDevice
I've seen posts about this before, but none of the solutions seem to have worked for me.
I downloaded/installed Eclipse for ...
1
vote
0answers
19 views
Unity3D messed up my Android resources?
I have been developing a game for Android for a while with Eclipse and I have had little problems with AsyncTasks or threading in general. A while ago I installed Unity3D and after trying a few things ...
0
votes
0answers
163 views
Android 2d game engine why libgdx instead another [closed]
I dont know why, Im confused, Im trying to figure out a good game engine, althouth I m using libgdx, but I see that using this framework is a little dificult, because, it dosent have gui, like a ...
1
vote
0answers
63 views
Can not get com.unity3d.player.UnityPlayer class
I want to integrate Android plugin to unity3d, and call Android function like below:
AndroidJavaClass jc = new AndroidJavaClass("com.unity3d.player.UnityPlayer");
AndroidJavaObject jo = ...
0
votes
1answer
21 views
Unable to See Logs while running Unity Application on Device
I am new to Unity.
When I run the application on Windows I can see the logs in Console but when I run the same code on Android Device I am unable to see any logs.
Here is the code I am using for ...
0
votes
0answers
24 views
Issue with intent filters in AndroidManifest.xml
I am creating an unity plugin which performs in app purchase using Google Play. In the androidmanifest.xml I have specified following activity.
<activity ...
2
votes
1answer
87 views
Checking if a Touch point is inside box collider in Unity
Please see the below images.
In the first image you can see that there is box collider.
The second image is when I run the code on Android device
Here is the code which is attached to Play Game ...
0
votes
2answers
49 views
Android View Not Receiving Touches
I'm added a Webview to an (UnityPlayer) Activity but the webview is not receiving touches.
I cant add the webview to a new Activity due to the loading times. So im currently fetching the root view ...
-1
votes
2answers
60 views
Unity Call Touch Funtions on A 3d Text if clicked any where on screen. Instead of clicking on the text only
I am new to Unity. I am following the car tutorial and trying to port it to Android. Some how I managed to move the car in device. The problem is that I am using a 3D text which will be clicked to ...
3
votes
2answers
87 views
Add android eclipse library to unity3d project
I have an android library in the form of an eclipse project that I want to integrate with unity3d. I know I can make a jar from eclipse and drop it in unity's plugins/android folder. However as I ...
0
votes
0answers
16 views
Missing library for Unity3D using Eclipse
I am using Eclipse to make and Android application with terrain created from Unity3D. I have successfully imported the project into Eclipse (it compiles and runs). However, it cannot seem to find ...
1
vote
1answer
55 views
UnityPlayerActivity not getting onCreate() log
I am trying to extend UnityPlayerActivity with the help of docs.unity3d. I have a simple jar file with MainActivity class and also included the file classes.jar to the libs folder. My class file has ...
0
votes
1answer
40 views
Setting the value of a Unity script variable from an Android activity
I am working on an Android application that uses Unity. I have a Unity script. In this script I have a variable whose value is set at runtime. This variable is the path of a obj model.
What I want is ...
-2
votes
0answers
33 views
Unit - mobile need free integration with facebook [closed]
Could someone inform a library, plugin or api open source that I can integrate the Unity3D with facebook
iOS / Android
Since now, thank
-3
votes
0answers
30 views
create checkbox preference regarding image effects? [closed]
I'm trying to create a checkbox preference in eclipse like enabling and disabling a image effect like bloom effect... since im new to programming I don't know what code goes into Unity to integrate ...
-1
votes
0answers
36 views
Creating animation for ribbon in android using unity [closed]
I am new to animations part of android haven't done much of it. Until lately i want to animate a ribbon which i want to open on swipe at the tail of the ribbon. I want a gift box to open after that. I ...
0
votes
2answers
60 views
Texture/pattern recognition/matching int Unity?
I going to develop a game in which user draws a shape on the screen with his/her finger. Now I have some predefined shapes in form of textures already with me. What i need to do is to Detect what ...
3
votes
1answer
58 views
Constant and probably inaccurate Frame Rate
I am using the following code to calculate Frame Rate in Unity3d 4.0. It's applied on a NGUI label.
void Update () {
timeleft -= Time.deltaTime;
accum += ...
0
votes
0answers
146 views
Unity3D: Android Plugin Resources issue (MoPub and SocialNetworking Prime31 Plugin)
I have the same problem as here and here, with use more than one plugin that uses resources in the same project. With the public.xml I could not solve the problem. :(
Is there perhaps a good general ...
7
votes
2answers
119 views
Processor count reliability
I'm making an Android game and the performance difference between single core phones such as Galaxy S and dual-core Galaxy S2 is comparable to night and day. Thus instead of making different versions ...
2
votes
2answers
235 views
Speech Recognition on Unity Game Engine
I've succesfully achieved the goal of developing an app on android that use speech recognition from Google API.
But the fact is that I must use a real Game Engine because my app is going to be ...
0
votes
1answer
69 views
Unity and Eclipse: dynamically draw object
I'm implementing an Android application that draws a 3D object on screen (over camera view). The objects are in FBX format, and since it's been several years since the last time I used openGL I ...
0
votes
2answers
147 views
C# call other class variable but return null (Unity3D)
I'm using Unity Augmented Reality. Why does my application return a null value if I call a public value of an other class?
These are my classes:
using UnityEngine;
using System.Collections;
public ...
0
votes
2answers
86 views
Passing Camera.MAIN in Unity3D to android java method
i'm working on integrating image recognition app using Moodstocks SDK ,
to start the scanner in moodstocks i must use a surfaceview (Camera) , all works fine when i do it in eclipse , but i want to ...
2
votes
1answer
126 views
How to open transparent activity from UnityPlayerActivity?
I'm writing Android plugin for Unity3D. I need to open my custom activity from UnityPlayerActivity so it is transparent and game is visible in background. But when I open my activity, the ...
0
votes
1answer
56 views
Changing the default tag in Debug.Log for Unity 3D
In order to debug the code for android tags are very helpful to filters the logs on the basis of tags. In Unity 3d when we use
Debug.Log
By defaults all logs have Unity as tag, is there any way to ...
2
votes
4answers
2k views
C# on Android: Xamarin or Unity? [closed]
I am a student and am supposed to code an Android application, probably a game. I have the opportunity to choose my programming language. I find JAVA quite ok, but I somehow like C# more. However, ...
2
votes
1answer
164 views
Not able to send message from java to Unity using UnityPlayer.UnitySendMessage
I am trying to create an android plugin in Java. When I am trying to return some message back to Unity using
UnityPlayer.UnitySendMessage("testObject", "testMethod", "sample message");
When running ...
0
votes
2answers
386 views
Unable to upload the APK expansion file on Google Play
I'm using unity android, and I'm trying to upload my app.
It's a 80Mo app, so I had to split it.
Here is how I set up the Other Settings in player prefs (unity3d):
Bundle identifier: ...
0
votes
2answers
98 views
How can I include unity3d projects in android ones?
I'm trying to make an android application which includes two different projects created and exported from Uniy3d, one is a simple interactive 3d environment while the other is an AR application based ...
0
votes
2answers
321 views
Unity3d how to reference swipe control from another script?
I have tried every which way possible to get this to work with no success. I have a swipe script and a game/control script. I am trying to reference the swipe control in my control script as the means ...
2
votes
2answers
231 views
PayPal.initWithAppID() crashes with NullPointerException
FATAL EXCEPTION: Thread-5195
java.lang.NullPointerException: src == null
at java.lang.System.arraycopy(Native Method)
at com.paypal.android.a.g.a(Unknown Source)
at ...
1
vote
2answers
246 views
Android app control ringer volume, not media
I'm trying to find the most simple way to have an app control the ringer volume of the phone and not even worry about media volume.
I'm building a live wallpaper with a game engine, it's fussy and ...
0
votes
0answers
222 views
local webpage on device in unity3d
Is it possible to use a local Webpage in a Unity3d app with full functionality? (Not just a screenshot)
We have a HTML5 app that shall be extended by a 3D Model that is made with Unity. I guess the ...
0
votes
1answer
284 views
Unity Master Server Vs Simple Client Server
I have written two programs and i want both of these to run on my android device which are on the same network but one which is simple client server program it will run on both device and connection ...
0
votes
2answers
140 views
Client Server Programming In Unity using JavaScript
I'm new to Network programming in Unity3D and basically I would like to make a connection between two android devices, through WiFi using the Client Server Model. And I have some questions.. such as
...
0
votes
2answers
249 views
How to reference enum in Unity3d alternate script?
I have one C# script titled TouchDetector.cs which looks exactly like this:
using UnityEngine;
using System.Collections;
public class TouchDetector : MonoBehaviour
{
public delegate void ...
1
vote
2answers
184 views
UIToolkit for Android and Unity
I am making a GUI for my android game project on Unity using the UIToolkit.
The Sample Scenes (eg Kitchen Sink) works fine on the Unity Editor.
But when I run the exact same sample scenes on the ...
0
votes
1answer
398 views
Wifi Direct Connection in Unity3D for Android
How to connect two android devices for android using wifi direct in unity.



