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 /
  • Help Room /
avatar image
0
Question by michaeltkc95 · Aug 24, 2016 at 05:07 AM · rendererboundscollsion

Why it does not work correctly? i try to do the AABB collision among two objects, if the two objects in same position, it also does not have collision..what problems is that?

this is the code, have picture providedalt text

R1 = gameobject.getcomponent(); R2 = gameobject.getcomponent();

gameobject only have transform, sprite renderer component

public bool BoxCollision() { Vector2 temp = new Vector2 (); Vector2 temp2 = new Vector2 (); temp.x = string.IsNullOrEmpty(X.text)? 0:Convert.ToSingle (X.text); temp.y = string.IsNullOrEmpty(Y.text)? 0:Convert.ToSingle (Y.text); temp2.x = string.IsNullOrEmpty(X2.text)? 0:Convert.ToSingle (X2.text); temp2.y = string.IsNullOrEmpty (Y2.text) ? 0 : Convert.ToSingle (Y2.text);

     Vector3 boundsmax = R1.transform.InverseTransformPoint (R1.bounds.max.x, R1.bounds.max.y, 0);
     Vector3 boundsmin = R1.transform.InverseTransformPoint (R1.bounds.min.x, R1.bounds.min.y, 0);
     Vector3 boundscenter = R1.transform.InverseTransformPoint (R1.bounds.center.x, R1.bounds.center.y, 0); 

     Vector3 boundsmax2 = R2.transform.InverseTransformPoint (R2.bounds.max.x, R2.bounds.max.y, 0);
     Vector3 boundsmin2 = R2.transform.InverseTransformPoint (R2.bounds.min.x, R2.bounds.min.y, 0);
     Vector3 boundscenter2 = R2.transform.InverseTransformPoint (R2.bounds.center.x, R2.bounds.center.y, 0); 
 
     float left = temp.x - boundscenter.x;
     float right = (temp.x - boundscenter.x) + boundsmax.x - boundsmin.x;
     float top = temp.y - boundscenter.y;
     float bottom = ( temp.y - boundscenter.y) + boundsmin.y - boundsmax.y ;

     float left2 = temp2.x - boundscenter2.x;
     float right2 =(temp2.x - boundscenter2.x) + boundsmax2.x - boundsmin2.x ;
     float top2 = temp2.y - boundscenter2.y ;
     float bottom2 =( temp2.y - boundscenter2.y )+ boundsmin2.y - boundsmax2.y ;

     if (bottom < top2)
         return false;
     if (top > bottom2)
         return false;
     if (right < left2)
         return false;
     if(left > right2)
         return false;
     else
     return true;
 }

}

1.png (34.1 kB)
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.

Follow this Question

Answers Answers and Comments

65 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 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 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

How to get Canvas renderer bounds? 1 Answer

There is no renderer attached to the game object 4 Answers

How to find width and height of an gameobject with no renderer? 2 Answers

Get Component Script Error 1 Answer

Microsoft HoloLens Spatial Mapping - Wireframe Mesh not visible in Emulator 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