Skip to content
Snippets Groups Projects
Commit 138485de authored by Giovanni Vindiola's avatar Giovanni Vindiola :speech_balloon:
Browse files

Added OnlineSubsystemBlueprints Plugin. Init OSS widgets and Lobby Menu

parent 65a36c7d
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,7 @@ DerivedDataCache/* ...@@ -96,6 +96,7 @@ DerivedDataCache/*
# Private Plugins handled by rclone # Private Plugins handled by rclone
Plugins/DragonIK Plugins/DragonIK
Plugins/OnlineSubsystemRedpointEOS Plugins/OnlineSubsystemRedpointEOS
Plugins/OnlineSubsystemBlueprints
# Public Plugins handled by rclone # Public Plugins handled by rclone
Plugins/MetaXR Plugins/MetaXR
......
...@@ -7,3 +7,5 @@ DedicatedServerClientId= ...@@ -7,3 +7,5 @@ DedicatedServerClientId=
DedicatedServerClientSecret= DedicatedServerClientSecret=
DedicatedServerPrivateKey=PNwCXH7XPDzoob60tW9dxPcpSI4Yd9xJlbU3arAiWJmlXq6f2RngzsgwzvN5FWO9KNGpBmqn+HiWFlIzoLxheA== DedicatedServerPrivateKey=PNwCXH7XPDzoob60tW9dxPcpSI4Yd9xJlbU3arAiWJmlXq6f2RngzsgwzvN5FWO9KNGpBmqn+HiWFlIzoLxheA==
[/Script/AdvancedPreviewScene.SharedProfiles]
...@@ -80,18 +80,6 @@ ...@@ -80,18 +80,6 @@
"Name": "AlembicHairImporter", "Name": "AlembicHairImporter",
"Enabled": true "Enabled": true
}, },
{
"Name": "CesiumForUnreal",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/87b0d05800a545d49bf858ef3458c4f7",
"SupportedTargetPlatforms": [
"Win64",
"Mac",
"Linux",
"Android",
"IOS"
]
},
{ {
"Name": "USDImporter", "Name": "USDImporter",
"Enabled": true, "Enabled": true,
...@@ -280,6 +268,11 @@ ...@@ -280,6 +268,11 @@
"SupportedTargetPlatforms": [ "SupportedTargetPlatforms": [
"Android" "Android"
] ]
},
{
"Name": "OnlineSubsystemBlueprints",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/f9b4f0637a8f4993ac05a4481fdfd3e0"
} }
] ]
} }
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
+ Plugins/DragonIK/** + Plugins/DragonIK/**
+ Plugins/MetaXR/** + Plugins/MetaXR/**
+ Plugins/OnlineSubsystemRedpointEOS/** + Plugins/OnlineSubsystemRedpointEOS/**
+ Plugins/OnlineSubsystemBlueprints/**
# Files to be synced with RClone instead of Git # Files to be synced with RClone instead of Git
+ Content/** + Content/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment