Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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 smidty · Aug 30, 2016 at 07:53 AM · c#2dcollision detectioncollider2dplatformer

Layers of collision, or multiple collisions

I am currently working on a platformer-type game. My game will need to recognize when the player runs into a wall (to initiate a wall-climb). My problem is that the player is usually colliding with the floor before they ever reach the wall. As such, the code used for colliding with the floor is being executed, while the wall collision is completely ignored. My assumption is because the OnCollisionEnter2D is being triggered by the collision with the floor, and can't be reset until the player "exits" the floor collision.

My question is, can I write my code to be able to have multiple layers of collisions running on one object at the same time (ie, the floor and the wall touching the player at the same time)? Should I place more than one box collider on my player, or is this impossible, and I should look at mixing triggers with collisions? Any feedback is much appreciated. Thanks.

Comment
Add comment · Show 1
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 Rajeesh_AR · Aug 30, 2016 at 07:59 AM 3
Share

Could you share the screenshot to show how the wall and floor are placed..

Also is it necessary for the player to have collision with the floor?? Or at what time, you don't need the floor collision ??

We have the options such as,

"collision of a abject with some objects can be removed"

or "we could off the floor collider when not needed" . And other options will be there.... So pls share the details so that it is easy to help

1 Reply

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by davidjohn123 · Aug 30, 2016 at 02:01 PM

Hi, the best thing is to use platform effector. https://www.youtube.com/watch?v=vo411mcOEP0 this is helpful

Comment
Add comment · Share
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

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

5 People are following this question.

avatar image avatar image avatar image avatar image avatar image

Related Questions

Bullet hit the collider of a child object 1 Answer

2D platformer- getting errors I don't understand (c#) 1 Answer

Problem with method Collider2D.isTouchingLayers() 4 Answers

Upon shooting, Raycast target moves infinitely 1 Answer

OnCollisionEnter2D is not working when an object tagged "Enemy" is not present. 2 Answers


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