• 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 PcMaster24 · Mar 01, 2014 at 01:25 PM · 2djavascriptcollisionrigidbody

Different results between "ContactPoint" and "ContactPoint2D"

Hi , i'm trying to get a starter kit working with the new unity 4.3 2D collisions.

So far so good but i have one last problem ,i need to use OnCollision2D for Wall Jumps and other things but with OnCollisionStay2D : collisionInfo return different results from OnCollisionStay.

    function OnCollisionStay2D(collisionInfo : Collision2D){
    if(!playerMovement.player_can_move)return;
 
     for (var contact : ContactPoint2D in collisionInfo.contacts) {
     Debug.DrawRay(contact.point, contact.normal * 10, Color.blue);
         if(GetComponent(CircleCollider2D))
         {
          Debug.Log(transform.TransformPoint(contact.point).x);
             if(transform.InverseTransformPoint(contact.point).x<-0.2)
                   wall_left=true;
             if(transform.InverseTransformPoint(contact.point).x>0.2)
                   wall_right=true;
         }
     }
     }



3D scene : Debug.Log(transform.TransformPoint(contact.point).x) => is always (>-0.2 or <0.2) if no wall is touched.

2D scene : Debug.Log(transform.TransformPoint(contact.point).x) => i have (>-0.2 or <0.2) when i land from a jump but the value just change incrementally when player move right/left with no limits.

A picture with more details http://img15.hostingpics.net/pics/258273Capturedcran20140301113412.jpg

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

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.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

20 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

Related Questions

Setting Scroll View Width GUILayout 1 Answer

Having problems with 2d collision triggers (javascript) 1 Answer

Can someone help me fix my Javascript for Flickering Light? 6 Answers

I am having issues with my Jumping Script. 2 Answers

Collision between two kinematic rigidbody triggers 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