Top "Unity3d" questions

Unity is a cross-platform game engine by Unity Technologies.

Unity Scripts edited in Visual studio don't provide autocomplete

When I want to edit C# Unity scripts, they open in Visual Studio. It is supposed to provide auto complete …

c# visual-studio unity3d intellisense
"A namespace cannot directly contain members such as fields or methods" in Net.Reflector

I am trying to use this code for NET.reflector using Reflexil. I am trying to replace code with this: …

c# button unity3d keycode reflexil
How to use Git for Unity3D source control?

What are best practices for using Git source control with Unity 3D, particularly in dealing with the binary nature of …

git unity3d version-control
Serialize and Deserialize Json and Json Array in Unity

I have a list of items send from a PHP file to unity using WWW. The WWW.text looks like: [ { "…

c# json unity3d
How to make the script wait/sleep in a simple way in unity

How can I put a sleep function between the TextUI.text = ...., to wait 3 seconds between each phrase? public Text GuessUI; …

c# unity3d monodevelop sleep wait
How to prepare a Unity project for git?

What are the steps necessary to prepare a Unity project for committing to a git repository eg. github? I don't …

git unity3d
not finding android sdk (Unity)

Error: Invalid command android UnityEditor.HostView:OnGUI() CommandInvokationFailure: Unable to list target platforms. Please make sure the android sdk path …

android unity3d
How to prevent colliders from passing through each other?

I am having trouble keeping game objects inside of a contained space. When they reach the edge, there is some …

unity3d game-physics
What Language is Used To Develop Using Unity

What language does one need to use when programming with Unity? Or is it an API for many languages? I …

unity3d
Unity 2d jumping script

Does anyone have a good jumping script for 2d games in unity? The code I have works but still is …

c# unity3d physics