- Home /
 
 
               Question by 
               delorean225 · Aug 31, 2015 at 06:37 PM · 
                2diosupdatecollider2d  
              
 
              [2D] Check if 2 parts are touching in an update loop?
Hello, Unity Answers. Lately I've been trying to make a game where you can place 2D parts down on a grid to create things. I need to make my editor script so that when you're placing a part it doesn't allow you to place it so it overlaps other parts. IsTouching doesn't work if I call it in an update loop, and OverlapCircle doesn't appear to either. Is there a way to do it?
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
iOS profiling help 0 Answers
2D Animated tile synchronization 0 Answers
Incorporate a gameObject upon a rotating gameObject so that it follow the rotation motion 0 Answers
2D Sidescroller: Change camera position? 1 Answer
Simultaneous Touch Drag Controls 0 Answers