Demigiant / dotween

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

Scripting define symbols #520

Open Fireball14 opened 3 years ago

Fireball14 commented 3 years ago

I would like to make DOTween optional in some of my projects but there is no way to ensure that DOTween is installed. So what im proposing that DOTween on setup would create some kind of scripting define symbols like "DOTween" and "DOTweenPro". That could be used to check for DOTween installation and is it Pro version.

rhys-vdw commented 3 years ago

This would be solved by having DOTween as a UPM package. See #395

Discussion here.