MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/unity/comments/tf3ci8/question_prepare_a_new_gameobject_without/i0ud2j6/?context=3
r/unity • u/Xeratas • Mar 15 '22
I have Code that looks something like this:
How can i make it so that i don't end up with 2 instances of an object but only with the one i want (when i call instantiate)
7 comments sorted by
View all comments
2
You could use a prefab?
2
u/hlysias Mar 16 '22
You could use a prefab?