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 Robfella · Jan 23, 2015 at 09:03 PM · collidermeshissue

Mess collider issue

I am trying to catch apples in a basket and keep them there to see how many could be accumulated till the end of a round. I am using a mesh collider and instead of catching the apples, it holds them for only a moment if I'm not moving and then they fall through the bottom when I move. I'm not sure what to do in order to hold the apples(with the potential to drop them due to the games physics, out of the top, but that is beside the point). Does anyone know how to stop the apples from falling through the bottom, what might be causing this?

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 Glurth · Jan 23, 2015 at 11:06 PM 0
Share

there are a few different options you can use for a collider. Which ones are you using? $$anonymous$$ight want to play with those options, if you haven't yet, to see if that helps. Also, since your using the physics engine so heavily, it might also be a good idea to move the basket with rigidbody.addforce(), rather than directly adjusting it's velcocity or position.

2 Replies

· Add your reply
  • Sort: 
avatar image
2

Answer by DanSuperGP · Jan 24, 2015 at 12:11 AM

How you are moving the basket is probably responsible for it. If you are changing it's transform, then you are in essence... teleporting the basket around rather than moving it.

Instead of changing the transform, use Rigidbody.MovePosition or RigidBody.MoveRotation. This will simulate the motion between you starting and ending positions rather than teleporting to the next position.

Comment
Add comment · Show 1 · 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 Glurth · Jan 24, 2015 at 03:23 PM 0
Share

oooo! I didn't know bout those functions, thanks Dan!

avatar image
1

Answer by LessThanEpic · Jan 23, 2015 at 11:11 PM

There's a decent chance that if you're moving the basket too quickly the physics wont catch the collision (google unity fast moving colliders to read more about the problems there). Have you tried parenting the apples to the basket once they've been caught?

Comment
Add comment · Show 1 · 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 Robfella · Jan 24, 2015 at 12:07 AM 0
Share

I want there to be a potential to lose them. The basket swings on a pendulum, and the fixed point actually moves on the x axis

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

Collision Issue (Unity bug?) 0 Answers

[Particles] Restrict particles inside a Mesh 1 Answer

Ball falls through floor 0 Answers

Have a collider spit out any intersecting colliders to the closest next to them where there is no collision 0 Answers

Re: Maya .FBX and Mesh Collider Issue 0 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