From your editor of choice you can get the local coord of the vertices of your hero's chest
These positions are stored in the "Vertices" array
To access this array you need an index for each vertex of the chest
My question is
How do you get these indices in Unity ?