Physics2D.CapsuleCastAll
Physics2D.CapsuleCastAll documentation says that "The colliders in the array are sorted in order of distance from the origin point"
but my result rotates regardless of distance. please help solve the problem
   public  void Update()
         {
             RaycastHit2D[] raycastHit2Ds = Physics2D.CircleCastAll(transform.position, int.MaxValue, Vector2.right,0);
 }
 }
 
                 
                download-1.png 
                (187.6 kB) 
               
 
              
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
Position of empty game objects 1 Answer
What is Screen-Space Error 0 Answers
how to use vectors to control an outcome 0 Answers
Error with vector3.distance 0 Answers
How to play a sound ONCE when the gameObject tagged as , "Player" enters the trigger ? 0 Answers
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                