Initialize PHY Codex workflow

This commit is contained in:
2026-04-25 23:43:40 +08:00
commit 5aacc79f03
38 changed files with 2804 additions and 0 deletions

50
PHY.uproject Normal file
View File

@@ -0,0 +1,50 @@
{
"FileVersion": 3,
"EngineAssociation": "5.7",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "PHY",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "GenericCombatSystem",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/d4d45c2c-c698-4274-bb14-5474b7880a01"
},
{
"Name": "GenericGameSystem",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/6904d4d1-c7af-4973-b10e-a88c4436dab5"
},
{
"Name": "GenericInventorySystem",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/9a9b6f10-4d4c-4897-90ec-809854653402"
},
{
"Name": "SmoothLocomotionSystem",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/643ae212-8cfe-4238-bb56-c41"
},
{
"Name": "AuroraDevs_UGC",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/291971d9abb1443897deb57e80731270",
"SupportedTargetPlatforms": [
"Win64"
]
}
]
}