-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the skin editor, right-clicking an object when holding it randomly teleports it #26640
Comments
Very strange. Anyway, to fix your out-of-bounds problem with components, you can follow these (unintuitive) steps for the time being:
In the future, I imagine it can be improved by adding more selection methods (I can think of a dropdown option to "reverse" the current selection), or even adding a tree view (like on Figma, for example). Here's a video of the steps: 2024-01-20.15-41-37.-.Trim.mp4 |
Also related: #12795 |
This is more of a question to the devs, but I think this is another scenario for ppy/osu-framework#6102? I can also reproduce this with the middle mouse button, therefore the context menu is irrelevant here |
Thought the same but turns out it was another part of the movement logic causing the issue (see #26661). |
Type
Game behaviour
Bug description
I was making a skin layout and I wanted to adjust an object's origin, but I right-clicked when I was still holding it which teleported it. I tested this with other objects and it teleports them too.
Also as I result I have two random healthbars in random places, one of which is not visible in the editor, but visible in gameplay, because I play on a widescreen monitor, is there a way to remove them?
Screenshots or videos
2024-01-20.18-07-36.mp4
Version
2024.114.0
Logs
compressed-logs.zip
The text was updated successfully, but these errors were encountered: