You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Compared to the PR: - Fixed non-Unity compiles by adding several header includes. - Fixed Linux compile error in SPlasticSourceControlBranchesWidget.cpp: FPlasticSourceControlBranchPtr vs FPlasticSourceControlBranchRef usage in ::GetSelectedBranches(). This was originally submitted to //UE5/Main as #31119614 and #31174444 - manually integrated to //UE5/Release-5.4 (convert to edit). #jira UE-203360 #rb Manuel.Lang #fyi Manuel.Lang #review-30764285 [CL 31334923 by SRombauts in 5.4 branch]
28 lines
782 B
Plaintext
28 lines
782 B
Plaintext
{
|
|
"FileVersion": 3,
|
|
"Version": 90,
|
|
"VersionName": "1.9.0",
|
|
"FriendlyName": "Plastic SCM",
|
|
"Description": "Unity Version Control (formerly Plastic SCM)",
|
|
"Category": "Source Control",
|
|
"CreatedBy": "SRombauts for Codice Software.",
|
|
"CreatedByURL": "https://srombauts.github.io",
|
|
"DocsURL": "https://docs.unity.com/ugs/en-us/manual/devops/manual/vcs-plugins/unreal-plugin",
|
|
"MarketplaceURL": "",
|
|
"SupportURL": "https://support.unity.com/hc/en-us/requests/new?ticket_form_id=360001051792",
|
|
"EnabledByDefault": true,
|
|
"CanContainContent": false,
|
|
"IsBetaVersion": false,
|
|
"Installed": false,
|
|
"Modules": [
|
|
{
|
|
"Name": "PlasticSourceControl",
|
|
"Type": "UncookedOnly",
|
|
"LoadingPhase": "EarliestPossible",
|
|
"PlatformAllowList": [
|
|
"Win64",
|
|
"Linux"
|
|
]
|
|
}
|
|
]
|
|
} |