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 Svejj · Jan 07, 2015 at 11:20 PM · rigidbodyjointsrigidbodiescolliding

Fixed Joint Rigidbody Colliding

I just recently created a projectile shooter by getting help from Unity3D forums and documents but I got a new problem that I havnt been able to find a solution to.

I'm shooting a prefab(a arrow but it's just a cylinder at the moment) and I've added a "joint" script to them also meaning if I hit something, they stick to that object and so far it looks good except the arrows stick to each other like, if I shoot more than one arrow at the same spot, it builds up on each other...

I would like to make the arrows pass through each other and not colliding but I have no idea how to do that as I tried to turn of the colliders of the prefab with no luck as the rigidbody wouldnt work if collider was off.

Im just posting a bit of the script here incase anyone wants to correct something

     void ReleaseArrow()
     {
         Rigidbody boltinstance;
         boltinstance = Instantiate(BoltPrefab, barrelEnd.position, barrelEnd.rotation) as Rigidbody;
         boltinstance.AddForce(barrelEnd.forward * Speed);
     }


Joint script

     void OnCollisionEnter(Collision c)
     {
         var joint = gameObject.AddComponent<FixedJoint>(); joint.connectedBody = c.rigidbody;    
 
     }


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
0
Best Answer

Answer by DanSuperGP · Jan 07, 2015 at 11:24 PM

Put Arrows in a layer called Arrows, and then turn off the Arrows/Arrows checkbox in the Physics Collision Matrix in Physics Settings

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

2 People are following this question.

avatar image avatar image

Related Questions

Connect rigidbody to another moving rigidbody to simulate a hanging weight 0 Answers

Using Configurable Joints to Mimic Animated Bones - rotation issue 1 Answer

How to give dynamically add mass to a gameobject from volume(collider.bounds.size) and density 1 Answer

How do I make a fixed RigidBody always face the direction of the RigidBody it is fixed to (Unity2D) 0 Answers

How do I connect multiple spheres using joints and make a character? 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