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.

Password InputField Censored (****) - Logging and Registration

I am planning to do logging and registration. But I have a problem. I cant make the pasword InputField to …

c# android unity3d unity3d-2dtools
Unity Error: UnityEngine.Component' does not contain a definition for `velocity'

I am very new to C#, so forgive me if this is obvious. I am following the steps in this …

c# unity3d unity5 unity3d-2dtools
Recommended Approach to multiple colliders

I am have some difficulty with what is probably a very silly thing. I have an enemy gameobject that depending …

unity3d unity3d-2dtools
How to clear LineRenderer path to redraw the line?

I have a LineRenderer path to show the path of the GolfBall. Please see in the image, maroon colour path. …

c# unity3d unity3d-2dtools
How can i create a 2D 'curve' collider

I'm trying to search an smart way to create curves like the next one (using Unity3d 2D part (without …

unity3d unity3d-2dtools
Unity scrollview can't scroll to the end

I have a scrollview.Horizontal and vertical scrollbars are removed because it is ugly and I have space constraint. When …

unity3d unity3d-2dtools
How to write a Unity Shader that respects sorting layers?

I want to sort my Sprites using Unitys sorting Layers. I attached a custom Shader to one of my Sprites. …

unity3d shader cg unity3d-2dtools
Slow rotation down in Unity Animator

I have a simple rotation animation that spins an object on its axis. At the moment its spinning too quick …

animation unity3d unity3d-2dtools
Positioning UI elements with Anchor Presets via code

When we position UI elements in Unity, we fix the position from Anchor Presets, so that it's position is placed …

c# unity3d unity3d-2dtools