1 (edited by krakenkills 2020-04-09 13:51:19)

Topic: Animations wont loop smoothly

So I tried out light of UFE 2.0 and had a fun time working with it i'll post my work later on because im happy with it.

So I tried to update to standard because I wanted to try 3D movement I love Tekken over MK all day.

I do the same thing as usual but my first problem is im not able to enter the training room instantly like before can't seem to figure it out and its like gone from how it originally was.

My second problem is when watching my animations its like they aren't finishing but resetting early so the character snaps back to original position and all movement animations do this.

How can I fix this?

Just so you know I have UFE 1 source code, UFE 2 lite, and UFE 2 standard.

Share

Thumbs up Thumbs down

Re: Animations wont loop smoothly

krakenkills wrote:

So I tried out light of UFE 2.0 and had a fun time working with it i'll post my work later on because im happy with it.

So I tried to update to standard because I wanted to try 3D movement I love Tekken over MK all day.

I do the same thing as usual but my first problem is im not able to enter the training room instantly like before can't seem to figure it out and its like gone from how it originally was.

My second problem is when watching my animations its like they aren't finishing but resetting early so the character snaps back to original position and all movement animations do this.

How can I fix this?

Just so you know I have UFE 1 source code, UFE 2 lite, and UFE 2 standard.

here is a link to a video of what is happening https://youtu.be/J8x6wxcJLz4

Share

Thumbs up Thumbs down

Re: Animations wont loop smoothly

krakenkills wrote:

I do the same thing as usual but my first problem is im not able to enter the training room instantly like before can't seem to figure it out and its like gone from how it originally was.

The "Start Game Immediately" option was replaced by a new section right below Debug Options under the Global Editor: Deployment Options.

Just select one of the options: Full Interface | Versus Mode | Training Mode | Challenge Mode

krakenkills wrote:

My second problem is when watching my animations its like they aren't finishing but resetting early so the character snaps back to original position and all movement animations do this.

Check your animation file and its options. Make sure you have "Loop Time" option toggled.

Like UFE? Please rate and review us on the Asset Store!
Questions about the Forum? Check out our Karma FAQ.
Don't forget to check our discord channel.

Re: Animations wont loop smoothly

Mistermind wrote:
krakenkills wrote:

I do the same thing as usual but my first problem is im not able to enter the training room instantly like before can't seem to figure it out and its like gone from how it originally was.

The "Start Game Immediately" option was replaced by a new section right below Debug Options under the Global Editor: Deployment Options.

Just select one of the options: Full Interface | Versus Mode | Training Mode | Challenge Mode

krakenkills wrote:

My second problem is when watching my animations its like they aren't finishing but resetting early so the character snaps back to original position and all movement animations do this.

Check your animation file and its options. Make sure you have "Loop Time" option toggled.


Hey MisterMind please retake a look at my video I had posted for clarification

https://youtu.be/J8x6wxcJLz4

15 seconds in you can see that I do have that selected its just not working
https://youtu.be/J8x6wxcJLz4?t=12

2:12 seconds in you can see the animation loop time is selected yea not my first rodeo but thank you for the prompt response

https://youtu.be/J8x6wxcJLz4?t=132

Share

Thumbs up Thumbs down

Re: Animations wont loop smoothly

(1) Try ticking LoopTime and LoopPose in the animation clip's settings(inspector)  and/or
(2) Changing the clip time ranges for example if your idle clip's range is 1->30, change it to 2->30 or 1->29 or 2>29.

Share

Thumbs up +1 Thumbs down

Re: Animations wont loop smoothly

xHerox wrote:

(1) Try ticking LoopTime and LoopPose in the animation clip's settings(inspector)  and/or
(2) Changing the clip time ranges for example if your idle clip's range is 1->30, change it to 2->30 or 1->29 or 2>29.

Yea I tried something like that and couldn't get it to sync right. But its the direction I'm leaning on to make it somehow work.

What really confuses me is that I'm having no problem with the animations on the light version and I'm only having this problem on the standard version

Share

Thumbs up Thumbs down

Re: Animations wont loop smoothly

Humm, then it seems the problem is related to the 2.3.0 update. It could also be the same issue reported here:
http://www.ufe3d.com/forum/viewtopic.php?id=2237

This bug doesn't seem to be consistent, but the source of the problem could be the same. I'll keep this post (and the one I linked) updated on any information. In the meantime, you can use version 2.2.1 instead. You can find a copy of this version (scripts only) under Assets\UFE\Engine\ThirdParty\UFE221.unitypackage

Like UFE? Please rate and review us on the Asset Store!
Questions about the Forum? Check out our Karma FAQ.
Don't forget to check our discord channel.