Character will no move after changing character asset

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By LadyShadeLock

I’m working on my first game. After following a tutorial on youtube and learning some gdscript I got my character to move. Then I decided to change the asset I was using for the character. Now my character will not move. The script hasn’t changed. I changed the asset in the player scene and the levels scene. Both have a kinematicbody2d and both have a collisionbody2d.

What is the changed “asset” in this case? Just a sprite? If so, that shouldn’t have broken anything. It’s going to be difficult to provide any meaningful assistance without more information and/or something to look at. Is the project available for inspection?

jgodfrey | 2022-08-13 16:40

Could you send link to tutorial on youtube? Could you provide a screenshot of character tree?

imp4ct | 2022-08-15 13:32

:bust_in_silhouette: Reply From: LadyShadeLock

I think I figured it out. I closed the program and opened it again and it seemed to work. Thank you!