You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choosing between PrimeTween and DOTween atm and proper UWP support is among the requirements. DOTween has the following note:
NOTE: on UWP you must disable safe mode (it's a Unity issue and they're working on it). Consider that this means you'll have to take care yourself of killing tweens when their target becomes NULL.
Also, starting from DOTween v1.2.055, UWP is supported only via IL2CPP (safe mode works correctly with IL2CPP).
That sounds like a hassle, honestly. PrimeTween seems to generally be better at cross-platform support without such gotchas, however, I haven't found any explicit statements regarding UWP support specifically being just as great, so this is probably a question to the developer first and foremost: has PrimeTween been tested with UWP builds and are there any issues I should be aware of?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey there!
Choosing between PrimeTween and DOTween atm and proper UWP support is among the requirements. DOTween has the following note:
That sounds like a hassle, honestly. PrimeTween seems to generally be better at cross-platform support without such gotchas, however, I haven't found any explicit statements regarding UWP support specifically being just as great, so this is probably a question to the developer first and foremost: has PrimeTween been tested with UWP builds and are there any issues I should be aware of?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions