Move animation retarget assets under AGame

This commit is contained in:
2026-04-26 15:40:13 +08:00
parent 7a04253843
commit e9d818e999
13 changed files with 41 additions and 5 deletions

3
.gitignore vendored
View File

@@ -32,6 +32,9 @@ Content/*
# Local MCP bridge plugin
Plugins/UEBridgeMCP-main/
Plugins/UE_MCP_Bridge/
.claude/
.ue-mcp.json
ue-mcp.yml
# OS files
Thumbs.db

View File

@@ -1,9 +1,9 @@
[/Script/PHY.PHYAnimationSettings]
DefaultSourceLocomotionMesh="/Game/AGame/Character/SKM_Manny_Invis.SKM_Manny_Invis"
DefaultSourceAnimClass="/Game/SmoothLocomotionSystem/SLS_UE5/Blueprints/AnimBP/ABP_UE5_Main.ABP_UE5_Main_C"
DefaultDisplayAnimClass=None
DefaultIKRetargeter=
bHideSourceMeshInGame=False
DefaultSourceLocomotionMesh="/Game/AGame/Character/Locomotion/SKM_Quinn_Simple_Source.SKM_Quinn_Simple_Source"
DefaultSourceAnimClass="/Game/AGame/Animation/Locomotion/ABP_UE5_Main.ABP_UE5_Main_C"
DefaultDisplayAnimClass="/Game/AGame/Animation/Retargeters/ABP_Retargeter.ABP_Retargeter_C"
DefaultIKRetargeter="/Game/AGame/Animation/Retargeters/RTG_Manny_To_Ida.RTG_Manny_To_Ida"
bHideSourceMeshInGame=True
bPreferLeaderPoseForSameSkeleton=True
bAllowRuntimeVisualMeshSwitch=True
bApplyPlayerClassMeshToAI=False

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.