Player Model Animation Blueprint - Kelsey 11/15/2023
I had found a new model for the player character and wanted to be able to use it as a mesh instead of the provided one on unreal. In order to add the mesh it needed to have it's own animation blueprint that did the same work as the abp_manny that is provided with unreal using the third person character. It was better to change the third person's character instead of making a new player blueprint because in a lot of our code we reference the third person character as the player. On my initial set up of trying to copy over the same functionality in the manny animation blueprint to the new player model blueprint I was having issues with matching the functionality because the skeleton's weird the same. The initial transfer manipulated the new player model in a weird way.
After looking through I found that the manny animation blueprint uses a control rig. In order for this to work with the new player model I had to create a control rig for the new player model that mimicked the one for the manny model. In order to do this I had to look at the bones on the skeletons of each model to make sure that were they are being used is the same place, but they had different names and hierarchies. After looking over the bones in each skeleton I was able to make a control rig that was similar to the manny model for the player model. And the new animation blueprint worked the same after changing the animations that were playing.
Get MystiMayhem
MystiMayhem
Mysti Mayhem is an action RPG where the player uses magic abilities to defeat monsters in different parts of her realm.
Status | In development |
Author | lotuslions |
Genre | Role Playing, Action |
Tags | 3D, Unreal Engine |
More posts
- Enhanced Input for Inventory -Kelsey 12/13/2023Dec 14, 2023
- Enemy Projectile Overlapping - Kelsey 12/06/2023Dec 07, 2023
- Fixing Enemy AI Aiming - Kelsey 11/29/2023Nov 30, 2023
- Enemy Projectiles - Kelsey 11/8/23Nov 09, 2023
- Enemy Death Animations -Kelsey 11/1/23Nov 01, 2023
- Enemy Defense Mechancis - Kelsey 10/13/2023Oct 14, 2023
- GPU Driver Crash - Kelsey 09/29/2023Sep 30, 2023
- Enemy AI Mechanics – Kelsey 09/20/2023Sep 21, 2023
- Unreal C++ Errors – Kelsey 09/15/2023Sep 15, 2023
Leave a comment
Log in with itch.io to leave a comment.