-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #88 from specklesystems/jrm/5.3
Added marketplace build ci for UE 5.3
- Loading branch information
Showing
7 changed files
with
59 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.gitattributes export-ignore | ||
.github/* export-ignore | ||
.circleci/* export-ignore | ||
.circleci/ export-ignore | ||
.pluginconfig/* export-ignore | ||
LICENSE export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
] | ||
} |