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 Natev215 · Oct 11, 2013 at 09:59 PM · javascriptcollisioncollidermodel

Destroy On Collision will not work with spawned AI

What's happening is when I fire my prefab gun, it doesn't destroy the "enemy"s, unless I use this script:

     function OnCollisionEnter(collision : Collision) {
         Destroy(collision.gameObject);
     }

I use this script on the prefab bullets and I can manage to destroy the enemy(clone)s. However, sometimes this results in a ricocheted bullet hitting the terrain and causing the world to disappear. I tried to use this script:

         function OnCollisionEnter(collision : Collision) {
             if(collision.gameObject.tag == "Bullet")
             Destroy(gameObject);
         }
     

However, this failed to work, I checked and made sure each model has a rigidbody, the bullet, the first person controller, the enemy, and I checked and made sure none were checked as triggers, and each model has their own collider. Can someone help explain why is this script not working?

I'd like to make it so that the first person controller can be destroyed when the enemy collides with it as well, is this possible?

Thanks!

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 YoungDeveloper · Oct 11, 2013 at 10:05 PM

Are your collision checking script is located on bullet or enemy, and did you actually add a new tag "bullet" on bullet ?

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 Natev215 · Oct 11, 2013 at 10:33 PM 0
Share

The collision script is located on the enemy(so if the bullet hits it(or its clones)it will destroy it). I did not actually add a new tag "Bullet" on Bullet, I didn't know this was necessary, how do I do this exactly, do I just write Bullet in a new user layer?

avatar image Natev215 · Oct 11, 2013 at 10:36 PM 0
Share

Thank you very much, the tagging fixed my issue, thanks!

avatar image YoungDeveloper · Oct 12, 2013 at 08:24 AM 0
Share

You're welcome, remember to mark the question as answered.

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

16 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

Related Questions

How to make collision check if other collider has component 1 Answer

Find colliders after collision? 2 Answers

Trigger Enter and Exit not working properly? 2 Answers

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

Generating A Custom Collider For Multiple Meshes - Script 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