can we get the position of specific attachment of a spine game object as there is only single object but i need to identify the world positions of each attachments in the unity.so i can zoom in my camera to that specific part of the gameobject.
Detect the world position of attachment
- Изменено
4 дня спустя
You can query individual Bone locations (instead of an Attachment's location).
Please see the documentation pages here:
spine-unity Runtime Documentation: BoneFollower
spine-unity Runtime Documentation: Getting and Setting Bone Transforms Manually