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
character:movesets [2016/10/05 04:25]
Mistermind [Basic Information]
character:movesets [2023/07/29 12:51] (current)
FreedTerror
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]]).
  
 ---- ----
Line 29: Line 33:
  
 **Cinematic Intro:** (Optional, **PRO** and **SOURCE** only) a special move designed with just an intro animation and cinematics. UFE will check if you have this and play it at the beginning of each game. Check the example provided at ''.\UFE\Characters\Mike\Moves\Intro.asset'' **Cinematic Intro:** (Optional, **PRO** and **SOURCE** only) a special move designed with just an intro animation and cinematics. UFE will check if you have this and play it at the beginning of each game. Check the example provided at ''.\UFE\Characters\Mike\Moves\Intro.asset''
 +
 +**Round Won:** Plays this move when the round is won.
 +
 +**Time Out:** Plays this move when a timeout happens.
  
 **Cinematic Outro:** (Optional, **PRO** and **SOURCE** only) a special move designed with just an outro animation and cinematics. UFE will check if you have this and play it at the end of each game if this character wins. Check the example provided at ''.\UFE\Characters\Mike\Moves\Outro.asset'' **Cinematic Outro:** (Optional, **PRO** and **SOURCE** only) a special move designed with just an outro animation and cinematics. UFE will check if you have this and play it at the end of each game if this character wins. Check the example provided at ''.\UFE\Characters\Mike\Moves\Outro.asset''
Line 138: Line 146:
   * You can find several move samples under ''.\UFE\Characters\Mike\Moves''   * You can find several move samples under ''.\UFE\Characters\Mike\Moves''
  
----- 
 Code access:  Code access: 
  
Line 146: Line 153:
  
 ---- ----
 +===== Stances =====
 +{{ :character:character_movesets_stances.png?nolink |}}
  
 +**Stances (Preloaded):**
 +  * The stance file will always be loaded into memory.
 +  * Loading times will likely increase when using this.
 +**Stances (Resource):**
 +  * The stance file will be loaded from a Resources folder.
 +  * Loading times will likely decrease when using this.
  
 [[character:start|< Back to Character Editor]] [[character:start|< Back to Character Editor]]
character/movesets.1475655958.txt.gz · Last modified: 2016/10/05 04:25 by Mistermind