Topic: [Small Tut] MKDA/MKD/MKA Themed Fight Style Switching
In Midway(now NetherRealm)'s 3d Mortal Kombat games that released on PS2/XBOX, they had the ability to switch fighting styles with one click of a button, and in some cases it could be used during combos to extend them. Each character had two "fight styles" and a third one that was a weapon of some sort. Here I am going to explain you a quick way to implement this in UFE if you like.
1.For testing purposes, copy a move set from a existing character, and paste it into another character you may have (Copy/Paste are in the small tab by "Stance 1").
2. Make a new move, add a quick animation to it. You don't have to, but Unity marks a small error every time you switch stances and although this doesn't break the game it has a tiny second of lag each time the player switches stances. If you use a animation, make sure it is VERY fast, otherwise players will be left open for attacks when switching. (Or add Super Armor similar to Bloody Roar series.)
3. In the Stance Change section of the Move Editor, simply add the starting frame that you want the change to take effect, and set the button/command to whatever you like. In my case, its simply Button 4. Set the target stance to Stance 2.
4. Add the move to the character's moveset for Stance 1. Save your Assets.
5. Duplicate the move file, rename it, and add it to Stance 2. Go into the Stance Change section of the Move Editor and change the target stance to Stance 1.
Test it out. In the example here, every time I press 4, the stance gets changed for the character, back and forth between Stance 1 and 2.