Table of Contents

Change Log (UFE 1.x)

Check out all the changes between versions as the project progresses. For upcoming features click here.


UFE 2.0 now available


Version 2

Change Log: http://www.ufe3d.com/doku.php/changelog


Version 1.8.6


Version 1.8.5


Version 1.8.4


Version 1.8.3


Version 1.8.2


Version 1.8.1


Version 1.8.0


Version 1.7.1


Version 1.7.0


Version 1.6.0


Version 1.5.0


Version 1.3.1


Version 1.3.0

Important Release Notes:

Assets/UFE/Scripts/MecanimControl.cs(347,26): warning CS0618: `UnityEngine.Animator.ForceStateNormalizedTime(float)' is obsolete: `ForceStateNormalizedTime is deprecated. Please use Play or CrossFade instead.'

If you still wish to remove the message above, on MecanimControl.cs line 347, replace this:

animator.ForceStateNormalizedTime(normalizedTime);

with this:

animator.Play(currentAnimationData.stateHash, 0, normalizedTime);

Warning: Changing this line may cause glitchy visuals during animation blending.


Version 1.2.0


Version 1.1.0


Version 1.0.2


How to update your UFE build

Remember to backup your project before you proceed!
Keep a backup of your configuration files at all times!

Download new package:

If you prefer to manually update your files, follow these procedures:

Update (Entire Project):

Update (Scripts Only):

Update (Global, Character and Move Templates):


< Back to Universal Fighting Engine - Introduction

2)
DELETE the old folder, don't just move the new files over