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 dissidently · Dec 23, 2010 at 03:46 PM · instantiateprefabnested

"The prefab you want to instantiate is null" what am I doing wrong nested...?

I have a game object that's created at runtime, I've attached a script to it after creating it, that script holds an instantiation of an object should something happen.... because this game object is created at runtime, and the script is attached after it's creation, I can't access the inspector to set the prefab...

So I'm trying to add it in code...

something like this: this script is attached to the object that's waiting for the condition to create the prefab:

var PS_top_ordered : GameObject;
PS_top_ordered = GetComponent("PS_top_Ordered");

And later, inside the update (){ is this:::

if (Input.GetKeyDown ("a")){

 Instantiate(PS_top_ordered, transform.position, transform.rotation);

}

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
0

Answer by taoa · Dec 23, 2010 at 03:53 PM

The GetComponent function returns a component, not a prefab of a game object. Yet you assign it into PS_top_ordered which is a game object.

I can't even believe the Javascript compiler allows you to do that! Use C# :)

Comment
Add comment · Show 5 · 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 dissidently · Dec 23, 2010 at 04:12 PM 0
Share

so how do I set the variable PS_top_ordered to the prefab "PS_top_Ordered" which is sitting in my Project?

avatar image dissidently · Dec 23, 2010 at 04:14 PM 0
Share

If I do it like this, it tells me I'm trying to make the variable into a string>>>> var PS_top_ordered : GameObject; PS_top_ordered = ("PS_top_Ordered");

avatar image taoa · Dec 23, 2010 at 04:21 PM 0
Share

Ins$$anonymous$$d of assigning PS_top_ordered in your script, since your script should be attached to a game object, slide (click->drag) your PREFAB named PS_top_ordered into the property in the inspector, then you can instantiate at will! :)

avatar image dissidently · Dec 23, 2010 at 04:47 PM 0
Share

I can't do that. the Script is nested. Sits on a game object that's created at runtime, from a prefab. The script is added to the instantiation of the prefab at game start using "addcomponent" which works, (pulling the script from the inspector to attach to the newly created "parent" prefab) but getting this second layer deeper, and pulling a prefab from the inspector doesn't?

avatar image Eric5h5 · Dec 23, 2010 at 05:12 PM 0
Share

The Javascript compiler doesn't allow it, if you use #pragma strict.

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

No one has followed this question yet.

Related Questions

Solved: Destroy command not working 1 Answer

Instantiate a prefab through code in C#. 4 Answers

NullReferenceException from a script after linking prefab with drag and drop in inspector. WTF? 1 Answer

After instantiating an instance of a prefab and changing the value of a variable in a script attached to the prefab, that value is lost 1 Answer

How to associate prefab with a variable in C#? 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