#Any current support for animated positions with Entities 1.0?

1 messages · Page 1 of 1 (latest)

slim geyser
#

I'm trying to have an Entity's LocalTransform move in a prerecorded path, similar to how you could use Timeline & AnimationClips to change positions in regular Unity. Is there currently support for this feature or will it be part of a future update (like the Animation package 1.0 release)

warm acorn
#

Although there is nothing native for this, if you really want to use something like Timeline, you could do it by writing a value to the entity's transform yourself

#

I don't know much about timeline, but worst case scenario is you move a gameobject, and then do a gameobject to entity transform copy. This is not a good idea if you have a lot of them to do. If Timeline can write to some arbitrary property somewhere, that might be better.