1 (edited by potoelite2022 2022-02-24 05:09:26)

Topic: How to modify the animation of the character

Sorry for my stupid question, I just have a very little experience in Unity programming, was creating simple 2d fighting game using this UFE2.
I thought that modify the existing character(Ellen) would be a better solution than adding a new character.
But when I modify the character really, there occurs so many problems sad
First, I can't get to know how to replace animation clips with my own ones.
I googled and googled about this, but didn't find an exact match for this case.
UFE documentation says user can create and edit special moves in move editor, but i don't even know how to modify basic moves...
Please help me.

Share

Thumbs up Thumbs down

Re: How to modify the animation of the character

If you are modifying the animation linked to a move file, make sure you click the apply button after you edit it.
Also, can you describe some of the problems that are occurring?

Share

Thumbs up Thumbs down

Re: How to modify the animation of the character

thanks for your reply. currently my issue is to run 2 animations for one movement, especially basic one like running or jumping.
for example, how can i let one character run and add foggy animation at the same time?

Share

Thumbs up Thumbs down

Re: How to modify the animation of the character

You could use particle effects in basic moves, coding is also an option.

void OnBasicMove(BasicMoveReference basicMove, CharacterInfo player)

Share

Thumbs up Thumbs down

Re: How to modify the animation of the character

Sorry, could you please explain in deatail?

Share

Thumbs up Thumbs down

Re: How to modify the animation of the character

You can use particle effect in basic moves in the character file.
I haven't used the code example I posted, so I can't provide any example script for you
https://i.imgur.com/wQHj8A6.png

Share

Thumbs up Thumbs down