Skip to content

Commit

Permalink
Update project plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Oct 21, 2023
1 parent 1bd7304 commit fc4a45f
Showing 1 changed file with 72 additions and 4 deletions.
76 changes: 72 additions & 4 deletions FactoryGame.uproject
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "5.1.1-CSS",
"EngineAssociation": "5.2.1-CSS",
"Category": "",
"Description": "",
"Modules": [
Expand All @@ -19,8 +19,8 @@
"OnlineSubsystemUtils",
"UMG",
"DeveloperSettings",
"AbstractInstance",
"EnhancedInput"
"EnhancedInput",
"Foliage"
]
},
{
Expand All @@ -30,6 +30,30 @@
}
],
"Plugins": [
{
"Name": "OnlineServices",
"Enabled": true
},
{
"Name": "OnlineServicesEOS",
"Enabled": true,
"WhitelistPlatforms": [
"Win64",
"Linux"
]
},
{
"Name": "OnlineServicesEOSGS",
"Enabled": true
},
{
"Name": "SocketSubsystemEOS",
"Enabled": true
},
{
"Name": "OnlineServicesOSSAdapter",
"Enabled": true
},
{
"Name": "ChaosVehiclesPlugin",
"Enabled": true
Expand Down Expand Up @@ -170,6 +194,30 @@
"Name": "EditorScriptingUtilities",
"Enabled": true
},
{
"Name": "EditorTests",
"Enabled": true
},
{
"Name": "FbxAutomationTestBuilder",
"Enabled": true
},
{
"Name": "FunctionalTestingEditor",
"Enabled": true
},
{
"Name": "RuntimeTests",
"Enabled": true
},
{
"Name": "MagicLeap",
"Enabled": false
},
{
"Name": "RenderDocPlugin",
"Enabled": false
},
{
"Name": "Landmass",
"Enabled": true
Expand Down Expand Up @@ -205,6 +253,26 @@
{
"Name": "MovieRenderPipeline",
"Enabled": true
},
{
"Name": "AppleProResMedia",
"Enabled": true,
"SupportedTargetPlatforms": [
"Win64"
]
},
{
"Name": "ControlFlows",
"Enabled": true
},
{
"Name": "ModelViewViewModel",
"Enabled": true
}
],
"TargetPlatforms": [
"Win64",
"Linux",
"Windows"
]
}
}

0 comments on commit fc4a45f

Please sign in to comment.