diff --git a/.gitignore b/.gitignore index 8cfad904b3c876ee5516079b0a0e4991aee25cb5..5cdc865eebf5210c6d5edf0bea3b103bc819b2ad 100644 --- a/.gitignore +++ b/.gitignore @@ -96,6 +96,7 @@ DerivedDataCache/* # Private Plugins handled by rclone Plugins/DragonIK Plugins/OnlineSubsystemRedpointEOS +Plugins/OnlineSubsystemBlueprints # Public Plugins handled by rclone Plugins/MetaXR diff --git a/Config/DefaultEditor.ini b/Config/DefaultEditor.ini index a20fc4afacc98027404166ff7644587241cc39fd..a86f66263e35710df367226c5d6734c37d0e022f 100644 --- a/Config/DefaultEditor.ini +++ b/Config/DefaultEditor.ini @@ -7,3 +7,5 @@ DedicatedServerClientId= DedicatedServerClientSecret= DedicatedServerPrivateKey=PNwCXH7XPDzoob60tW9dxPcpSI4Yd9xJlbU3arAiWJmlXq6f2RngzsgwzvN5FWO9KNGpBmqn+HiWFlIzoLxheA== +[/Script/AdvancedPreviewScene.SharedProfiles] + diff --git a/CyberProject.uproject b/CyberProject.uproject index 71c979c8f7276b224a4de298eee162e160be9817..23fac3508d38bd54fa0d759317617bc7fe5f6049 100644 --- a/CyberProject.uproject +++ b/CyberProject.uproject @@ -80,18 +80,6 @@ "Name": "AlembicHairImporter", "Enabled": true }, - { - "Name": "CesiumForUnreal", - "Enabled": true, - "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/87b0d05800a545d49bf858ef3458c4f7", - "SupportedTargetPlatforms": [ - "Win64", - "Mac", - "Linux", - "Android", - "IOS" - ] - }, { "Name": "USDImporter", "Enabled": true, @@ -280,6 +268,11 @@ "SupportedTargetPlatforms": [ "Android" ] + }, + { + "Name": "OnlineSubsystemBlueprints", + "Enabled": true, + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/f9b4f0637a8f4993ac05a4481fdfd3e0" } ] } \ No newline at end of file diff --git a/rclone-filter.txt b/rclone-filter.txt index 28afad3e023ce3aa89b401ed8f17b2d697ecdf30..883ebb3b9e1702fd6366847841fe45de87deb774 100644 --- a/rclone-filter.txt +++ b/rclone-filter.txt @@ -11,6 +11,7 @@ + Plugins/DragonIK/** + Plugins/MetaXR/** + Plugins/OnlineSubsystemRedpointEOS/** ++ Plugins/OnlineSubsystemBlueprints/** # Files to be synced with RClone instead of Git + Content/**