Top "Unity3d" questions

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

C# game development after XNA

I am a game developer who made games in .Net languages with XNA for the past four versions of it. …

c# xna unity3d
Unity 3D: What is the Android Bundle Version and Version Code and how do they relate?

a) What does the Android bundle version and version code denote? b) What is the difference between the bundle version …

android version google-play unity3d android-version
Unity - IEnumerator's yield return null

I'm currently trying to understand IEnumerator & Coroutine within the context of Unity and am not too confident on what …

c# unity3d yield coroutine ienumerator
Raycasting to find mouseclick on Object in unity 2d games

I am trying to delete the object on which the mouse is clicked. I am making a 2D game using …

unity3d unityscript
Flipping a 2D Sprite Animation in Unity 2D

I've got a quick question regarding 2D Sprite animations that I haven't been able to find specifically answered anywhere: I …

c# animation unity3d 2d sprite
How can I code my game to work on every resolution of Android devices? (with Unity)

I have a game what I made in 480x320 resolution (I have set it in the build settings) in Unity. …

android unity3d screen-resolution
How to Rename a Unity Project?

I want to change the name of a Unity project to something else such that Unity Editor shows the new …

unity3d
Working with Unity3D and Visual Studio 2013

how do i get Unity3D for debugging the code, and Visual Studio 2013 which i have now to only script …

c# visual-studio unity3d visual-studio-2013
Awake() and Start()

I see that we can initialize Variable in Awake() or Start() and Awake() will be called before Start(). When should …

unity3d
Sending http requests in C# with Unity

How can I send HTTP GET and POST requests in C# with Unity? What I want is: send json data …

c# http unity3d