Hi all, this is really basic, but how would I tween movment from one point to another . I don’t want to use itween since I already have Playmaker in this project and using Itween at the same time would just complicate things
I love iTween. Prime 31 GoKit or Hot Tween are the only other tweeting assets I know of.
I love hotween , but to answer your question - if you are really keen on not wanting to use a engine ( not sure on your reasoning ) then just grab any of the easing equations functions from any of these libraries where it is available or find them online its nearly always the same ones Robert Penner created as a function of time, and implement it yourself . These functions normally take a start value , a end value , a time value etc… you obviously need to then call this function on each frame update.
examples :
It creates a conflict with playmaker thats already in my project, although since again I’m not using playmaker( had this for like 5 months, the support is good, I just never work it in my projects ) . I might delete it and use I tween …