Skip to content

Commit 88e6f66

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 6dbba73 commit 88e6f66

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Project/ProjectSettings/ProjectSettings.asset

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--- !u!129 &1
44
PlayerSettings:
55
m_ObjectHideFlags: 0
6-
serializedVersion: 18
6+
serializedVersion: 15
77
productGUID: cd7e9a0e0d1d14312ad9e89757262f3b
88
AndroidProfiler: 0
99
AndroidFilterTouchesWhenObscured: 0
@@ -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
@@ -52,8 +52,8 @@ PlayerSettings:
5252
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
5353
iosShowActivityIndicatorOnLoading: -1
5454
androidShowActivityIndicatorOnLoading: -1
55+
iosAppInBackgroundBehavior: 0
5556
displayResolutionDialog: 0
56-
iosUseCustomAppBackgroundBehavior: 0
5757
iosAllowHTTPDownload: 1
5858
allowedAutorotateToPortrait: 1
5959
allowedAutorotateToPortraitUpsideDown: 1
@@ -394,7 +394,6 @@ PlayerSettings:
394394
switchRatingsInt_9: 0
395395
switchRatingsInt_10: 0
396396
switchRatingsInt_11: 0
397-
switchRatingsInt_12: 0
398397
switchLocalCommunicationIds_0: 0x0005000C10000001
399398
switchLocalCommunicationIds_1:
400399
switchLocalCommunicationIds_2:

0 commit comments

Comments
 (0)