Open Kalchev89 opened 3 months ago
I have renamed all the files (Subsystems, evaluators and tasks). The build in VS is successful but in UE5 when try to compile ST_Soldier I get the following error: "MoveToVehicle Task 'Mass Nav Mesh Move Task': Failed to find binding source property 'AgentRadius' for target Task 'Mass Nav Mesh Move Task' DestinationRadius." And i think i got this compiling error before I changed the name of "PMMassNavMeshMoveTask"
I'm reopening this because there are still other classes you need to rename, but you should wait because I wanted to prevent conflicts with some big open PRs.
@Kalchev89 this should be fine to continue on now in the other ProjectM subfolders that you didn't do the renaming yet.
Add the prefix to types that are missing it. Use Core Redirects so we don't have to update Blueprint references. Then as a separate PR we can update Blueprint references and remove the Core Redirects. Talk to Leroy for details.
Ctrl+Shift+H to find/replace in files.
Example PR.
See here for more information about Core Redirects. To remove core redirects later see here.