Question by
kibrjrbc · Apr 04, 2021 at 04:43 PM ·
gameobjectinstantiatepositiontransform.positionnot working
instantiated gameobject position is not working
GameObject InstantiatedNextUpgrade = Instantiate(NextUpgrade) as GameObject;
InstantiatedNextUpgrade.transform.position = transform.position;
for some reason this is not working, and the instantiated object is not going to my position. Can someone help me please?
Comment
Your answer
Follow this Question
Related Questions
How to get continuous reference to a GameObject's position? 2 Answers
Wrong position (always 0,0,0) when Instantiate prefab. 1 Answer
Game Object doesn't instantiate at Mouse Position 3 Answers
How can I change position of instantiate objects (clones)? 1 Answer
Spawning limited GameObjects at a specific position not working 1 Answer