Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by DallonF · Apr 07, 2014 at 01:31 AM · 2dcollisionphysicsnetworkingtopdown

Rigidbody2D characters push each other

I'm currently working on a top-down multiplayer game. I'm pretty happy with how my networking code is coming along, but I don't like how it behaves when two players collide - the movement and prediction gets very choppy as the two Rigidbody2D characters try to push each other around.

After some deliberation, I've decided that I just don't want them to push each other - I'd rather just have another player act as a wall that blocks your progress. You can't move any closer towards them and they can't move towards you. Unfortunately, I don't see a simple way to do this. You'd think it'd be built into the physics engine, but it's starting to look like I'll have to integrate a custom movement system to do this.

If anyone sees a simple solution to this, please do spare me the pain of working around the built-in physics to make this work.

Comment
Add comment · Show 2
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Ed unity · May 05, 2014 at 07:22 PM 0
Share

You could use Triggers to make it much easier than rewriting the collision altogether. Another option would be to wait for OnCollisionEnter and then calculate the direction towards the colliding object and prevent the player from moving in that direction using a bool toggle.

avatar image SunriseKingdom · May 06, 2014 at 08:10 AM 0
Share

Turn on Trigger, Then if you want a object to hit into it you can use a code like this one

  function OnTriggerEnter2D (other : Collider2D)
     {
     
     }
 

   

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

24 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Why is there no Rigidbody2D.SweepTest() ? 1 Answer

2D Colliders do not register collision 1 Answer

Can I detect the impulse of a 2D Collision? 0 Answers

Display 1 No cameras rendering when player collides with enemy 1 Answer

rigidbody2D.addforce in collider 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges