Unity3D is a commercial development platform for creating games, interactive 3D applications, training simulations, and medical and architectural visualizations.

learn more… | top users | synonyms (1)

-1
votes
0answers
53 views

cheat unity webplayer with cheat engine [closed]

I'm trying to cheat some game which works on unity webplayer engine. In the game you own the server, so all the game details are in your computer memory. I succeeded to reach to the pointer that ...
1
vote
0answers
18 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 ...
-2
votes
0answers
23 views

Interfacing hand movement, tracked with KINECT WRAPPER PACKAGE to unity game [closed]

I want to interface the kinect to unity to detect gestures using kinect with the help of wrapper package. The thing i'm not getting is how to start this. I mean there is a skeleton detected and the ...
0
votes
0answers
26 views

Unity3d - Two input buttons at once - delay in event triggering

I'm making a game for two players. They both have a button that they can press to charge a meter, and then release to perform an action depending on how long they charged the meter. I'm using left ...
2
votes
1answer
62 views

Creating Windows Form outside of Application.Run results in strange behaviour. Why?

After a week of code-debugging I found that the problem my Windows-Forms based GUI was behaving strangely was because I was running the form as: Form1 myGui = new Form1(); Application.Run(myGui); ...
0
votes
0answers
14 views

ShowDefaultAchievementCompletionBanner not showing

In Unity-iPhone, I'm using GameCenterPlatform.ShowDefaultAchievementCompletionBanner(true) to activate gamecenter completion banner. There's no problem if the achievement was completed from 0% to ...
-4
votes
0answers
70 views

Unity3d car game tutorial [closed]

I know a bit of programming but I'm very much new to unity and I was looking for some good car game tutorials which help me to make a complete car game. Any help would be appreciated :)
0
votes
1answer
48 views

unity3D + kinect interection

guys i am working on a project which uses unity engien and kinect as input source ..now according to my knowledge there is not much support between unity and kinect sdk ..i have heard about zigfu ...
0
votes
1answer
38 views

How to get a ball/sphere to stop

I got a field in unity3d that has some depressions in it (like small holes). The field's slope always leads towards the nearest depression. A sphere is dropped at random somewhere in the field, rolls ...
1
vote
1answer
35 views

Unity3d 3D Text always displayed Blur

While similar questions have been posted before, but none actually suited my Case where Orthographic Camera is also involved, so culling logic would be different. So, in my scene I have a ...
2
votes
1answer
44 views

Camera Frustum Planes in Unity 3D

I understand that CalculateFrustumPlanes() in Unity3D returns an array of Plane objects, each representing a different frustum plane, but I can't find any documentation to suggest which element is ...
-1
votes
0answers
24 views

Sending binary data not working with apache + php with Unity3d WWWForm

Sending binary data not working with apache + php now here's example form: WWWForm form = new WWWForm(); form.AddField("foo","bar"); form.AddField("baz","bad"); //image_data is the screenshot in ...
8
votes
2answers
71 views

C# JIT error with Linq OrderBy

so im receiving the following error on my iOS device ExecutionEngineException: Attempting to JIT compile method ...
0
votes
2answers
41 views

calling a function in multiple derived classes in c#

How can I call a function in all derived classes when a global game state changes? public abstract class GameStateBehaviour { public event EventHandler<GameStateEvents> StateChanged; ...
1
vote
2answers
42 views

Appropriate settings for importing unlit Maya models into Unity3d?

If I am not using lighting in my game in Unity3d and all models have lighting baked in their textures, then which of the two methods of importing models is better. (import settings in Unity ...
0
votes
0answers
133 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
57 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 = ...
2
votes
0answers
44 views

Overwriting local files with remote files causes Unity Standalone Application To Freeze

I am a developer using the Unity Game Engine trying to overwrite local files with files from an FTP Server. I am using the System.IO.File.WriteAllBytes function to do so. When I start the application ...
-1
votes
1answer
40 views

can i make a quickbooks-like app in unity 3D?

i understand that i can bring preety cool looking assets allthough i am uncertain of blender and unity anyways can i make a program running steady short animations in 3d but yet side scripted ...
1
vote
1answer
68 views

unity3d 4.1.2 built window standalone crashed when quit application

I am using unity3d 4.1.2f1,and build a window standalone version application, but when I quit the applcation, receive a application crash, but I don't get it when using 3.5.6f4. anybody know what's ...
0
votes
1answer
20 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
29 views

Only way to get sharp lighting in Unity?

I'm creating a mesh via a script in Unity, and I'm trying to get a sharp lighting effect on each face. Think old 1980s graphics. I've found two ways, labelled 1 and 2 in my (awful) diagram below. 1 ...
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
81 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 ...
2
votes
1answer
49 views

How can you set Gendarme to run with Teamcity when doing a build?

I have set up a Teamcity server for start working with Continous Integration and having daily builds and also when VCS check-in is detected. Me and my team is now working on a videogame, we are using ...
0
votes
0answers
56 views

Steering Wheels and Rotation of Steering image GUI on touch

I am facing some problem in steering car wheels in unity and rotation of steering. I tried different methods to solve this problem but they are not accurate there is some issues in all these methods. ...
0
votes
2answers
45 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
56 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 ...
0
votes
1answer
59 views

Need Simple Server Solution: Unity 3D Asset Bundles

We have a game that is 100 MB. We will break it up into 2 files, 1 25 MB (for the app store) and the other 75 MB to be dynamically downloaded on first time game load. We don't have any web gurus on ...
2
votes
0answers
53 views

Getting MissingComponentException: There is no animation attached to the game object

Steps taken: Imported rigged/animated character (fbx file) from Blender(version 2.66a) into Unity(I believe the version I am using is 4.1.2; I know that I have downloaded/installed it within the ...
1
vote
1answer
52 views

Object reference not set to an instance of object when I return a Type

I am getting an annoying Object reference not set to an instance of object when I try to return the Grid type from another Unity script. They method works when I load player data so I dont' know why ...
3
votes
2answers
84 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
21 views

Type of rotation used in Easy Acupuncture 3D -LITE Android app

I just want the guidance to understand the rotation used by android app Easy Acupuncture 3D -LITE , here's the link to google play This app is developed in unity, i want to know the type of ...
2
votes
1answer
75 views

Vertex shader for only some vertices

I'm trying to write a vertex shader that only applies to some vertices. In Unity, text is rendered as a series of disjointed 4-vertex polys. I'm trying to transform/rotate/scale those polys, but ...
1
vote
0answers
18 views

How to change the title of the Unity3d standalone Mac player window after launch?

I need to change the title of the Unity3d standalone Mac player window after launch. The title depends on the localization, so it must be set after start and determination of the system language.
0
votes
1answer
33 views

Unity3D: creating an indoor scene e.g. classroom or dojo

I'm new to Unity3D. I've spent the better part of today going through all the tutorial materials. My question is how I should get started creating - or hopefully importing! - a 3D classroom scene or ...
1
vote
0answers
19 views

Unity OBJExporter gives Null Reference Exception

I am trying to use the EditorOBJExporter script for Unity found here: http://wiki.unity3d.com/index.php?title=ObjExporter But I appear to get this error upon using the script: ...
0
votes
1answer
52 views

Creating user owned objects generating implicit “post” action in timeline

I've been trying to use Facebook's new "user owned" objects as a way to track progression/scores in a mobile Unity game, for the user and their friends. So for each "level" completed I create a new ...
1
vote
1answer
59 views

unity 3d error how to fix it

I am starting my project and i got this error can't figure out what's wrong with it. Really appreaciate help and sorry if it's stupid question. I am still new at unity. Thanks for all the answers. I ...
1
vote
0answers
55 views

Unity3D - A shader that will clip a texture on iOS device

I'm working with Unity shaders for the first time and I have a problem with making a shader that will draw only some part of a texture. The code below works on mac standalone build, but not on iOS ...
0
votes
1answer
33 views

Custom tab is unclickable

I have some Unity .asset files which contains 3D models. I want to be able to convert / export these 3D models into a more common format which will be accepted by 3D Max. I read that I need to use a ...
0
votes
1answer
37 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
87 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 ...
0
votes
0answers
43 views

uLink messaging with RabbitMQ and Unity3D

Can a server built with node.js, for example, which can talk to RabbitMQ via a RabbitMQ node.js client talk to a uLink server? Does anyone know if there are any technical barriers to communication ...
0
votes
0answers
15 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
0answers
70 views

Unity 4. Need beginner help on Animator Controller (mechanim) and how to link to C# script

Unity 4. I am trying to learn how the mechanim system works (Animator Controllers) as part of my newbie learning cycle to Unity and C#. I can add animations in but am having a specific problem. Can ...
0
votes
3answers
63 views

Json.NET under Unity3d for iOS

has anyone succeeded to adapt/port Json.NET to a version able to run under Unity3d deployed to iOS (and the webplayer, and android, too, but these seem less problematic), somehow overcoming the AOT ...
1
vote
1answer
46 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 ...
1
vote
0answers
63 views

Increase Graphics Quality unity

How can i create best quality graphics in unity. When i put 3d models in game level there is white lines or dots on 3d models which looks very bad. I have attached the image of that 3d models. I also ...
0
votes
3answers
37 views

Delay before first touch position changes on iPhone

I have a problem using Input.touches[0].position on Unity3D. Sorry if the problem is unclear, I find it somewhat hard to describe. When I start touching the screen and very slowly start to move my ...

1 2 3 4 5 35