About 89,200 results
Open links in new tab
  1. unity game engine - How can I draw a circle in Unity3D? - Stack Overflow

    Dec 4, 2012 · How to draw circle in Unity 3d? I want to draw a circle around different objects. The radiuses of the circles are different and the circles have textures - squares.

  2. c# - Draw circle around gameobject to indicate radius - Game ...

    Jul 31, 2016 · Great little script for Unity that makes a LineRenderer component shape into a circle or ellipse, given the number of line segments along with x and y radius. Example 1:

  3. How to draw circle in unity by shader and anti-aliasing

    Sep 22, 2016 · How to draw circle in unity by shader and anti-aliasing Asked 9 years, 2 months ago Modified 8 years, 4 months ago Viewed 18k times

  4. sprites - Draw 2D circles/squares efficiently with Unity - Game ...

    Apr 7, 2022 · I'm doing a lot of 2D simulations using Unity, and I usually instantiate a lot of squares/circles sprite. When the number of sprites reaches 1k or higher, the FPS usually reduces to …

  5. c# - Unity2D - How to move AND rotate a gameobject around a circle …

    Mar 29, 2020 · Unity2D - How to move AND rotate a gameobject around a circle in a 2D game? Asked 5 years, 8 months ago Modified 4 years, 9 months ago Viewed 4k times

  6. Controlling/moving an object in a circular motion in Unity

    Jun 8, 2015 · Basically, I want it so I can move an object left or right, but in a circular motion, rather than a straight line. This is because the object is the child of another sphere, and I want to move the ...

  7. user interface - Mask UI Image/RawImage - Stack Overflow

    Jun 28, 2017 · The circle sprite is imported as Sprite for Texture Type. This problem also happens with the other shapes, such as triangle. I am using Unity 5.6.0b9 Personal. Build target is PC, Mac, Linux …

  8. How to properly visualize Physics2D.CircleCast function in Unity?

    Jan 23, 2021 · Although the circle's position is now located around the CircleCast measure, I am missing the distance value that I also added to the Physics2D.CircleCast() function. So my question is how …

  9. How can I draw a circle using linerenderer and make it the circle as ...

    Jul 27, 2020 · Consider adding a clickable "handle" object that you can drag in the scene view. When it's moved, update the radius of your circle and recalculate the points. It may be more efficient to create …

  10. c# - Creating a 2D Circular Mesh in Unity - Stack Overflow

    May 31, 2018 · Creating a 2D Circular Mesh in Unity Asked 7 years, 6 months ago Modified 3 years, 9 months ago Viewed 15k times