x


How to make Bones visible in Editor Mode ?

How can I make the Bones of rigged .fbx character visible in the editor mode so I can properly use em

more ▼

asked Nov 23 '09 at 09:47 PM

Grune gravatar image

Grune
47 1 1 2

(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

Bones are represented as plain transforms in the hierarchy view as children of the object the animation is on. You'll see the bone's pivot when you selected it's transform in the hierarchy view.

How would you like to "use them"? If you mean modifying the poses/animations, then you should do it in your animation application. If you mean playing animations, then you don't need to access individual bones. If you would like to attach an external object to a bone, so that it follows the animation, you can attach it in the hierarchy view, as described above.

more ▼

answered Nov 24 '09 at 08:35 AM

robert gravatar image

robert ♦
1.1k 3 7 27

(comments are locked)
10|3000 characters needed characters left

Best chance here to get some editor feedback for the placement of your bone is to add a gizmo to your joint transforms: http://unity3d.com/support/documentation/ScriptReference/Gizmos.html

You can even have a 3D shape as a gizmo, for instance a cube, and have a script automatically calculate the gizmo size and orientation by comparing the current joint with the child one(s).

It would probably take some time to tweak it all to perfection, so I'd only do it if you really need to check the "bones" in-editor for some very fine tuning. If you go for it, please consider sharing the script(s) with the community in Unitywiki. Good luck!

more ▼

answered Jul 23 '10 at 04:17 PM

MaDDoX gravatar image

MaDDoX
165 8

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x3768
x1665

asked: Nov 23 '09 at 09:47 PM

Seen: 2784 times

Last Updated: Dec 24 '09 at 10:35 AM