Skip to content

Commit

Permalink
Save samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas01 committed Oct 4, 2023
1 parent 600c56c commit 4cfbf05
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: e8d2cb70b1df4848be5d78abadd43e6b, type: 3}
m_Name: AndroidBuildConfiguration
m_EditorClassIdentifier:
configurationName:
configurationName: Build & Run Android
isDevelopmentBuild: 0
isShowBuiltPlayer: 1
isAutoRunPlayer: 0
buildTargets: 01000000
isAutoRunPlayer: 1
buildTargets: 02000000
buildDirectory: Builds
archiveDirectory: Builds
buildNameOverride:
buildVersionOverride:
buildNameDelimiter: ' '
buildDateTimeFormat: yyyyMMHHmm
isAppendVersionToBuildName: 1
isAppendPlatformToBuildName: 1
isAppendDateToBuildName: 1
isAppendPlatformToBuildName: 0
isAppendDateToBuildName: 0
isArchive: 0
isAppendVersionToArchiveName: 1
isAppendPlatformToArchiveName: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: e8d2cb70b1df4848be5d78abadd43e6b, type: 3}
m_Name: ArchiveAllBuildConfiguration
m_EditorClassIdentifier:
configurationName:
configurationName: Build & Archive All
isDevelopmentBuild: 0
isShowBuiltPlayer: 1
isAutoRunPlayer: 0
buildTargets: 01000000
buildTargets: 0100000002000000
buildDirectory: Builds
archiveDirectory: Builds
buildNameOverride:
buildVersionOverride:
buildNameDelimiter: ' '
buildDateTimeFormat: yyyyMMHHmm
isAppendVersionToBuildName: 1
isAppendPlatformToBuildName: 1
isAppendDateToBuildName: 1
isArchive: 0
isAppendPlatformToBuildName: 0
isAppendDateToBuildName: 0
isArchive: 1
isAppendVersionToArchiveName: 1
isAppendPlatformToArchiveName: 1
isAppendDateToArchiveName: 1
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: e8d2cb70b1df4848be5d78abadd43e6b, type: 3}
m_Name: WindowsBuildConfiguration
m_EditorClassIdentifier:
configurationName:
configurationName: Build & Run Windows
isDevelopmentBuild: 0
isShowBuiltPlayer: 1
isAutoRunPlayer: 0
isAutoRunPlayer: 1
buildTargets: 01000000
buildDirectory: Builds
archiveDirectory: Builds
Expand All @@ -24,8 +24,8 @@ MonoBehaviour:
buildNameDelimiter: ' '
buildDateTimeFormat: yyyyMMHHmm
isAppendVersionToBuildName: 1
isAppendPlatformToBuildName: 1
isAppendDateToBuildName: 1
isAppendPlatformToBuildName: 0
isAppendDateToBuildName: 0
isArchive: 0
isAppendVersionToArchiveName: 1
isAppendPlatformToArchiveName: 1
Expand Down

0 comments on commit 4cfbf05

Please sign in to comment.