Accessing Gltf node names alongside transform #7058
-
|
Hi, Let's assume I have a human character with armature stored as a The Now, running this I can clearly see that we're able to obtain the current/start |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Right after posting this I found the answer (I was looking for it all day!). The answer is to change |
Beta Was this translation helpful? Give feedback.
Right after posting this I found the answer (I was looking for it all day!). The answer is to change
Query<&mut Transform>toQuery<(&mut Transform, &Name)>