Demigiant / dotween

A Unity C# animation engine. HOTween v2
http://dotween.demigiant.com
Other
2.34k stars 351 forks source link

Any plans to create a version without Physics usage? #597

Closed WiseKodama closed 2 years ago

WiseKodama commented 2 years ago

We are not using Unity physics engine in our project, but need to keep the package so that DoTween can compile. Are there any plans to remove all references to Physics in a future version? Or would you suggest to just modify the code on our end?

Demigiant commented 2 years ago

Ahoy! That's what modules are for. If you run DOTween's Setup from the Utility Panel and disable the Physics module, no tweens will refer to it :)

WiseKodama commented 2 years ago

Thank you, I must've have overlooked it. Cheers.