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)

0
votes
0answers
14 views

How to clone destroyed objects in unity3D?

I made a wall that get destroyed when the character touches it and then he can keep walking. I want to create the same wall after few seconds or after the character pass it , anyone knows how do it ? ...
0
votes
0answers
5 views

Placing 2d on a grid in Unity3d

I built a small MapEditor for my game in XNA. Now I want to build it in Unity3d, except I don't really understand how this works in Unity3d. So basically what I want is to create a 2d grid, where I ...
0
votes
0answers
11 views

How to use SIMD inside MonoDevelop (Unity)?

Currently I'm creating a game in Unity, the programming is done in C#. Since the code is making heavy use of vectors and matrices, I would like to use Mono's SIMD-support. The only problem is that the ...
0
votes
0answers
48 views

Converting statements into expressions

I'm looking for ideas on how to convert code into expressions in C# for Unity. We have this basic list of statements: Simple statements: assignment: A:= A + 5 call: CLEARSCREEN() return: return 5; ...
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 ...
0
votes
0answers
9 views

unity: transaparent android activity showing black background instead?

I am developing a unity plugin that allows showing a new activity on top of the existing unity activity. The new activity is a standard android activity (does not derive from unity activity, etc). The ...
0
votes
0answers
22 views

Unity - Help Shader texture coordinate

I am making a 2D water shader. For this, I use GrabPass which works well. But I am facing an issue. If I want to display the GrabPass texture I have to create my own texture coordinates because ...
0
votes
2answers
35 views

unity jumping collisions - how enemy is damaged

I am making a platformer in Unity using JavaScript. I have a Player parent object with a character controller and various child objects. I have a similar enemy with a box collider. I'm struggling ...
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
0answers
9 views

Unity3D: Network.Instantiated objects appearing on server but not client

So to simplify the scenario let's just say I have two scenes in my Unity project: the menu where connection happens and the level to walk around in. The server user (SU) will setup a game and load the ...
1
vote
0answers
25 views

Trigger/Collision not triggering properly

I have been over this a 100 times in the past. Collisions and triggers in unity. This page: http://docs.unity3d.com/Documentation/Components/class-BoxCollider.html has a collision chart which shows ...
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
11 views

Google Play Check Billing

I was asked by management about google apps billing. Currently we created android games using Unity3d and django backend to store and calculate some data. They communicate using REST, WWW class, and ...
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
1answer
18 views

unity web player download prompt

My website has a web player in it called Unity Web Player. I am working on a page that checks to see if the user has the unity web player installed. If the user already has the web player the user ...
0
votes
0answers
17 views

Unity 4 Web Player offline installation - is it possible?

I would like to know if there is any way available to install Unity web player to a PC that is not connected to the internet. The official installer installs an ActiveX component, and a NSAPI DLL ...
0
votes
1answer
20 views

How to Flip a Gameobject around Y axis Unity

I am trying this to flip a gameobject around Y axis in Unity newCellModel2.transform.rotation=Quaternion.AngleAxis(180, Vector3.up); Can anybody tell me if that is wrong or right because I am not ...
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)
-1
votes
0answers
39 views

How to draw a path using touch in unity 3d [closed]

i want to draw a line with line LineRenderer using finger position in c#. For eg: I need to define the path of a floating object seen on the screen. I draw the path with my finger starting from one ...
0
votes
1answer
8 views

Is there a way to show IME on full screen mode of Unity3d Game

I am searching a method, how to show IME on full screen mode of unity3d game. Now I only get one method : add " -popupwindow" argument to my game.exe, and set the game resolution to may native desk ...
0
votes
0answers
11 views

how to modify the local file in unity3D for mobile using Json

I am trying to find how to modify the content of an existing local file in Unity 3D. My content is JSON so that using key variable, I can easily modify. However I can't find any local file ...
0
votes
0answers
19 views

Embedded Unity 3D game always appear on top of other elements

I'm trying to embed a Unity 3D game on an HTML page which also contains some Youtube videos which are shown in layer on top of all the other content when clicked. However, the Unity element insists ...
0
votes
0answers
20 views

Unity + iOS + Xcode woes

I set up the provisioning profile, the certificate, device identifier, etc and can build my ios project with no errors. On my iPAD I see an icon with my app name but when I open it, the screen turns ...
0
votes
1answer
31 views

Consume WCF from unity3D

I have some wcf webservices that i host in IIS on localhost. I want to be able to access them from Unity3d but i get the following error when i play the scene : InvalidOperationException: Client ...
0
votes
0answers
14 views

Sending raw data using Network in Unity3D

I'm trying to create an iPad app that shows a controller and that controller sends data to a computer running the actual game. So I'm trying to send the value of the two joysticks on the iPad to the ...
0
votes
0answers
17 views

How to Get Original Position When Ever Stopping Animation in Unity3D?

I Needed To Get Original Position when Ever Stopping Animation in unity The Below Stop code works but not getting Exact start position but it come one position i.e not match to original position.i'm ...
1
vote
0answers
51 views

Is it possible to capture the iOS GPU frame time using XCode or XCode Instruments?

I am trying to write an automated profiling tool which will use XCode Instruments to load and run an iOS game, and gather profile and timing information about the rendered scene in the game. ...
0
votes
0answers
34 views

How to create side scrollable 2d terrain in unity?

Hi iam trying to build a game in which the skater will skate on the irregular terrain which is 2D and side scrolling. Iam not getting how to instantiate a terrain dynamically and in different shapes ...
0
votes
0answers
28 views

How to check if another generic list has the same values

I have a List<List<int[]>>. The List<int[]> is a generic list of coordinates (x,y) which make up a group such as (1,1) (1,2) (1,3). The other List<..> is simple a collection of ...
1
vote
1answer
23 views

Rotation issue in Unity 3D

I have two square empty GameObjects. Both have a cube Object appended as a child. The top empty GameObject is also appended as a child two the lower one. How can I rotate the top empty GameObject, so ...
0
votes
0answers
21 views

Delegate execution in Unity3d using c#

I have callbacks implements in my unity3d game in such a way that they are all nested,i.e. one callback leads to another call, whose callback leads to another call and so on upto 5 times. But the last ...
1
vote
1answer
48 views

Scene is persisting in the background even though I don't want it to

I have a strange issue with a game that I'm making. For some reason, whenever I change to another scene from my menu, the menu can be seen in the background and its buttons are active. So a player ...
2
votes
1answer
48 views

Hit incoming missile (simple projectile missile) in Unity3D

I want to make Surface to Air Missile System in unity3D that could predict the incoming missile position after time 't' and set its interceptor missile angle and position in 3D coordinates so that it ...
2
votes
2answers
59 views

points on a plane in 3D

I'm trying to figure out a way to move objects on a 3D plane that faces the camera using Unity3D. I want these objects to be constrained to the plane, which itself can move about in 3D space (the ...
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
13 views

Strange behaviour on GetUnity().SendMessage()

I'm trying to call a Unity function from Browser JavaScript. I defined the exact same function with a different name, the first one works, the other doesn't. What could be the problem ? Unity Code: ...
0
votes
0answers
38 views

OpenCV (EMGUCV wrapper) integration in Unity

As you know OpenCV is very useful library that let you do amazing and powerful things in Computer vision. So I passed a good time to figure out how to use it in Unity3d, I had many problems, and ...
0
votes
0answers
20 views

Unity3D - Inertia based turning circle

I have the following which allows the respective game object to wander around randomly: #pragma strict var Speed = 10; var wayPoint : Vector3; function Start(){ Wander(); } function Update() ...
-1
votes
0answers
49 views

Accessing Object elements by index in JavaScript

I'm new to JavaScript and really confused by the Object type. My problem is in Unity3D, but I think this is a general JavaScript problem. I'm trying to communicate between browser JavaScript and ...
1
vote
0answers
37 views

The Big Rotation / Orientation Quest in Unity

I'm working on a custom blender to unity exporter/importer(school project), and I have a bigger problem: The Rotation. I can get the Euler rotations and/or quaternions from blender, but when I want ...
0
votes
0answers
29 views

Sharky The Beaver with unity [closed]

I would like to develop an application like Sharky The Beaver in Unity3d. How can I use a camera to detect the Sphero, then replace it with a mesh?
0
votes
1answer
24 views

What is the difference between Transform.RotateAround(point,axis,angle); and Transform.RotateAround(axis,angle)

What I understand is - transform.RotateAround(point,axis,angle); This rotates the transform from point along the axis by the given angle, but then what does the following statement do ...
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; ...
0
votes
1answer
28 views

Object transform.localScale not changing

I am adding some objects in the game but for same reason, the first object I add from a generic list do not change in localScale. As you can see from the image below, the console displays that ...
0
votes
1answer
28 views

How can I save a JSON response to a file in unity3D for ios and android

I'm working on a 2D mobile game for ios and android using Unity3D. The game requires to save a JSON response to a file. I use NGUI and MiniJSON for that. I want to know how to implement that starting ...
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
30 views

Count dead enemies in Unity3D

I'm programming a racing game. You can wreck your opponents and I want to count the enemies you've wrecked. I do this in this way: if(Wrecked){ Smoke.Emit(); EngineTorque = 0; ...

1 2 3 4 5 36