• 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 /
This question was closed Apr 28, 2017 at 05:33 PM by melbok for the following reason:

The question is answered, right answer was accepted

avatar image
0
Question by melbok · Apr 28, 2017 at 12:39 PM · colission

How to change a value of a collider?

Hello, I am trying to change the value of scriptTwo using scriptOne when the objects, the two scripts are attached to, collide. Here are my scripts:

 using System.Collections;
 using UnityEngine;

 public class ScriptOne : MonoBehaviour {

     public float newValue = 1.5f;

     void OnCollisionEnter(Collision obj){
     
         obj.gameObject.GetComponent<ScriptTwo> ().Value = newValue;

     }
 }


ScriptTwo:

 using System.Collections;
 using UnityEngine;
 public class ScriptTwo : MonoBehaviour {
     public float Value = 1f;
 }

But when the two collide, Value of ScriptTwo is still 1. Is there a way of fixing this?

Comment
Add comment · Show 2
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 ADAMN721 · Apr 28, 2017 at 03:07 PM 0
Share

Have you tried to debug this to see if your collision is being detected? Your code looks okay so my thoughts would be your collision is not being detected for some reason.

avatar image melbok ADAMN721 · Apr 28, 2017 at 05:04 PM 0
Share

It looks like the collision is not being detected

1 Reply

  • Sort: 
avatar image
0
Best Answer

Answer by melbok · Apr 28, 2017 at 05:23 PM

I know what I was doing wrong, I didn't have a box collider. It works now, thanks.

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 shrippie · Jan 29 at 10:21 AM 0
Share

can you tell me cuz im having a problem trying to change my side ways friction on my wheel collider

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

6 People are following this question.

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

Related Questions

No Tree Colide 1 Answer

My Box collider 2D does not follow the sprite when its jumping. 2 Answers

support not detected collision and Leasehold 0 Answers

Knockback not working 1 Answer

change ball direction when hitting paddle 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