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
11 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)
2
votes
2answers
277 views

Unity3D app crashes after applicationDidBecomeActive() on iOS

Got some problems related to Unity (on mac), iOS 6 and possibly auto-rotation. Updated Unity to 3.5.6f4 as it supposedly had support for better autorotation under iOS 6. But it still crashes when ...
2
votes
2answers
44 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
1answer
7 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
1answer
23 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 ...
-1
votes
0answers
28 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
0answers
13 views

Unity3d Shader - Too many texture interpolators

Where is the problem in the shader I getting error: Too many texture interpolators Without Emission statement error is gone. Shader "Vectoro/Bumped Specular Reflective" { Properties { ...
0
votes
0answers
26 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
19 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
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 ...
2
votes
0answers
397 views

How to integrate twitter in unity3d? [closed]

Hai friends, I am new for unity3d.In my application i need to post score on twitter .but i dont know how to integrate twitter in unity3d application. please any one give sample code or any ...
0
votes
0answers
16 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 ...
1
vote
1answer
44 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 ...
3
votes
0answers
105 views

Covariance broken in C# arrays?

Consider following generic interface ITest with a covariant type parameter T, the generic class Test implementing the interface, and a class A and with a subclass B: interface ITest<out T> {   ...
0
votes
0answers
11 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
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
422 views

Unity 3d i get an error sometimes when i shoot

MissingReferenceException: The object of type 'GameObject' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the ...
0
votes
0answers
24 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 ...
0
votes
0answers
16 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
1answer
20 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 ...
1
vote
0answers
34 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. ...
2
votes
0answers
13 views

How to Edit the character motor script to enable slide on tagged objects rather than it is greater than slope limit?

I am working on a 2.5D platforming game on Unity3D and I need my character to slide on tagged objects rather than being over the slope limit. I am using the character motor and FPS input scripts. I ...
0
votes
0answers
23 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
10 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
16 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. ...
-1
votes
0answers
43 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 ...
0
votes
0answers
18 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 ...
0
votes
1answer
457 views

Can any body tell me why i m getting Error: INSTALL_PARSE_FAILED_MANIFEST_ MALFORMED

I m working on a plugin for unity3d using java. i dont know why i suddenly get Error: INSTALL_PARSE_FAILED_MANIFEST_ MALFORMED when i m trying to install in my android device. I have made android ...
0
votes
1answer
84 views

Unity/iOS - MoPub installation - Xcode compilation errors

I've done everything EXACTLY as it is written in "Build instructions" here: https://github.com/mopub/mopub-unity-ios-plugin Import UnityPlugin's MoPubiOS.unitypackage into your Unity iOS Project ...
2
votes
1answer
39 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
1answer
142 views

Unity3D on iOS, inspecting the device camera image in Obj-C

I have a Unity/iOS app that captures the user's photo and displays it in the 3D environment. Now I'd like to leverage CIFaceFeature to find eye positions, which requires accessing the native ...
0
votes
2answers
441 views

Unity 3D Spinning a gameobject

I am trying to spin a 3D Gameobject in unity. It is actually a cylinder with just a texture of a poker chip on it. I want to spin it 360 degrees once it has collided with a raycast. It is working just ...
-1
votes
1answer
39 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 ...
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
14 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
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() ...
2
votes
2answers
469 views

AWS S3 .NET SDK

I am using Unity3D, and have try to use S3 .NET SDK. But keep getting below error: TlsException: Invalid certificate received from server. Error code: 0xffffffff80092012 ...
0
votes
3answers
2k views

Expected function body after function declarator

Trying to compile a unity3d project in xcode but i'm getting the following compile errors on the function below. Anybody know what the cause is? Using Xcode 4, SDK 4.3 and Unity 3.3 Base SDK is set ...
1
vote
2answers
38 views

Run 3d video on unity3d

One of my client want to run 3d video on Unity3d, I have two question What is format of 3d videos. Is this possible that we can run 3d video on iPhone and Android as well if it supported? Thanks in ...
1
vote
1answer
45 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"; ...
1
vote
0answers
35 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 ...
1
vote
2answers
62 views

Unity Javascript - Mecanim animator state

I'm having a big problem here. I need to know which animator state I'm currently in, in order to make something happen. I've been searching a lot on this matter but because the mecanim animation is so ...
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
27 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
21 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
22 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
21 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
44 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
28 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; ...
8
votes
2answers
238 views

A* Pathfinding over multiple grids

I'm attempting to implement A* pathfinding around a cube, the cube is made up of 6 grids and to keep it simple I have 4 methods GetXPlus, GetXMinus, GetYPlus, GetYMinus. Each method checks to see if ...

1 2 3 4 5 35