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
1answer
100 views

How to call C# method from AS3 script?

I have two swf files. First (let's call it A) one is a kind of host application with login UI, etc. The second one (B) is generated by Unity. So, A after some actions from user load and starts B. At ...
3
votes
1answer
179 views

Receive the latest UDP packet in C#

I'm using Unity to visualize a simulation where the data from the simulation is being sent to it via UDP packets from Simulink. The problem I'm having stems from the rate at which Simulink sends out ...
0
votes
0answers
263 views

Awesomium In Unity Plugin - Webview Click event to handle via Phone Native Browser

I have successfully setup the Awesomium in unity3d. Its really nice plugin. Webview - URL used to show an image and on clicking of the image load the page in separate window. Now I can able to see the ...
0
votes
0answers
79 views

ControllerColliderHit makes position change in unity 3d

I attached a script to a character controller. When my character controller hit on any collider, transform positon of character controller changes. void ...
0
votes
1answer
120 views

Passing IOS native objects back to unity3d

I implemented IOS plugin with couple of simple methods to interract my unity application with native static library. The problem, I faced, is passing back native UI elements(objects) to unity. F.e ...
-1
votes
2answers
93 views

object movement as wave in Unity 3d

I created a object in unity GameObject monsterclone = (GameObject)Instantiate(monsterPrefab, floorPosition, Quaternion.identity); This object should move in a wave style from a limit1 to ...
0
votes
1answer
84 views

Integration Awesomomium in Unity - RenderBuffer is an ambiguous reference between UnityEngine.RenderBuffer and AwesomiumMono.RenderBuffer

I have to integrate Awesomium in Unity 3d. I have went over the steps defined in http://labs.awesomium.com/unity3d-integration-tutorial-part-1/ But when i have to drag the webTexture.cs over the ...
0
votes
1answer
75 views

UNITY Lose one life when player hits the water

I want to change the number of lives every time the player hits the water. I wrote this code so far: public var dieSound:AudioClip; static var lives = 3; function Start () { } function Update () { ...
1
vote
1answer
377 views

Loading a PNG as a Texture at Runtime in Unity3d

I'm using a series of PNGs as sprites to create animations on a plane for an augmented reality application in Unity. The PNGs are loaded as textures and the textures are applied to a plane to create ...
0
votes
0answers
44 views

create simple brush tool using Blit, RenderTexture and a shader

I am trying to create a trail of a texture (i.e. a brush) on a "canvas" (i.e. a plane with a material+shader attached). I am doing this by creating a RenderTexture that will act as my "buffer" ...
0
votes
1answer
466 views

Useful examples of Kinect in combination with Unity?

My colleague and I are working on a project where we need to use Kinect to control an application made in Unity. We have familiarized ourselves with Kinect and Unity, but we can't find any examples or ...
0
votes
1answer
49 views

Switch between opened files in MonoDevelop Unity

How can I switch between opened files in MonoDevelop opened from Unity. ALT-TAB doesn't work. Any ideas? Thanks.
2
votes
1answer
59 views

How can one compile libgit2 into an OSX Application Bundle?

The OSX answer to Window's .DLL files is a 'bundle', or so I've been reading, and I can't quite figure out how to get started building libgit2 into something useable. I normally work on Windows, and ...
1
vote
0answers
67 views

Suppress iOS Console Output “Unloading xxx unused Assets…”

Is there any way to suppress console output in iPhone player when a new scene is loaded using Application.LoadLevelAdditiveAsync or similar methods? Unloading 7 Unused Serialized files (Serialized ...
0
votes
1answer
311 views

Unity3D visible seams on borders when tiling texture

For my game I have written a shader that allows my texture to tile nicely over multiple objects. I do that by choosing the uv not based on the relative position of the vertex, but on the absolute ...
0
votes
1answer
108 views

Boss Battle State Machine in Unity

I'm trying to build a boss enemy using a simple state machine for his different behaviours. I'm trying to build an Attacking and Waiting state as it is, but I'm running into some issues. How can I ...
0
votes
1answer
73 views

Is there a way to add water to a Unity3d project that is combatible with mobile platforms

I am working on a Unity3D project, I have Unity Pro which comes with water4. I realize I will not be able to use this if I'm trying to make a game that works on mobile devices. Does anyone have an ...
-1
votes
2answers
166 views

Are Skyrim models open source? [closed]

I plan to make a new game using Unity3d. I recently learned that Skyrim models could be ripped using some software along with the animation. So, I was just wondering whether I can use the ripped ...
6
votes
1answer
157 views

Problems when trying to use ksp/unity3d binaries?

I'm trying to use the kerbal space program (ksp) binaries to read in one of the ksp part models, I've added the ksp binaries and UnityEngine.dll under references then I'm doing the following: Planet ...
1
vote
1answer
171 views

Consuming a Quiz web service with C#

I am currently making a Quiz web service using C# in Unity 3D. I am relatively new to C#. I've ran into a problem that I cannot seem to fix on my own. I am able to retrieve all of the questions and ...
0
votes
1answer
226 views

Unity Shader: Deform a 3D model using vertex shader then apply specular using surface shader

I need help in applying a specular shade in a 3D model after I deformed it in CG vertex shader. I don't know how to do it in Unity shader. I already searched in google and there are no hits of what I ...
0
votes
1answer
214 views

Camera shake on collision in unity 3d

http://answers.unity3d.com/questions/212189/camera-shake.html I've followed the question's answer above to try and get a camera shake working for my first person camera. But I've tried to modify it ...
0
votes
0answers
154 views

Vuforia AR sdk unity extension ARcamera feed

Are there anyway I can replace the unity ARcamera feed with a custom image or video in Vuforia SDK Unity3D extension? I want to replace the direct camera feed with a static predefined image/video.
0
votes
1answer
275 views

Which is framework is better for RAD - Corona, Actionscript, HTML5, Unity or Marmalade? [closed]

Before you condemn this as subjective, consider that there are differences between different frameworks. Writing something with PHP, I assume, is probably a lot less verbose and thus time consuming ...
1
vote
1answer
70 views

I'm trying to animate a character's hair programatically. What's the best approach for this?

I've programmed a cloth simulation in JavaScript (see link) that I would like to use to control the hair and clothes of a character programatically. That is, I'd "pin" some vectors on the mesh, get ...
0
votes
1answer
59 views

OnGui elements interacting with other OnGui elements

Within my 2d game i wsih to have a number of OnGui elements there for the user to select, however, the cursor that im using is another ongui element(using kinect to navigate) is this possible by any ...
0
votes
0answers
82 views

Unity3d OpenGL 2.0 problems

Hy , I am new to game development and i have a problem. I am making a game using Unity 4. I use OpenGL 2. Everything runs ok , smooth , jumping is ok and so on ALL this on Galaxy S2 , Galaxy Tab (7 ...
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
2answers
251 views

Unity3d iPhone SQLite database is empty when launch the app in iOS Device

I am creating database connection in my Unity3d game and i am deploying it on iOS device. Database connection is working fine but my database is empty though i have pre-fill it before launch. I am ...
0
votes
1answer
206 views

I'm Getting this error in Unity3D - NullReferenceException: Object reference not set to an instance of an object

I'm getting an error while developing FPS game in Unity 3D NullReferenceException: Object reference not set to an instance of an object Node.OnDrawGizmos () (at Assets/Node.cs:14) It working ...
5
votes
2answers
287 views

Unity3d - ios duplicate method found with fmod

I am using an fmod plugin for Unity3D. Compiling to Windows and OSX is fine because I can dynamically load the DLL/dylib. The problem comes when I compile for iOS. I use [DllImport("__Internal")] ...
0
votes
1answer
50 views

percentComplete for Achievements not returning with decimal values

From this thread: about percentComplete in GKAchievement I've managed to report achievement progress so far and I have no problems when the progress submitted doesn't include decimal values like do a ...
0
votes
3answers
94 views

Lerp an object based on timers

I'm trying to make a target lerp between two objects based on a timer. At the moment, I have the following code: float distCovered = (Time.time - waitTime) * speed; float fracJourney = ...
4
votes
1answer
346 views

EXC_BAD_ACCESS (SIGABRT), ios crash log

I have some problem with my iPhone/ipad app. its published in app store, but now it seems like a few users experiences crashes when they try to start the app. Sometimes it helps with a hard reboot. ...
0
votes
0answers
181 views

Upload Photo C# Unity3D NOT Unity Web Player

I success to Upload a Photo and add it to my Photos Albums ^^ But i need the active User Token or if i do that : IDictionary<string, object> result = ...
0
votes
2answers
144 views

In Unity Physics.gravity for x & z directions are not working in one script

I have one Sphere and I wanted to change gravity(in X & Z) according to Tilt(Input.acceleration). But its not working. For changing the gravity I am using the following code: ...
0
votes
3answers
236 views

Check a value exist in array in unity 3d

I have two script. Script1 Script2 In Script1 i declared a arraylist it contains value 2, 4, 6, etc... public static ArrayList aArray= new ArrayList(); function update(){ if(bool1) { ...
0
votes
0answers
95 views

Importing Animations using multiple model files

I have made 5 animation in blender with different mocaps and save each file with different name in fbx. So now i have 5 fbx file having different animation. I have import a fbx file having no ...
0
votes
2answers
56 views

Moving Platform works most of the time, but occasionally falls through and/or is jittery

I'm writing a 2D game and I'm trying to get moving platforms to work. After doing some previous investigation, I have it ALMOST working. The idea is to have 2 platform objects with colliders: 1 a ...
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 ...
-4
votes
1answer
73 views

Reducing the speed of bouncing ball in unity [closed]

I have a ball that is bouncing continuously, I want to reduce the ball bouncing speed such its bounciness gradually reduces and finally comes to end. This I want to do in unity. How?
0
votes
2answers
26 views

how to properly use getComponants to get a audio array?

Alright, so I got this code I shrunk down to one line: gameObject.GetComponents(AudioSource)[0].audio.Play(); This line gives me this error: InvalidCastException: Cannot cast from source type to ...
3
votes
1answer
42 views

float division in unityscript

Why does this code give 536870912 as output and not 536870911.5? var z : double = 1073741823.0 / 2.0; Debug.Log(z.ToString("F15")); And how can I get it to output 536870911.5? This seems odd 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
2answers
167 views

Finding the intersection of a line

So I've been banging my head over this relatively simple algorithm. I'm not sure what's wrong in my code yet I'm not getting the intersection point where they are actually intersecting. I'm using ...
4
votes
3answers
159 views

Stay on Moving Platforms

I'm writing a 2D Platformer in Unity and I'm trying to get the player to stay on a moving platform. I've done searching and tinkering for a day or two now, and I'm not having any luck. Basically, ...
0
votes
2answers
65 views

Send Enum value in another script?

I would like to pass an enum value in a function of another script (in C#, and Unity3d), if I directly pass them through public variables, I have got an "Inconsistent accessibility" error (field type ...
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 ...
1
vote
1answer
66 views

How to be notified o a Component or child GameObject has been added to a GameObject

Is there anyway I can be notified (possibly through some method/event raised) when a Component is added to a GameObject (and even child GameObject)? I'd like to be notified(possibly in some editors ...
0
votes
1answer
84 views

How to use static C++ library in unity?

I'm building an app on iOS based on Unity3d, and I need a static library(.a) linked in unity. But it seems you can't import .a libraries directly in Unity, and you have to import it in XCode ...

1 4 5 6 7 8 36