ANtlord / LegsIKPlugin

Unreal Engine Plugin, adds animation node for IK for legs.
32 stars 20 forks source link

Unreal Engine 4.10 support #2

Open antonds opened 8 years ago

antonds commented 8 years ago

Plugin doesn't work with Unreal Engine 4.10.2. With following errors:

_Error /Game/Mannequin/Animations/ThirdPerson_AnimBP : Can't find file for asset. /Script/LegsIKPlugin Error /Game/ThirdPersonCPP/Blueprints/ThirdPersonCharacter : Can't find file for asset. /Script/LegsIKPlugin Info Failed to load /Script/LegsIKPlugin.AnimGraphNode_LegsFabrik Referenced by AnimGraph Warning CreateExport: Failed to load Outer for resource 'EdGraphPin_21983': AnimGraphNode_LegsFabrik /Game/Mannequin/Animations/ThirdPerson_AnimBP.ThirdPerson_AnimBP:AnimGraph.AnimGraphNode_LegsFabrik_1 Warning CreateExport: Failed to load Outer for resource 'EdGraphPin_21984': AnimGraphNode_LegsFabrik /Game/Mannequin/Animations/ThirdPerson_AnimBP.ThirdPerson_AnimBP:AnimGraph.AnimGraphNode_LegsFabrik_1 Warning CreateExport: Failed to load Outer for resource 'EdGraphPin_21985': AnimGraphNode_LegsFabrik /Game/Mannequin/Animations/ThirdPerson_AnimBP.ThirdPerson_AnimBP:AnimGraph.AnimGraphNode_LegsFabrik_1 Warning CreateExport: Failed to load Outer for resource 'EdGraphPin_21986': AnimGraphNode_LegsFabrik /Game/Mannequin/Animations/ThirdPerson_AnimBP.ThirdPerson_AnimBP:AnimGraph.AnimGraphNode_LegsFabrik_1 Warning CreateExport: Failed to load Outer for resource 'EdGraphPin_21987': AnimGraphNode_LegsFabrik /Game/Mannequin/Animations/ThirdPerson_AnimBP.ThirdPerson_AnimBP:AnimGraph.AnimGraphNode_LegsFabrik_1 Warning CreateExport: Failed to load Outer for resource 'EdGraphPin_21988': AnimGraphNode_LegsFabrik /Game/Mannequin/Animations/ThirdPerson_AnimBP.ThirdPerson_AnimBP:AnimGraph.AnimGraphNode_LegsFabrik_1 Warning CreateExport: Failed to load Outer for resource 'EdGraphPin_21989': AnimGraphNode_LegsFabrik /Game/Mannequin/Animations/ThirdPerson_AnimBP.ThirdPerson_AnimBP:AnimGraph.AnimGraphNode_LegsFabrik_1 Warning CreateExport: Failed to load Outer for resource 'EdGraphPin_21990': AnimGraphNode_LegsFabrik /Game/Mannequin/Animations/ThirdPerson_AnimBP.ThirdPerson_AnimBP:AnimGraph.AnimGraphNode_LegsFabrik1

Steps to get an exception: -0- Create New Third Person C++ project using Unreal engine launcher. -1- Download plugin and place it into projects' plugins directory. -2- Right click on uproject file and choose Generate Visual Studio project files. -3- Open project solution file and run project in development editor mode/or by running uproject file, it will recompile solution. -4- Open player character's animation Blueprint and add node Legs FABRIK. -5- Just compile BP, save project and exit, no need to even configure node. -6- After opening the project it will show errors as shown above.

ANtlord commented 8 years ago

Ok, thank you for feedback! I will investigate.