Godot Version
4.5.1
Question
I am using GitHub - GuilhermeGSousa/godot-motion-matching: A Motion Matching plugin for Godot 4 in Paki / my action adventure · GitLab
but in my project my character is not able to stay still
4.5.1
I am using GitHub - GuilhermeGSousa/godot-motion-matching: A Motion Matching plugin for Godot 4 in Paki / my action adventure · GitLab
but in my project my character is not able to stay still
There’s no way we can help you with this little info,share more about the setup.Does it throws any error?
If you download the project and start it the character will move without any input
is it just glitching?
you can share a gif or video
There are some very helpful, nice and knowledgeable people on this forum. Even so, you are basically asking for someone to debug your entire project for you, including figuring out how a plugin is meant to work. This seems like a bit much, even for the awesome people on this forum!
To get useful help, you are very likely going to need to provide more information. Such as what you’ve tried to debug the issue and any relevant script snippets.
Given the information you have provided, this sounds like either an issue with the plugin or how you’ve setup the plugin. You might have more luck asking the plugin maintainers what the issue might be.
2025-12-19 18-56-29.mp4 - pCloud he moves without any input on my part
Please keep in mind that we are people who volunteer our time. The quality, speed and care of your answer will be related to the amount of effort you put into communicating your problem.
You have put relatively little effort into describing your problem.
Please post your player code. We can probably answer your question without having to look at videos, etc. Copy and paste it between ``` on the lines above and below your code like so:
```gdscript
# Code here
```
It will appear like so:
# Code here
There can be two possible things,that is
1.your character somehow got duplicated at the same position,
2.the animation is playing soo fast and laggy so it appears as duplicated(happens in 2D mostly)
and you should explain more about what you expect to happen and what is going on wrong