Skip to content

Commit ca4201e

Browse files
authored
CHANGE: Input samples fixes (#839)
1 parent 12a1055 commit ca4201e

37 files changed

+68694
-73114
lines changed

ExternalSampleProjects/ExternalSamplesUtility.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ static string[] GetAssetsToPublish()
8282
{
8383
return
8484
Directory.GetFileSystemEntries("Assets").Where(x => !x.Contains("ExternalSamplesUtility"))
85-
.Concat(new []{"ProjectSettings/ProjectSettings.asset"})
85+
.Concat(Directory.GetFileSystemEntries("ProjectSettingsBackup").Select(x => x.Replace("ProjectSettingsBackup", "ProjectSettings")))
8686
.ToArray();
8787
}
8888

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)