• 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 TensaZangetsu · Jan 08, 2016 at 08:40 AM · script.enabledconfigurationenable and disable scriptdisabled

How do I enable my scripts on default??

alt text

I´ve been having a problem with scripts since I begin an internet course. Does anyone knows why does it appear in gray? In the video that my teacher uploads it shows normal (not gray).

Thank you all.

script.jpg (15.8 kB)
Comment
Add comment · Show 1
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 BackslashOllie · Jan 08, 2016 at 09:46 AM 0
Share

This does not mean that your script is disabled this is because you are using a newer version of Unity than the $$anonymous$$cher in the video. I believe this is standard functionality brought into one of the patches for 5.3.x

3 Replies

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

Answer by Munchy2007 · Jan 08, 2016 at 01:31 PM

Since Unity 5.3 the script field is disabled by default, however if you click the down arrow next to the padlock icon at the top of the inspector and select 'debug' from the drop down menu it will enable the script field as it used to be. (It will also allow you to see private variables etc.)

This was done to stop people from inadvertently changing scripts I believe.

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
avatar image
0

Answer by Neitrosha · Jan 08, 2016 at 08:53 AM

It's because you don't have either Start or Update function in the script. Just do like this:

 void Start () {
 
 }

And leave that function empty in case you don't want to use it.

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
avatar image
0

Answer by Gizmoi · Jan 08, 2016 at 10:37 AM

That's just how it looks in Unity 5.3+.

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.

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

7 People are following this question.

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

Related Questions

What is the best way to manage gameobjects in a scene to conserve memory? 0 Answers

Enable and Disable a plane 1 Answer

Toggle script with button 0 Answers

Enable & Disable multiple game objects 0 Answers

C# - Disabled Script Still Runs! 1 Answer

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges