diff --git a/.circleci/config.yml b/.circleci/config.yml index fdd10fe..bbf811d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,15 +93,15 @@ workflows: - generate-source-zip: name: "Generate Source Archive UE5.2" target: "5.2" - - hold: - type: approval + - generate-source-zip: + name: "Generate Source Archive UE5.3" + target: "5.3" + - marketplace-deploy: + name: "Deploy to marketplace" + context: do-spaces-speckle-releases requires: - "Generate Source Archive UE4.27" - "Generate Source Archive UE5.0" - "Generate Source Archive UE5.1" - "Generate Source Archive UE5.2" - - marketplace-deploy: - name: "Deploy to marketplace" - context: do-spaces-speckle-releases - requires: - - hold + - "Generate Source Archive UE5.3" diff --git a/.pluginconfig/4.27/SpeckleUnreal.uplugin b/.pluginconfig/4.27/SpeckleUnreal.uplugin index 8c19a5b..f773fd9 100644 --- a/.pluginconfig/4.27/SpeckleUnreal.uplugin +++ b/.pluginconfig/4.27/SpeckleUnreal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "2.15.1", + "VersionName": "2.15.2", "FriendlyName": "Speckle Unreal", "Description": "Speckle is an open source data platform for Architecture, Engineering, and Construction. It has been open sourced under the Apache License 2.0, is customizable, and available in the cloud or via a self-hosted server. It allows users to exchange data between various AEC modelling and content creation platforms.", "Category": "AEC", diff --git a/.pluginconfig/5.0/SpeckleUnreal.uplugin b/.pluginconfig/5.0/SpeckleUnreal.uplugin index 966500c..28ae63b 100644 --- a/.pluginconfig/5.0/SpeckleUnreal.uplugin +++ b/.pluginconfig/5.0/SpeckleUnreal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "2.15.1", + "VersionName": "2.15.2", "FriendlyName": "Speckle Unreal", "Description": "Speckle is an open source data platform for Architecture, Engineering, and Construction. It has been open sourced under the Apache License 2.0, is customizable, and available in the cloud or via a self-hosted server. It allows users to exchange data between various AEC modelling and content creation platforms.", "Category": "AEC", diff --git a/.pluginconfig/5.1/SpeckleUnreal.uplugin b/.pluginconfig/5.1/SpeckleUnreal.uplugin index a4d774e..cba0a12 100644 --- a/.pluginconfig/5.1/SpeckleUnreal.uplugin +++ b/.pluginconfig/5.1/SpeckleUnreal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "2.15.1", + "VersionName": "2.15.2", "FriendlyName": "Speckle Unreal", "Description": "Speckle is an open source data platform for Architecture, Engineering, and Construction. It has been open sourced under the Apache License 2.0, is customizable, and available in the cloud or via a self-hosted server. It allows users to exchange data between various AEC modelling and content creation platforms.", "Category": "AEC", diff --git a/.pluginconfig/5.2/SpeckleUnreal.uplugin b/.pluginconfig/5.2/SpeckleUnreal.uplugin index be3bcee..f817906 100644 --- a/.pluginconfig/5.2/SpeckleUnreal.uplugin +++ b/.pluginconfig/5.2/SpeckleUnreal.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "2.15.1", + "VersionName": "2.15.2", "FriendlyName": "Speckle Unreal", "Description": "Speckle is an open source data platform for Architecture, Engineering, and Construction. It has been open sourced under the Apache License 2.0, is customizable, and available in the cloud or via a self-hosted server. It allows users to exchange data between various AEC modelling and content creation platforms.", "Category": "AEC", diff --git a/.pluginconfig/5.3/.gitattributes b/.pluginconfig/5.3/.gitattributes new file mode 100644 index 0000000..6f82cb6 --- /dev/null +++ b/.pluginconfig/5.3/.gitattributes @@ -0,0 +1,6 @@ +.gitattributes export-ignore +.github/* export-ignore +.circleci/* export-ignore +.circleci/ export-ignore +.pluginconfig/* export-ignore +LICENSE export-ignore \ No newline at end of file diff --git a/.pluginconfig/5.3/SpeckleUnreal.uplugin b/.pluginconfig/5.3/SpeckleUnreal.uplugin new file mode 100644 index 0000000..adddb5b --- /dev/null +++ b/.pluginconfig/5.3/SpeckleUnreal.uplugin @@ -0,0 +1,42 @@ +{ + "FileVersion": 3, + "Version": 1, + "VersionName": "2.15.2", + "FriendlyName": "Speckle Unreal", + "Description": "Speckle is an open source data platform for Architecture, Engineering, and Construction. It has been open sourced under the Apache License 2.0, is customizable, and available in the cloud or via a self-hosted server. It allows users to exchange data between various AEC modelling and content creation platforms.", + "Category": "AEC", + "CreatedBy": "Speckle", + "CreatedByURL": "https://speckle.systems/", + "DocsURL": "https://github.com/specklesystems/speckle-unreal", + "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/98770ce9d4f143de8dd7882a707a6f81", + "SupportURL": "https://speckle.community/", + "CanContainContent": true, + "IsBetaVersion": true, + "IsExperimentalVersion": false, + "Installed": false, + "EngineVersion": "5.3", + "Modules": [ + { + "Name": "SpeckleUnreal", + "Type": "Runtime", + "LoadingPhase": "Default", + "WhitelistPlatforms": [ "Win64", "Linux", "Mac" ] + }, + { + "Name": "SpeckleUnrealEditor", + "Type": "Editor", + "LoadingPhase": "PostEngineInit", + "WhitelistPlatforms": [ "Win64", "Linux", "Mac" ] + } + ], + "Plugins": [ + { + "Name": "ProceduralMeshComponent", + "Enabled": true + }, + { + "Name": "LidarPointCloud", + "Enabled": true + } + ] +} \ No newline at end of file