I need to remove the physics package but still use do tween. Is it possible for you to remove rigidbody references from DORotate and DOMove calls?
Hi,
I made a DOTween version that doesn't use rigidbody at all, but the setup is rather complicated so I didn't release it publically. INstead, I'm planning an update where the whole DOTween will be made up of modules, kind of like Unity does. Do you need this superfast (in which case I'll send you the current no-physics one), or you can wait a little? I have plans to work on it this weekend (with a 65% probability of not being derailed by other plans).
I'm ok about waiting for it! Thanks for the quick response ;)
That concept for a module based asset is really neat! You can't even check
the package manager to maybe determine automagically which modules to load
;)
Thanks!
Em qua, 11 de jul de 2018 Ã s 17:17, Daniele Giardini <
[email protected]> escreveu:
Hi,
I made a DOTween version that doesn't use rigidbody at all, but the setup
is rather complicated so I didn't release it publically. INstead, I'm
planning an update where the whole DOTween will be made up of modules, kind
of like Unity does. Do you need this superfast (in which case I'll send you
the current no-physics one), or you can wait a little? I have plans to work
on it this weekend (with a 65% probability of not being derailed by other
plans).—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/Demigiant/dotween/issues/230#issuecomment-404296608,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABUb_Xcs0Ik1AIKH8BMiL8ELK3pWIlE5ks5uFl1igaJpZM4VKO4g
.
--
Lucas Montenegro Carvalhaes
May the sawce be with you
Update: it's going good and I'm now working on the upgrade process from older versions :) I'll probably ask you to test the final version if you'll be willing :P
Sure! I'll test it for you no problem!
Thanks!
Em dom, 15 de jul de 2018 Ã s 08:00, Daniele Giardini <
[email protected]> escreveu:
Update: it's going good
https://twitter.com/demigiant/status/1018189021758066689 and I'm now
working on the upgrade process from older versions :) I'll probably ask you
to test the final version if you'll be willing :P—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/Demigiant/dotween/issues/230#issuecomment-405083375,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABUb_ecM8If6AS8nRPbbsjtVZZlbqkKZks5uGyDlgaJpZM4VKO4g
.
--
Lucas Montenegro Carvalhaes
May the sawce be with you
Here it is, up for a test :) Beware, if you have DOTween Pro in the same project don't test this, since it needs a separate Pro update.
Please let me know if it works well (here it does), and remember to make a backup if you're importing it into an existing project :P
IMPORTANT: upgrade instructions
I tried to make the upgrade as easy as possible (spent 3 whole days on it), but Unity doesn't allow to fire post-compilation or load events on new files if the project has errors (unless you reload), so here it is.
P.S. I will close this issue and move it to this one, so please reply there :)
Most helpful comment
Here it is, up for a test :) Beware, if you have DOTween Pro in the same project don't test this, since it needs a separate Pro update.
Please let me know if it works well (here it does), and remember to make a backup if you're importing it into an existing project :P
IMPORTANT: upgrade instructions
I tried to make the upgrade as easy as possible (spent 3 whole days on it), but Unity doesn't allow to fire post-compilation or load events on new files if the project has errors (unless you reload), so here it is.