• 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 /
  • Help Room /
avatar image
0
Question by JFA_g4mz · Aug 05, 2016 at 06:35 AM · optimizationscriptingbasicsmenu

Should i have a script for every button?

Hey guys, this is my first submission in this forum and I'm trying to do a full menu schema for my first game. Performance and code correction wise, should I use the same script for every button (different canvas and different functions), through a singleton class like the GameManager or creating a script for every button separately?

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

2 Replies

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

Answer by EDevJogos · Aug 05, 2016 at 03:08 PM

I don't think any of your suggested approaches would cause some significant impact on performance, the thing is, having too many scripts can become a chaos to debug and stuff like this.

What i usually do (not claiming to be the best way, is just what i do) is to create a GUI Handler with a single method that start listening to all buttons and delegate each button action to the game manager that will delegate to the appropriate handler, like if you click attack button the GUI Handler will tell this to the Game Manager and it will call something on the Combat Manager.

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 JFA_g4mz · Aug 05, 2016 at 03:25 PM 0
Share

Thanks! That was the answer i was looking for!

avatar image
1

Answer by Asad-45 · Aug 05, 2016 at 10:51 AM

well you could have one script and add individual functions to them and then assign the same script for the OnClick() function of the button. Like here is an example for one script that can be used twice.

public void LoadLevel(int level) { Application.LoadLevel(level); }

public void EnableSound(AudioSource _Audio) { _Audio.volume = 0 }

these can both be put in the same script. :)

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 JFA_g4mz · Aug 05, 2016 at 01:44 PM 1
Share

Thanks for the answer!

But my question was primarily about the pros and cons of using one script vs multiple scripts. Since I've never used Unity before, I don't know which one is the correct way or if there is no difference in performance and code flexibility.

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.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

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

A simple shoting code that make lags 1 Answer

error CS1525: Unexpected symbol `(', expecting `)', `,', `;', `[', or `=' 1 Answer

How do I make a loop in a C# script? 1 Answer

Accessing script from another object 1 Answer

How to slowly rotate an object only once using scripting? 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