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
I'm using DoJump to move my player and DoMove to move some other things, it all worked perfectly, but about two days ago it suddenly stopped working, even if i go to previous commits where it did work, it doesn't now.
What i mean by: "doesn't work" is that instead of animating the object, it simply waits the animation time and then teleports the object to the target position.
After some try and error, i figured out that it does work, but only when the Game windows is "full screen" (pressing shift + space in the game window) but not otherwise even if the window is about the same size.
In build, it seems as if the DoJump is cut at the highest point and not ending at the desired position, even if pressing to go down it still goes up.
Note that i haven't setup the build mode to be locked to a 4:3 aspect ratio, so that might be the cause, but it's still a bug.
The text was updated successfully, but these errors were encountered:
GustavoCS2014
changed the title
DoMove and DoJump affected by screen resolution.
DoTween v1.2.765 DoMove and DoJump affected by screen resolution.
Sep 5, 2024
I'm using DoJump to move my player and DoMove to move some other things, it all worked perfectly, but about two days ago it suddenly stopped working, even if i go to previous commits where it did work, it doesn't now.
What i mean by: "doesn't work" is that instead of animating the object, it simply waits the animation time and then teleports the object to the target position.
After some try and error, i figured out that it does work, but only when the Game windows is "full screen" (pressing shift + space in the game window) but not otherwise even if the window is about the same size.
Here's a video of the bug
In Build mode it's even worse
In build, it seems as if the DoJump is cut at the highest point and not ending at the desired position, even if pressing to go down it still goes up.
Note that i haven't setup the build mode to be locked to a 4:3 aspect ratio, so that might be the cause, but it's still a bug.
The text was updated successfully, but these errors were encountered: