第一次提交

This commit is contained in:
不明不惑
2026-03-03 01:23:02 +08:00
commit 3e434877e8
1053 changed files with 102411 additions and 0 deletions

View File

@@ -0,0 +1,92 @@
{
"FileVersion": 3,
"Version": 7,
"VersionName": "1.5.1",
"FriendlyName": "GenericGameSystem",
"Description": "Common functionalities for Interaction, context based svf/vfx play, Camera modes management, and CommonUI extensions.",
"Category": "Gameplay",
"CreatedBy": "YuewuDev",
"CreatedByURL": "https://yuewu.dev/en",
"DocsURL": "https://www.yuewu.dev/en/wiki",
"MarketplaceURL": "com.epicgames.launcher://ue/Fab/product/6904d4d1-c7af-4973-b10e-a88c4436dab5",
"SupportURL": "https://discord.com/invite/xMRXAB2",
"EngineVersion": "5.7.0",
"CanContainContent": false,
"Installed": true,
"Modules": [
{
"Name": "GenericEffectsSystem",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Linux"
]
},
{
"Name": "GenericCameraSystem",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Linux"
]
},
{
"Name": "GenericUISystem",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Linux"
]
},
{
"Name": "GenericGameSystem",
"Type": "Runtime",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64",
"Android",
"Linux"
]
}
],
"Plugins": [
{
"Name": "Niagara",
"Enabled": true
},
{
"Name": "CommonUI",
"Enabled": true
},
{
"Name": "EnhancedInput",
"Enabled": true
},
{
"Name": "ModularGameplay",
"Enabled": true
},
{
"Name": "TargetingSystem",
"Enabled": true
},
{
"Name": "SmartObjects",
"Enabled": true
},
{
"Name": "GameplayBehaviors",
"Enabled": true
},
{
"Name": "GameplayBehaviorSmartObjects",
"Enabled": true
}
]
}