This repository was archived by the owner on Dec 5, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +14
-10
lines changed
Expand file tree Collapse file tree 5 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " your_project_name_here" ,
33 "project_version" : " 1.0.0" ,
4- "sdk_version" : " 12.0.5 " ,
4+ "sdk_version" : " 12.1.0 " ,
55 "dependencies" : [
6- {"name" : " standard_library" , "version" : " 12.0.5 " }
6+ {"name" : " standard_library" , "version" : " 12.1.0 " }
77 ]
88}
Original file line number Diff line number Diff line change 99 "UnityClient" : {
1010 "Targets" : [
1111 " StandaloneWindows" ,
12- " StandaloneOSXIntel64 "
12+ " StandaloneOSX "
1313 ],
1414 "Assets" : " Streaming"
1515 }
Original file line number Diff line number Diff line change 33--- !u!129 &1
44PlayerSettings :
55 m_ObjectHideFlags : 0
6- serializedVersion : 11
6+ serializedVersion : 14
77 productGUID : ee129e300e71f7e44b4616b3c2b3be02
88 AndroidProfiler : 0
9+ AndroidFilterTouchesWhenObscured : 0
910 defaultScreenOrientation : 0
1011 targetDevice : 2
1112 useOnDemandResources : 0
@@ -581,7 +582,9 @@ PlayerSettings:
581582 incrementalIl2cppBuild :
582583 iOS : 0
583584 additionalIl2CppArgs :
584- apiCompatibilityLevelPerPlatform : {}
585+ scriptingRuntimeVersion : 0
586+ apiCompatibilityLevelPerPlatform :
587+ Standalone : 1
585588 m_RenderingPath : 1
586589 m_MobileRenderingPath : 1
587590 metroPackageName : Client
@@ -672,9 +675,10 @@ PlayerSettings:
672675 UNet : 0
673676 Unity_Ads : 0
674677 facebookSdkVersion : 7.9.1
675- apiCompatibilityLevel : 1
678+ apiCompatibilityLevel : 2
676679 cloudProjectId :
677680 projectName :
678681 organizationId :
679682 cloudEnabled : 0
680- enableNewInputSystem : 0
683+ enableNativePlatformBackendsForNewInputSystem : 0
684+ disableOldInputManagerSupport : 0
Original file line number Diff line number Diff line change 1- m_EditorVersion: 5.6 .0f3
1+ m_EditorVersion: 2017.3 .0f3
Original file line number Diff line number Diff line change 2727 "arguments" : [
2828 " +projectName" ,
2929 " ${IMPROBABLE_PROJECT_NAME}" ,
30- " +receptionistHost " ,
30+ " +receptionistIp " ,
3131 " ${IMPROBABLE_RECEPTIONIST_HOST}" ,
3232 " +receptionistPort" ,
3333 " ${IMPROBABLE_RECEPTIONIST_PORT}" ,
5555 "arguments" : [
5656 " +projectName" ,
5757 " ${IMPROBABLE_PROJECT_NAME}" ,
58- " +receptionistIp " ,
58+ " +receptionistHost " ,
5959 " ${IMPROBABLE_RECEPTIONIST_HOST}" ,
6060 " +receptionistPort" ,
6161 " ${IMPROBABLE_RECEPTIONIST_PORT}" ,
You can’t perform that action at this time.
0 commit comments