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
2
Question by GallopingGames · Mar 13, 2013 at 02:18 PM · runtimeaddcomponent

AddComponent() at runtime - variable not being initialized from Inspector

Hello there,

I'm new to Unity and C#.

I have a c# script that exposes a public GameObject variable. I then set this by dragging a prefab onto the variable in the Inspector.

When adding the script to an existing GameObject using AddComponent() during level start the script variable is initialized correctly from the Inspector entry, and the gameObject variable is Instantiatable from the component's Start() call.

However, when adding the script to the same GameObject at runtime the Component's public GameObject variable is NOT initialized properly and is left NULL, thus throwing a null exception during Instantiation.

Is this behavior to be expected? Is there a way round this? (the only ugly solution I could think of would be to pass the component a gameobject reference through a custom Init() function).

Thanks to you experts!

Richard

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
2
Best Answer

Answer by whydoidoit · Mar 13, 2013 at 02:20 PM

I'm afraid that is what happens. The "shortcut" method of setting properties on the script in the inspector does not work when using AddComponent. You either need to script the loading of the core values inside Awake (some people use Resources.Load) or you need some other way of referencing them. A pain I know.

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 GallopingGames · Mar 13, 2013 at 02:45 PM 0
Share

Hi there,

Thanks for the super swift response! I'll look into Resources.Load right away.

Richard

avatar image GallopingGames · Mar 13, 2013 at 03:02 PM 0
Share

Yes, Resources.Load was exactly what I needed and will solve a lot of similar headaches, thanks WhyDoIDoIt!

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

11 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

Related Questions

Copy collider Component type and parameter to a new Object at runtime 0 Answers

Attach C# Script on runtime 1 Answer

Destroying a LineRenderer component and then adding it again at runtime 4 Answers

Adding Prefab Components 1 Answer

How to instantiate a MonoBehaviour from a downloaded DLL at runtime? 0 Answers


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