User Tools

Site Tools


character:movesets

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
character:movesets [2016/10/05 04:25]
Mistermind [Basic Information]
character:movesets [2022/11/23 18:27]
Mistermind [Moves (Move Sets)]
Line 12: Line 12:
 **Animation Type:** **Animation Type:**
   * Legacy: Tells UFE to read the animations from this character as //Legacy//.   * Legacy: Tells UFE to read the animations from this character as //Legacy//.
-  * Mecanim: Tells UFE to read the animations from this character as //Humanoid//. [[http://www.youtube.com/watch?v=8tLeUOL7lYM|Click here to watch Mecanim tutorial]]+  * Mecanim 3D: Tells UFE to read the animations from this character as //Humanoid//. [[http://www.youtube.com/watch?v=8tLeUOL7lYM|Click here to watch Mecanim tutorial]] 
 +  * Mecanim 2D: Tells UFE the character is 2D (uses [[https://docs.unity3d.com/ScriptReference/SpriteRenderer.html|SpriteRender]])
  
 **Avatar:** If Mecanim was selected, drag the character's [[http://docs.unity3d.com/Documentation/Manual/ConfiguringtheAvatar.html|avatar]] here. **Avatar:** If Mecanim was selected, drag the character's [[http://docs.unity3d.com/Documentation/Manual/ConfiguringtheAvatar.html|avatar]] here.
Line 20: Line 21:
   * Unity Engine: The animation flow is controlled by Unity's own update cycles. UFE will attempts to match the hitbox positions to control the moves AFTER Unity update the characters mesh position. Selecting this option may cause minor inconsistencies. If your game requires precise frame data use //UFE Engine// instead.   * Unity Engine: The animation flow is controlled by Unity's own update cycles. UFE will attempts to match the hitbox positions to control the moves AFTER Unity update the characters mesh position. Selecting this option may cause minor inconsistencies. If your game requires precise frame data use //UFE Engine// instead.
  
 +**Normalize Animation Frames:** Stabilizes 2D animation frames by fixing frame offsets while manually controlling the animator component (UFE Engine)
 +
 +**Use Animation Maps:** Toggle this option if you are using the auto-maps and animation mapper for online play ([[https://www.youtube.com/watch?v=-dmVAf_cyN8|rollback netcode]]).
  
 ---- ----
character/movesets.txt · Last modified: 2023/07/29 12:51 by FreedTerror