Skip to content

Commit 22ab5f9

Browse files
author
Jonathan Harper
committed
Remove space from Product Name for examples
In #2588 it was suggested that the space in the Product Name for our example environments causes confusion when using a default build because of the need to escape the space in the build filename. This change removes the space from the Product Name in the project's player settings.
1 parent 414b97e commit 22ab5f9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Project/ProjectSettings/ProjectSettings.asset

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ PlayerSettings:
1313
useOnDemandResources: 0
1414
accelerometerFrequency: 60
1515
companyName: Unity Technologies
16-
productName: Unity Environment
16+
productName: UnityEnvironment
1717
defaultCursor: {fileID: 0}
1818
cursorHotspot: {x: 0, y: 0}
1919
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
20-
m_ShowUnitySplashScreen: 0
20+
m_ShowUnitySplashScreen: 1
2121
m_ShowUnitySplashLogo: 1
2222
m_SplashScreenOverlayOpacity: 1
2323
m_SplashScreenAnimation: 1
@@ -104,6 +104,7 @@ PlayerSettings:
104104
xboxOneMonoLoggingLevel: 0
105105
xboxOneLoggingLevel: 1
106106
xboxOneDisableEsram: 0
107+
xboxOneEnableTypeOptimization: 0
107108
xboxOnePresentImmediateThreshold: 0
108109
switchQueueCommandMemory: 1048576
109110
switchQueueControlMemory: 16384

com.unity.ml-agents/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5353
- Fixed an issue when using GAIL with less than `batch_size` number of demonstrations. (#3591)
5454
- The interfaces to the `SideChannel` classes (on C# and python) have changed to use new `IncomingMessage` and `OutgoingMessage` classes. These should make reading and writing data to the channel easier. (#3596)
5555
- Updated the ExpertPyramid.demo example demonstration file (#3613)
56-
- Updated project version for example environments to 2018.4.18f1 (#3618)
56+
- Updated project version for example environments to 2018.4.18f1. (#3618)
57+
- Changed the Product Name in the example environments to remove spaces, so that the default build executable file doesn't contain spaces. (#3612)
5758

5859
## [0.14.1-preview] - 2020-02-25
5960

0 commit comments

Comments
 (0)