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 thaiscorpion · May 02, 2013 at 06:52 PM · javascriptscope

How to access a function from a script on another object

I'm trying to access a function that is in a js script on another object. I know there are lots of exaples and questions like this but none of them solve my problem and I have no idea why.

ex. http://docs.unity3d.com/Documentation/ScriptReference/index.Accessing_Other_Game_Objects.html

I have an object that is a "slot" and another object that is an "item". I have a function on my "item" script that will drop it into the slot. All of this works fine but I want to execute a function on the slot after dropping it (Since all slots will have a different function). Here is my code:

 //slot is a GameObject already stored in slot
 slot.GetComponent('SlotControler').DropItem();
 //SlotControler is the name of the script on the slot object
 //DropItem() is the name of the function I want to execute



There error I recieve is: BCE0019: 'DropItem' is not a member of 'UnityEngine.Component'.

Any help as to how I could fix this is greatly apreciated. 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
3
Best Answer

Answer by whydoidoit · May 02, 2013 at 06:57 PM

Don't know where you've been looking ;) Don't use the version of GetComponent which takes a string, it just returns a Component

   slot.GetComponent(SlotControler).DropItem();
Comment
Add comment · Show 2 · 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 thaiscorpion · May 02, 2013 at 07:01 PM 0
Share

Wow thanks for super fast reply! Now I feel like an idiot so much time lost with this :D Well at least I will learn from my mistakes, works great now!

avatar image whydoidoit · May 02, 2013 at 07:03 PM 0
Share

It does get everyone that :D It's probably "cant see the wood for the trees" problem when searching I bet.

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

13 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

Related Questions

How do I make a sword swing? 2 Answers

I want to have the map of the Hidden Object game, when the player is near the object and it press the letter "Q". The object is revealed to the player. 0 Answers

How to display GUI in sequence in trigger 3 Answers

script linking 1 Answer

problem at adding script 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