#My animation for the dash loop when i don't touch any input but when i touch them the animation stop
1 messages · Page 1 of 1 (latest)
Don't mind about the comment I learn how to code at the same time.
And I just noticed that the dash animation doesn't activate when I move or jump.
See !code for how to share code
📃 Large Code Blocks
Use links to services like:
https://paste.mod.gg/, https://hastebin.skyra.pw/, https://paste.ofcode.org/, https://paste.myst.rs/
📃 Inline Code
Surround code with three backquotes. Not quotation marks.
To format as C#, add cs to the first line:
```cs
// Your code here
```
Add a comment with a line number if there is an error message.
Should probably also show the transitions of the animations you have issues with
!code
📃 Large Code Blocks
Use links to services like:
https://paste.mod.gg/, https://hastebin.skyra.pw/, https://paste.ofcode.org/, https://paste.myst.rs/
📃 Inline Code
Surround code with three backquotes. Not quotation marks.
To format as C#, add cs to the first line:
```cs
// Your code here
```
Add a comment with a line number if there is an error message.
a powerful website for storing and sharing text and code snippets. completely free and open source.
Here it is, sorry for the few attempt I don't know if you can see the code but I think it's ok
@upbeat steeple I don't know if it help
Show the animation transitions in the animator
And the animator graph with the states visible
@upbeat steeple
Select the character and look at the animator window while playing to see what's going on
Have the game view and animator both visible
@upbeat steeple You want a video of it
Sure. But I'm also telling you how you can debug the problem.
You can see exactly what state and transition it is in while playing, and you can see the parameters (Jumping, walking, dashing) on the left
@upbeat steeple I know that, I just don't understand why the transitions aren't working.
What about the Any State -> Dash_animation transition?