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 Volix · Jan 11, 2013 at 09:55 PM · errordestroyturret

turret not getting destroyed

hello (just to let you know i'm a newbie)

i am making a game where you have to shoot at turrets but every time i shoot at turret it wont get destroyed!

here is my coding! #pragma strict

 function OnTriggerEnter(hit : Collider)
 {
     if (hit.gameObject.tag == "wormBullet")
     {
         Destroy (hit.gameObject);
         Destroy (gameObject);
     }
 }

and here is pic of my turrets properties! http://imgur.com/TnhGo,c2zos

thanks in advance!!!

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 AndyMartin458 · Jan 11, 2013 at 10:07 PM

I'm noticing that you have this script on the top part of the turret. When you run the game in the editor, is this top part of the turret being destroyed while the base remains?

You probably want to put these scripts on the root game object, smallturret.

@Volix OH! I see the problem now. You are using OnTriggerEnter, but under SphereCollider, you have not ticked the Is Trigger box. You'll need to use OnCollisionEnter instead or tick that trigger box (which will keep it from being able to have any physics interactions).

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 Volix · Jan 11, 2013 at 10:24 PM 0
Share

O$$anonymous$$G! it worked! i love you and i will never forget you! THAN$$anonymous$$S!!!

avatar image AndyMartin458 · Jan 11, 2013 at 10:29 PM 0
Share

hmm, that makes me think that it is never getting into this part of the code. Have you tried running it in the debugger to ensure this code is being called. Try adding Debug.Log("Called Destroy"); and check the console when you're running the game to see if it called the code. If it didn't then you're problem is that the trigger is not getting triggered.

avatar image AndyMartin458 · Jan 12, 2013 at 04:35 AM 0
Share

Yay! I'm so glad to have helped!

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

9 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Scripting error comes up when I press play 1 Answer

NullReferenceException - When destroying Object 1 Answer

Why won't my script load? 1 Answer

Destroyed Object Stops Scipt 1 Answer

Why Can't I Destroy This Object? 4 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