Top "Unity3d" questions

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

How to start an Android activity from a Unity Application?

I know this seems to be a trivial question but I could not find any concrete answer anywhere on the …

c# android mono unity3d interprocess
VS Code IntelliSense not working for Unity3d

Problem: IntelliSense is not working for Unity specific methods and functions (i.e., Update, FixedUpdate, Awake, etc.). It does work, …

c# unity3d visual-studio-code
Unity - How to stop Play Mode in case of infinite loop?

I just made a silly mistake and inside the void Update() instead of writting an if(var) I wrote while(…

c# unity3d
Drag object in Unity 2D

I have looked for an object dragging script for Unity 2D. I have found a good method on the internet, …

c# unity3d drag
How to create VR Video player using Google Cardboard SDK for Unity

I just downloaded Google Cardboard SDK for unity. I am fine and able to create VR project. Setup is fine …

unity3d google-cardboard virtual-reality
Collision detection not working unity

First, I know that this question has been asked a lot, but I cant find a solution, so mi problem …

c# unity3d collider
Unity vs Libgdx vs Cocos2d-x

I'm a Android and a Software Programmer. Currently I know three languages C++, C#, Java. Now I want to make …

cocos2d-iphone unity3d libgdx game-engine
Unity3d integration with android

I need to create an android application which consists of parts written on Unity3d (animation and so on) and …

android plugins java-native-interface unity3d
Unity 4.3 - understanding positions and screen resolution, how to properly set position of object?

Using Unity 4.3 in 2d mode I have a GameObject which is a sprite (in the SpriteRenderer I've setted the sprite), …

c# unity3d
How to Prevent RigidBody from passing through other colliders

I've got a coin RigidBody and walls around it with box colliders. For trial purpose I've applied the following code …

unity3d game-physics unityscript rigid-bodies