第一次提交

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,61 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.88",
"FriendlyName": "Ultimate Gameplay Camera",
"Description": "This project allows you to easily and quickly add a AAA-standard, dynamic third person camera to your game! These features are smooth and non-intrusive, always prioritizing the players input.",
"Category": "Code Plugin",
"CreatedBy": "Aurora Devs",
"CreatedByURL": "https://www.fab.com/sellers/Aurora%20Devs",
"DocsURL": "https://coda.io/@aurora-devs/documentation-ultimate-gameplay-camera",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/291971d9abb1443897deb57e80731270",
"SupportURL": "mailto:support@auroradevs.eu",
"EngineVersion": "5.7.0",
"CanContainContent": true,
"Installed": true,
"SupportedTargetPlatforms": [
"Win64"
],
"Modules": [
{
"Name": "AuroraDevs_UGC",
"Type": "Runtime",
"LoadingPhase": "PostConfigInit",
"PlatformAllowList": [
"Win64"
],
"AdditionalDependencies": [
"Engine",
"EngineCameras",
"EnhancedInput",
"TemplateSequence"
]
},
{
"Name": "AuroraDevs_UGCEditor",
"Type": "UncookedOnly",
"LoadingPhase": "PreDefault",
"PlatformAllowList": [
"Win64"
],
"AdditionalDependencies": [
"Engine",
"BlueprintGraph"
]
}
],
"Plugins": [
{
"Name": "EngineCameras",
"Enabled": true
},
{
"Name": "EnhancedInput",
"Enabled": true
},
{
"Name": "TemplateSequence",
"Enabled": true
}
]
}

View File

@@ -0,0 +1,2 @@
[FilterPlugin]
/Config/*

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More