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 FrowningPigeon · Jul 01, 2013 at 07:55 PM · collision

Collision detection on cube with third person camera

What I want is to be able to destroy the cube when the third person character hits the cube...I have this code so far:

 #pragma strict
 
 var other : GameObject;
 
 function Start () {
 
 }
 
 function Update () {
 
    
 
 
 
 }
 
 
  function OnCollisionEnter(theCollision : Collision){
     if(theCollision.gameObject.name=="Character") {
     Destroy(gameObject);
     }
     }




But it is not working, the third person camera is called 'Character', and the cube is called 'Cube1'.

Any suggestions will be appreciated!

Comment
Add comment · Show 3
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 Oribow · Jul 02, 2013 at 09:37 PM 0
Share

Dont ask Question so oft. Please delte this.

avatar image ebogguess · Jul 02, 2013 at 09:58 PM 0
Share

Add a Debug line to make sure that you are actually hitting "OnCollisionEnter". From there, you can debug what the name of the collision gameObject is, and potentially get more information about your issue. (i.e. are you missing colliders, rigidbodies, etc.)

avatar image Oribow · Jul 04, 2013 at 11:07 AM 0
Share

please accept the answer when it helps you

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by Oribow · Jul 02, 2013 at 10:00 PM

Check your Collision with Tags.

  1. Make your own Tag example "Person"

  2. Add the Tag to all GameObjects from your Charactercontroller

  3. Write in the Script gameobject.tag == "Person"

Then may it works.

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

17 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

Related Questions

Adding sound javascript in unity2d 1 Answer

Cloud recognition in Vuforia 0 Answers

Creating and removing HUDs on Collision 1 Answer

JavaScript - Reset Characters Position 2 Answers

Strange problem with OnTrigger 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