• 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 Wekthor · Jun 20, 2013 at 05:53 PM · editorinstantiateprefabobject

Instantiate in Editor

Hi,

i got problem with instantiating prefabs while in the Editor.

I created editor where i can set up values for object, after i set up values i call other script where i instantiate the object into the scene with these values and everything works just fine. But problem is that i got there List of Vectors. When i create one object and then create other one with different values, for some reason, all the old created objects somehow inherits all the values, although there is no link to them. Basicly i realy only call method with parameters in other script which one time instantiates prefab in the scene. So i am quite confused why when i instantiate new object, all the old ones take the new parameters from the editor since there is no link to them.

I thought the problem could be something along lines with the objects being somehow connected to the prefab or being somehow still stored in the memory as it is running in the editor, but i realy have no clue.

Thanks for any help. Luke

Edit: all other variables like floats, ints are working fine. Issue is occuring only with List.

Edit2: I pass the list as parametr.

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 PAEvenson · Jun 20, 2013 at 06:01 PM 0
Share

some code samples will go a long way with your question.

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by Gurc · Jun 20, 2013 at 06:37 PM

You should break the link to the prefab about the List of Vectors. It should become black/bold so that when you apply another instance's settings to the prefab, the vector list in the first instance won't change.

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 Wekthor · Jun 20, 2013 at 06:50 PM 0
Share

How do i do that ?

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

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

Related Questions

How to instantiate within GameObject 1 Answer

What should I change in this instantiating a GameObject in a script using Unity? 1 Answer

Procedural generation of prefab objects 1 Answer

How to check if object is skewed ? 2 Answers

Cannot destroy child object in prefab- Error 1 Answer

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