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 rwols · Aug 30, 2016 at 11:46 AM · physics2dboxdocumentation

Parameters of Physics2D.BoxCast are unclear in the documentation

Looking at the documentation for BoxCast, it seems there are multiple ways to interpret the first two parameters origin and size. Notably, we could have

      +------ size.x -------+
 [origin] ------------------+  +
      |                     |  |
      |                     |  size.y     (1)
      |                     |  |
      +---------------------+  +



      +------ size.x -------+
      +---------------------+  +
      |                     |  |
      |                     |  size.y     (2)
      |                     |  |
 [origin]-------------------+  +



                 +- size.x -+
      +---------------------+  +
      |                     |  |size.y
      |       [origin]      |  +          (3)
      |                     |
      +---------------------+


So which one is it? For what it's worth, having the pivot of a 2D sprite character at its feet (so at the center bottom) seems to not align with the parameters of this function.

EDIT: it turns out this is the correct picture:

      +------- size.x ------+
      +---------------------+  +
      |                     |  |
      |       [origin]      | size.y      (4)
      |                     |  |
      +---------------------+  +
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

1 Reply

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

Answer by MelvMay · Aug 30, 2016 at 12:05 PM

The origin of all shapes is the center point. Just like the BoxCollider2D defines the Box, you have a box of the specified size centered on the Origin.

Comment
Add comment · Show 3 · 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
avatar image rwols · Aug 30, 2016 at 12:17 PM 0
Share

This doesn't really answer the question. In any case, if you have a BoxCollider2D component, what will "Just Work" is to set the origin to GetComponent<BoxCollider2D>().bounds.center and the size to GetComponent<BoxCollider2D>().bounds.size.

avatar image MelvMay ♦♦ rwols · Aug 30, 2016 at 12:53 PM 0
Share

A box centered on the origin of the specified size. How does this not answer your question?

None of your diagrams are correct. The origin is the center as per diagram (3) and the size is the full size of the box as per diagrams (2) + (3).

avatar image rwols MelvMay ♦♦ · Aug 30, 2016 at 02:47 PM 1
Share

Right, I understand. Thanks!

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

68 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 avatar image avatar image avatar image

Related Questions

When friction on physic material 2d is at 0 my player slide 0 Answers

Different rigidbody2D not working together? 2 Answers

Uneven Jump Heights 1 Answer

Unity Overlap Point Causing Error 0 Answers

My character flies upwards instead of jumping (2D) 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