Top "Unity3d-2dtools" questions

Use this tag if your question is about using Unity's built-in 2D features, like the Sprite type and the 2D physics engine, based on Box2D.

How to load an image from URL with Unity?

Please save me from going crazy. No matter how many times I google, I always end up with (usually deprecated) …

c# unity3d-2dtools
How to move 2D Object with WASD in Unity

My code below only works for horizontal movement. Shouldn't the vertical movement be working too? I'm just starting out with …

c# unity3d monodevelop unity3d-2dtools
How to make a sprite clickable?

I have googled plenty and only come up with really complicated methods of doing it. I also found the function …

c# unity3d unity3d-2dtools
Can I mix 2d and 3d scenes in game

I am totally new to Unity and I looked some tutorials and I want to make game which has 3 scenes …

unity3d unity3d-2dtools
Unity New UI Image changing Color not working

im trying implement health to my player using unity new UI Image system.but its not working.can anyone help …

c# unity3d unity3d-2dtools
How to use rigidbody.addforce for a bullet in a 2D game

I'm a beginner in unity and I want to recreate a 2D turn based game like worms. I have a …

unity3d unity3d-2dtools rigid-bodies
Unity 2D vs 3D differences

What are the main differences between Unity 2D project and unity 3D project! Does unity render faster 2D projects than 3…

unity3d unity3d-2dtools
Change Animator Controller by Script

I have 2 Controllers may 1-ControllerBLUE.controller (Default) 2-ControllerRED.controller How can I change the controller from script I tried: var …

animation unity3d unityscript unity3d-2dtools
Touch Controls unity 2D

I have script called PlayerCharacter to control a player on the Unity 2D Platform. It's perfect, working as usual. using …

unity3d unity3d-2dtools
Unity multiple collider on same object

I am using several box colliders on the same GameObject, the question is, is it possible to refer to each …

unity3d unityscript unity3d-2dtools