PlaceholderGames / 2021-yr1-Team-Rem

Second game for CS1S464 2020/21
0 stars 0 forks source link

Animation compile error #10

Closed 30001606VA closed 3 years ago

30001606VA commented 3 years ago

Just opened the project again and there seems to be some complie errors in the animation for the character. No idea how to fix these errors but I'm in the process of researching them now. In the main branch, I just pulled from main, said I was up to date but it is giving this error. Specifically the first person animation blueprint.

image

30001606VA commented 3 years ago

Fixed!

For some reason the animation play nodes had the idle sequence deselected, so it tried to play, well, nothing. All it took was to select the idle sequence in the jump state and the run state.

image

image

In the top right in the details window you can see the sequence that needs to be selected, in which I selected the idle sequence.