PlasticApps / PlasticTween

Tween Library for Unity3D(ECS+JOBS)
MIT License
177 stars 13 forks source link

Tween.RotateGameObject needs a bit of work #2

Open aeldron opened 5 years ago

aeldron commented 5 years ago

Hi.

Thanks for the awesome job you've done with your Unity DOTS Tween library.

There are a few issues I've spotted there. The RotateGameObject method needs a system to push the rotation lerp back into the game object transform. You can probably add that as part of TweenTransformSystem.

We also need a method to allow tweening the local position and local rotation of game objects.

I am working on that at the moment, if you want I can send a pull request after I'm done.

PlasticApps commented 5 years ago

Hey, aeldron. I apologize for the long answer, at the moment I do not have enough time to work on the project, so you can send your pull request.