Skip to content

Commit e884de1

Browse files
Merge pull request #743 from StephenHodgson/HTK-upgrade
Update to Unity 5.6.2f1
2 parents f2b5cda + 675993d commit e884de1

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

ProjectSettings/ProjectSettings.asset

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ PlayerSettings:
328328
switchSocketMemoryPoolSize: 6144
329329
switchSocketAllocatorPoolSize: 128
330330
switchSocketConcurrencyLimit: 14
331+
switchScreenResolutionBehavior: 2
331332
switchUseCPUProfiler: 0
332333
switchApplicationID: 0x0005000C10000001
333334
switchNSODependencies:
@@ -343,9 +344,6 @@ PlayerSettings:
343344
switchTitleNames_9:
344345
switchTitleNames_10:
345346
switchTitleNames_11:
346-
switchTitleNames_12:
347-
switchTitleNames_13:
348-
switchTitleNames_14:
349347
switchPublisherNames_0:
350348
switchPublisherNames_1:
351349
switchPublisherNames_2:
@@ -358,9 +356,6 @@ PlayerSettings:
358356
switchPublisherNames_9:
359357
switchPublisherNames_10:
360358
switchPublisherNames_11:
361-
switchPublisherNames_12:
362-
switchPublisherNames_13:
363-
switchPublisherNames_14:
364359
switchIcons_0: {fileID: 0}
365360
switchIcons_1: {fileID: 0}
366361
switchIcons_2: {fileID: 0}
@@ -373,9 +368,6 @@ PlayerSettings:
373368
switchIcons_9: {fileID: 0}
374369
switchIcons_10: {fileID: 0}
375370
switchIcons_11: {fileID: 0}
376-
switchIcons_12: {fileID: 0}
377-
switchIcons_13: {fileID: 0}
378-
switchIcons_14: {fileID: 0}
379371
switchSmallIcons_0: {fileID: 0}
380372
switchSmallIcons_1: {fileID: 0}
381373
switchSmallIcons_2: {fileID: 0}
@@ -388,9 +380,6 @@ PlayerSettings:
388380
switchSmallIcons_9: {fileID: 0}
389381
switchSmallIcons_10: {fileID: 0}
390382
switchSmallIcons_11: {fileID: 0}
391-
switchSmallIcons_12: {fileID: 0}
392-
switchSmallIcons_13: {fileID: 0}
393-
switchSmallIcons_14: {fileID: 0}
394383
switchManualHTML:
395384
switchAccessibleURLs:
396385
switchLegalInformation:
@@ -406,7 +395,7 @@ PlayerSettings:
406395
switchApplicationErrorCodeCategory:
407396
switchUserAccountSaveDataSize: 0
408397
switchUserAccountSaveDataJournalSize: 0
409-
switchAttribute: 0
398+
switchApplicationAttribute: 0
410399
switchCardSpecSize: 4
411400
switchCardSpecClock: 25
412401
switchRatingsMask: 0
@@ -433,6 +422,15 @@ PlayerSettings:
433422
switchParentalControl: 0
434423
switchAllowsScreenshot: 1
435424
switchDataLossConfirmation: 0
425+
switchSupportedNpadStyles: 3
426+
switchSocketConfigEnabled: 0
427+
switchTcpInitialSendBufferSize: 32
428+
switchTcpInitialReceiveBufferSize: 64
429+
switchTcpAutoSendBufferSizeMax: 256
430+
switchTcpAutoReceiveBufferSizeMax: 256
431+
switchUdpSendBufferSize: 9
432+
switchUdpReceiveBufferSize: 42
433+
switchSocketBufferEfficiency: 4
436434
ps4NPAgeRating: 12
437435
ps4NPTitleSecret:
438436
ps4NPTrophyPackPath:

ProjectSettings/ProjectVersion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
m_EditorVersion: 5.6.1f1
1+
m_EditorVersion: 5.6.2f1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This is effectively part of the existing HoloToolkit, but this is the repository that will contain all Unity specific components.
33
The HoloToolkit is a collection of scripts and components intended to accelerate development of holographic applications targeting Windows Holographic.
44

5-
**Required Unity Editor Version: 5.6.1f1**
5+
**Required Unity Editor Version: 5.6.2f1**
66

77
HoloToolkit contains the following feature areas:
88

0 commit comments

Comments
 (0)