Add 2D Skeleton to the Scene if Button was pressed
I would like to know (and yes I searched for that before I posted this but I did not found what I want exactly) how I can add a skeleton for my 2D Character (who will look the same anytime!) via script when a button was pressed?
I had the idea that I could make a Prefab with the already builded Skeleton and 'spawn' it on the position where the Character is. So that the Skeleton fits perfectly to the Character on/in any position. My second idea was that it could be possible to 'build' the skeleton via script without a preab, is this possible?
I don't know how I can do this and hope that someone would help me.
Thank you!
Your answer
Follow this Question
Related Questions
Error messages with 2d character sprite flipping and movement. 1 Answer
How do i ajust the player height acording to the height of the roof in a first person game? 1 Answer
c# 2d How to compare two GameObjects ? 1 Answer
How to make a thrown object land on a certain point e.g a thrown spear landing on its tip 0 Answers