Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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 beco13 · Jul 02, 2011 at 09:17 AM · iosvariables

scripting question

I have this 3 script : script A , B and C. the script main concept : first thing is I load script A then a variable from script B is changed ( this works).

Then I load a function X in script C using script A. the function in script C changes the variable data in script B. All compile is fine...

but when I run the program and do the script, it goes hang.... wonder that if unity can't handle that?or is it an iOS limitation?

Here's some scripts from script A

function AccessScriptB() { if( touchWithinRange && scriptB.heroTrue == false) { scriptB.heroTrue = true; scriptB.heroImage = heroImage1; scriptC.X(); } }

Script C function is

function X() { scriptB.hNU = hN;}

the function X only has that line of command since I want to change it from script C for future update preparation

touchWithinRange is a range Selection Box

hNU is a static var in Script B

heroTrue is static var in ScriptB

hN is a static var in Script C

while in script B I only shows the variables in OnGUI function

function OnGUI() {

GUI.Label ( myRectValues, hNU, mySkin.customStyles[1] ) ; } that's all I want to do, changing a variable in script B accessing from script A which calls the function in script C and displays it. Anyone can help me?
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 Waz · Jul 02, 2011 at 09:28 AM 0
Share

Post 3 scripts of no more than 5 lines each and someone here will be able to help. With luck, cutting them down will help you see your bug.

No, there is not a 3-script limitation in iOS.

avatar image beco13 · Jul 02, 2011 at 10:44 AM 0
Share

sorry I was wrong in my problem, I'll edit it first... :)

1 Reply

· Add your reply
  • Sort: 
avatar image
0
Best Answer

Answer by synapsemassage · Jul 02, 2011 at 11:37 AM

There are different ways to access functions inside other scripts. Search for "getcomponent" or "sendmessage" or "broadcastmessage" in the docs, in the forum or here. You will find plenty of answers.

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

5 People are following this question.

avatar image avatar image avatar image avatar image avatar image

Related Questions

I want to have FPS iOS tutorials. 0 Answers

NullReferenceException: Object reference not set to an instance of an object 0 Answers

How can i find to Cool Main menu for iOS 1 Answer

I have problem when i want to using button instead keyboard in iOS 1 Answer

How to use option setting Vibrate and Mute 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