Question by 
               bialotomas · Feb 15, 2021 at 10:35 AM · 
                gameobject2d game2d collision  
              
 
              Game objects wont collide
My 2 game objects wont collide, any clues on what may be happening? Thanks in advance.
void FixedUpdate() {
     //Movement
     Vector2 vectorSpeed = new Vector2(horizontal, vertical)*speed;
     miRigidBody.velocity=vectorSpeed;
 }

If you need any more information please tell me.
 
                 
                unknown.png 
                (447.6 kB) 
               
 
                
                 
                unknown-1.png 
                (323.2 kB) 
               
 
              
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
Gameobject moving too far on Input 1 Answer
How to adjust a story item text view when placed wrong? 0 Answers
Built game has huge colliders i can't reproduce in unity. 1 Answer
2d game kit ellen (player) getting glitched on collider 0 Answers
How Do I Change UI Image Anchor Position To Hover Over GameObject? 1 Answer
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                