951b7ec273
Replace the capsule with a rigged Synty SciFiSpace soldier driven by Rukhanka 2.9 (netcode replication off; animation derived client-side from replicated state). Adds a slim top-down AnimatorController (idle / 2D-strafe locomotion / death) from Synty clips; client-only PlayerAnimationDriveSystem (local CC-velocity + remote position-delta paths); AnimParamMath (+10 EditMode tests); ServerStripAnimationSystem (disables Rukhanka on the server, zero server-side animation). Client.asmdef gains Rukhanka.Runtime/CharacterController/Physics. EditMode 204/204; Play-validated. See DR-022. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
31 lines
804 B
JSON
31 lines
804 B
JSON
{
|
|
"name": "ProjectM.Client",
|
|
"rootNamespace": "ProjectM.Client",
|
|
"references": [
|
|
"ProjectM.Simulation",
|
|
"Unity.Entities",
|
|
"Unity.Transforms",
|
|
"Unity.Collections",
|
|
"Unity.Mathematics",
|
|
"Unity.Burst",
|
|
"Unity.NetCode",
|
|
"Unity.Entities.Graphics",
|
|
"Unity.InputSystem",
|
|
"Unity.Networking.Transport",
|
|
"UnityEngine.UI",
|
|
"Unity.CharacterController",
|
|
"Unity.Physics",
|
|
"Rukhanka.Runtime",
|
|
"Rukhanka.Toolbox"
|
|
],
|
|
"includePlatforms": [],
|
|
"excludePlatforms": [],
|
|
"allowUnsafeCode": true,
|
|
"overrideReferences": false,
|
|
"precompiledReferences": [],
|
|
"autoReferenced": true,
|
|
"defineConstraints": [],
|
|
"versionDefines": [],
|
|
"noEngineReferences": false
|
|
}
|