Question by
nizarkadri8 · May 26, 2020 at 10:47 AM ·
scripting probleminstantiatemouseclickprefab-instancedraw
I want to draw prefab over another cloned prefab
I am building a board game, The board itself is a gameobject and I am cloning the players prefab using c# script. I want to know how can i display a new prefab over the previously spawned clones on mouse click. I am new to unity,but have enough programming experience. Can anyone please help me out
Comment
Answer by BelletGames · Jun 20, 2020 at 10:04 PM
just instantiate a new prefab in the same position as the old prefab.
Your answer
Follow this Question
Related Questions
Can You help me Fix This? (Infinite level Generator) 0 Answers
Pool Instantiate 1 Answer
RPG instantiate problem 3 Answers
Instantiate more than 1 prefab 0 Answers
The bullet hole colliding with player and "Triggers" 0 Answers