upgrade to 5.6.6f2

This commit is contained in:
2018-10-26 01:23:41 +07:00
parent 4f5197c138
commit 454477a910
6 changed files with 193 additions and 35 deletions

9
.gitignore vendored
View File

@@ -1,5 +1,12 @@
obj/*
Temp/* Temp/*
Library/* Library/*
Assets/AssetStoreTools/* Assets/AssetStoreTools/*
Assets/AssetStoreTools.meta Assets/AssetStoreTools.meta
.DS_Store
iso-tools.sln
iso-tools.userprefs
Assembly-CSharp.csproj
Assembly-CSharp-Editor.csproj

View File

@@ -1,12 +0,0 @@
glob:obj/*
glob:Temp/*
glob:Library/*
glob:AssetStoreTools/*
glob:AssetStoreTools.meta
glob:.DS_Store
glob:unityiso.sln
glob:unityiso.userprefs
glob:Assembly-CSharp.csproj
glob:Assembly-CSharp-Editor.csproj

View File

View File

@@ -7,23 +7,31 @@ EditorBuildSettings:
m_Scenes: m_Scenes:
- enabled: 1 - enabled: 1
path: Assets/IsoTools/Examples/Scenes/Scene00.unity path: Assets/IsoTools/Examples/Scenes/Scene00.unity
guid: 300dc992f1ccd4215b066b385d870909
- enabled: 1 - enabled: 1
path: Assets/IsoTools/Examples/Scenes/Scene01.unity path: Assets/IsoTools/Examples/Scenes/Scene01.unity
guid: bed1ae3aad0a341b7a6ce26a08bfed66
- enabled: 1 - enabled: 1
path: Assets/IsoTools/Examples/Scenes/Scene02.unity path: Assets/IsoTools/Examples/Scenes/Scene02.unity
guid: 3b326225b2d6342dd9a9efd430fdf665
- enabled: 1 - enabled: 1
path: Assets/IsoTools/Examples/Scenes/Scene03.unity path: Assets/IsoTools/Examples/Scenes/Scene03.unity
guid: f5b64dc65c2c54648bf436e88a46b492
- enabled: 1 - enabled: 1
path: Assets/IsoTools/Examples/Scenes/Scene04.unity path: Assets/IsoTools/Examples/Scenes/Scene04.unity
guid: 39470f522af884ebea4ecde56b2e7988
- enabled: 1 - enabled: 1
path: Assets/IsoTools/Examples/Scenes/Scene05.unity path: Assets/IsoTools/Examples/Scenes/Scene05.unity
guid: 247442725a7ca47b5ac9b6588dba41fe
- enabled: 1 - enabled: 1
path: Assets/IsoTools/Examples/Scenes/Scene06.unity path: Assets/IsoTools/Examples/Scenes/Scene06.unity
guid: 66103e03d44124b8f90fe91cedff2b15
- enabled: 1 - enabled: 1
path: Assets/IsoTools/Examples/Scenes/Scene07.unity path: Assets/IsoTools/Examples/Scenes/Scene07.unity
guid: 11611aa924d614127917d9e1eedfa841
- enabled: 1 - enabled: 1
path: Assets/IsoTools/Examples/Scenes/Scene08.unity path: Assets/IsoTools/Examples/Scenes/Scene08.unity
guid: 3aae03a1b5bb14c5e81387a04eaad3b9
- enabled: 1 - enabled: 1
path: Assets/IsoTools/Examples/Scenes/Scene09.unity path: Assets/IsoTools/Examples/Scenes/Scene09.unity
- enabled: 1 guid: 791584dcfc13145ff8d4699ad898a7f1
path: Assets/IsoTools/Examples/Scenes/Scene10.unity

View File

@@ -3,7 +3,7 @@
--- !u!129 &1 --- !u!129 &1
PlayerSettings: PlayerSettings:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
serializedVersion: 10 serializedVersion: 11
productGUID: 0ae4d8e5611a65d45bd97550aa4471af productGUID: 0ae4d8e5611a65d45bd97550aa4471af
AndroidProfiler: 0 AndroidProfiler: 0
defaultScreenOrientation: 4 defaultScreenOrientation: 4
@@ -70,12 +70,15 @@ PlayerSettings:
captureSingleScreen: 0 captureSingleScreen: 0
muteOtherAudioSources: 0 muteOtherAudioSources: 0
Prepare IOS For Recording: 0 Prepare IOS For Recording: 0
deferSystemGesturesMode: 0
hideHomeButton: 0
submitAnalytics: 1 submitAnalytics: 1
usePlayerLog: 1 usePlayerLog: 1
bakeCollisionMeshes: 0 bakeCollisionMeshes: 0
forceSingleInstance: 0 forceSingleInstance: 0
resizableWindow: 0 resizableWindow: 0
useMacAppStoreValidation: 0 useMacAppStoreValidation: 0
macAppStoreCategory: public.app-category.games
gpuSkinning: 0 gpuSkinning: 0
graphicsJobs: 0 graphicsJobs: 0
xboxPIXTextureCapture: 0 xboxPIXTextureCapture: 0
@@ -85,6 +88,7 @@ PlayerSettings:
xboxEnableFitness: 0 xboxEnableFitness: 0
visibleInBackground: 0 visibleInBackground: 0
allowFullscreenSwitch: 1 allowFullscreenSwitch: 1
graphicsJobMode: 0
macFullscreenMode: 2 macFullscreenMode: 2
d3d9FullscreenMode: 1 d3d9FullscreenMode: 1
d3d11FullscreenMode: 1 d3d11FullscreenMode: 1
@@ -95,9 +99,10 @@ PlayerSettings:
n3dsDisableStereoscopicView: 0 n3dsDisableStereoscopicView: 0
n3dsEnableSharedListOpt: 1 n3dsEnableSharedListOpt: 1
n3dsEnableVSync: 0 n3dsEnableVSync: 0
uiUse16BitDepthBuffer: 0
ignoreAlphaClear: 0 ignoreAlphaClear: 0
xboxOneResolution: 0 xboxOneResolution: 0
xboxOneSResolution: 0
xboxOneXResolution: 3
xboxOneMonoLoggingLevel: 0 xboxOneMonoLoggingLevel: 0
xboxOneLoggingLevel: 1 xboxOneLoggingLevel: 1
videoMemoryForVertexBuffers: 0 videoMemoryForVertexBuffers: 0
@@ -118,27 +123,44 @@ PlayerSettings:
16:10: 1 16:10: 1
16:9: 1 16:9: 1
Others: 1 Others: 1
bundleIdentifier: com.Company.ProductName
bundleVersion: 1.0 bundleVersion: 1.0
preloadedAssets: [] preloadedAssets: []
metroInputSource: 0 metroInputSource: 0
m_HolographicPauseOnTrackingLoss: 1 m_HolographicPauseOnTrackingLoss: 1
xboxOneDisableKinectGpuReservation: 0 xboxOneDisableKinectGpuReservation: 0
xboxOneEnable7thCore: 0
vrSettings:
cardboard:
depthFormat: 0
enableTransitionView: 0
daydream:
depthFormat: 0
useSustainedPerformanceMode: 0
hololens:
depthFormat: 1
protectGraphicsMemory: 0 protectGraphicsMemory: 0
useHDRDisplay: 0
applicationIdentifier:
Android: com.Company.ProductName
Standalone: unity.BlackMat.UnityIso
Tizen: com.Company.ProductName
iOS: com.Company.ProductName
tvOS: com.Company.ProductName
buildNumber:
iOS: 0
AndroidBundleVersionCode: 1 AndroidBundleVersionCode: 1
AndroidMinSdkVersion: 9 AndroidMinSdkVersion: 16
AndroidTargetSdkVersion: 0
AndroidPreferredInstallLocation: 1 AndroidPreferredInstallLocation: 1
aotOptions: aotOptions:
apiCompatibilityLevel: 2
stripEngineCode: 1 stripEngineCode: 1
iPhoneStrippingLevel: 0 iPhoneStrippingLevel: 0
iPhoneScriptCallOptimization: 0 iPhoneScriptCallOptimization: 0
iPhoneBuildNumber: 0
ForceInternetPermission: 0 ForceInternetPermission: 0
ForceSDCardPermission: 0 ForceSDCardPermission: 0
CreateWallpaper: 0 CreateWallpaper: 0
APKExpansionFiles: 0 APKExpansionFiles: 0
preloadShaders: 0 keepLoadedShadersAlive: 0
StripUnusedMeshComponents: 0 StripUnusedMeshComponents: 0
VertexChannelCompressionMask: VertexChannelCompressionMask:
serializedVersion: 2 serializedVersion: 2
@@ -160,15 +182,21 @@ PlayerSettings:
iPhone47inSplashScreen: {fileID: 0} iPhone47inSplashScreen: {fileID: 0}
iPhone55inPortraitSplashScreen: {fileID: 0} iPhone55inPortraitSplashScreen: {fileID: 0}
iPhone55inLandscapeSplashScreen: {fileID: 0} iPhone55inLandscapeSplashScreen: {fileID: 0}
iPhone58inPortraitSplashScreen: {fileID: 0}
iPhone58inLandscapeSplashScreen: {fileID: 0}
iPadPortraitSplashScreen: {fileID: 0} iPadPortraitSplashScreen: {fileID: 0}
iPadHighResPortraitSplashScreen: {fileID: 0} iPadHighResPortraitSplashScreen: {fileID: 0}
iPadLandscapeSplashScreen: {fileID: 0} iPadLandscapeSplashScreen: {fileID: 0}
iPadHighResLandscapeSplashScreen: {fileID: 0} iPadHighResLandscapeSplashScreen: {fileID: 0}
appleTVSplashScreen: {fileID: 0} appleTVSplashScreen: {fileID: 0}
appleTVSplashScreen2x: {fileID: 0}
tvOSSmallIconLayers: [] tvOSSmallIconLayers: []
tvOSSmallIconLayers2x: []
tvOSLargeIconLayers: [] tvOSLargeIconLayers: []
tvOSTopShelfImageLayers: [] tvOSTopShelfImageLayers: []
tvOSTopShelfImageLayers2x: []
tvOSTopShelfImageWideLayers: [] tvOSTopShelfImageWideLayers: []
tvOSTopShelfImageWideLayers2x: []
iOSLaunchScreenType: 0 iOSLaunchScreenType: 0
iOSLaunchScreenPortrait: {fileID: 0} iOSLaunchScreenPortrait: {fileID: 0}
iOSLaunchScreenLandscape: {fileID: 0} iOSLaunchScreenLandscape: {fileID: 0}
@@ -190,6 +218,9 @@ PlayerSettings:
iOSURLSchemes: [] iOSURLSchemes: []
iOSBackgroundModes: 0 iOSBackgroundModes: 0
iOSMetalForceHardShadows: 0 iOSMetalForceHardShadows: 0
metalEditorSupport: 0
metalAPIValidation: 1
iOSRenderExtraFrameOnPause: 1
appleDeveloperTeamID: appleDeveloperTeamID:
iOSManualSigningProvisioningProfileID: iOSManualSigningProvisioningProfileID:
tvOSManualSigningProvisioningProfileID: tvOSManualSigningProvisioningProfileID:
@@ -215,6 +246,7 @@ PlayerSettings:
m_Icon: {fileID: 0} m_Icon: {fileID: 0}
m_Width: 0 m_Width: 0
m_Height: 0 m_Height: 0
m_Kind: 0
m_BuildTargetBatching: [] m_BuildTargetBatching: []
m_BuildTargetGraphicsAPIs: [] m_BuildTargetGraphicsAPIs: []
m_BuildTargetVRSettings: m_BuildTargetVRSettings:
@@ -294,6 +326,7 @@ PlayerSettings:
wiiUGamePadStartupScreen: {fileID: 0} wiiUGamePadStartupScreen: {fileID: 0}
wiiUDrcBufferDisabled: 0 wiiUDrcBufferDisabled: 0
wiiUProfilerLibPath: wiiUProfilerLibPath:
playModeTestRunnerEnabled: 0
actionOnDotNetUnhandledException: 1 actionOnDotNetUnhandledException: 1
enableInternalProfiler: 0 enableInternalProfiler: 0
logObjCUncaughtExceptions: 1 logObjCUncaughtExceptions: 1
@@ -301,16 +334,129 @@ PlayerSettings:
cameraUsageDescription: cameraUsageDescription:
locationUsageDescription: locationUsageDescription:
microphoneUsageDescription: microphoneUsageDescription:
XboxTitleId: switchNetLibKey:
XboxImageXexPath: switchSocketMemoryPoolSize: 6144
XboxSpaPath: switchSocketAllocatorPoolSize: 128
XboxGenerateSpa: 0 switchSocketConcurrencyLimit: 14
XboxDeployKinectResources: 0 switchScreenResolutionBehavior: 2
XboxSplashScreen: {fileID: 0} switchUseCPUProfiler: 0
xboxEnableSpeech: 0 switchApplicationID: 0x01004b9000490000
xboxAdditionalTitleMemorySize: 0 switchNSODependencies:
xboxDeployKinectHeadOrientation: 0 switchTitleNames_0:
xboxDeployKinectHeadPosition: 0 switchTitleNames_1:
switchTitleNames_2:
switchTitleNames_3:
switchTitleNames_4:
switchTitleNames_5:
switchTitleNames_6:
switchTitleNames_7:
switchTitleNames_8:
switchTitleNames_9:
switchTitleNames_10:
switchTitleNames_11:
switchTitleNames_12:
switchTitleNames_13:
switchTitleNames_14:
switchPublisherNames_0:
switchPublisherNames_1:
switchPublisherNames_2:
switchPublisherNames_3:
switchPublisherNames_4:
switchPublisherNames_5:
switchPublisherNames_6:
switchPublisherNames_7:
switchPublisherNames_8:
switchPublisherNames_9:
switchPublisherNames_10:
switchPublisherNames_11:
switchPublisherNames_12:
switchPublisherNames_13:
switchPublisherNames_14:
switchIcons_0: {fileID: 0}
switchIcons_1: {fileID: 0}
switchIcons_2: {fileID: 0}
switchIcons_3: {fileID: 0}
switchIcons_4: {fileID: 0}
switchIcons_5: {fileID: 0}
switchIcons_6: {fileID: 0}
switchIcons_7: {fileID: 0}
switchIcons_8: {fileID: 0}
switchIcons_9: {fileID: 0}
switchIcons_10: {fileID: 0}
switchIcons_11: {fileID: 0}
switchIcons_12: {fileID: 0}
switchIcons_13: {fileID: 0}
switchIcons_14: {fileID: 0}
switchSmallIcons_0: {fileID: 0}
switchSmallIcons_1: {fileID: 0}
switchSmallIcons_2: {fileID: 0}
switchSmallIcons_3: {fileID: 0}
switchSmallIcons_4: {fileID: 0}
switchSmallIcons_5: {fileID: 0}
switchSmallIcons_6: {fileID: 0}
switchSmallIcons_7: {fileID: 0}
switchSmallIcons_8: {fileID: 0}
switchSmallIcons_9: {fileID: 0}
switchSmallIcons_10: {fileID: 0}
switchSmallIcons_11: {fileID: 0}
switchSmallIcons_12: {fileID: 0}
switchSmallIcons_13: {fileID: 0}
switchSmallIcons_14: {fileID: 0}
switchManualHTML:
switchAccessibleURLs:
switchLegalInformation:
switchMainThreadStackSize: 1048576
switchPresenceGroupId:
switchLogoHandling: 0
switchReleaseVersion: 0
switchDisplayVersion: 1.0.0
switchStartupUserAccount: 0
switchTouchScreenUsage: 0
switchSupportedLanguagesMask: 0
switchLogoType: 0
switchApplicationErrorCodeCategory:
switchUserAccountSaveDataSize: 0
switchUserAccountSaveDataJournalSize: 0
switchApplicationAttribute: 0
switchCardSpecSize: -1
switchCardSpecClock: -1
switchRatingsMask: 0
switchRatingsInt_0: 0
switchRatingsInt_1: 0
switchRatingsInt_2: 0
switchRatingsInt_3: 0
switchRatingsInt_4: 0
switchRatingsInt_5: 0
switchRatingsInt_6: 0
switchRatingsInt_7: 0
switchRatingsInt_8: 0
switchRatingsInt_9: 0
switchRatingsInt_10: 0
switchRatingsInt_11: 0
switchLocalCommunicationIds_0:
switchLocalCommunicationIds_1:
switchLocalCommunicationIds_2:
switchLocalCommunicationIds_3:
switchLocalCommunicationIds_4:
switchLocalCommunicationIds_5:
switchLocalCommunicationIds_6:
switchLocalCommunicationIds_7:
switchParentalControl: 0
switchAllowsScreenshot: 1
switchAllowsVideoCapturing: 1
switchDataLossConfirmation: 0
switchSupportedNpadStyles: 3
switchSocketConfigEnabled: 0
switchTcpInitialSendBufferSize: 32
switchTcpInitialReceiveBufferSize: 64
switchTcpAutoSendBufferSizeMax: 256
switchTcpAutoReceiveBufferSizeMax: 256
switchUdpSendBufferSize: 9
switchUdpReceiveBufferSize: 42
switchSocketBufferEfficiency: 4
switchSocketInitializeEnabled: 1
switchNetworkInterfaceManagerInitializeEnabled: 1
switchPlayerConnectionEnabled: 1
ps4NPAgeRating: 12 ps4NPAgeRating: 12
ps4NPTitleSecret: ps4NPTitleSecret:
ps4NPTrophyPackPath: ps4NPTrophyPackPath:
@@ -430,6 +576,7 @@ PlayerSettings:
spritePackerPolicy: spritePackerPolicy:
webGLMemorySize: 256 webGLMemorySize: 256
webGLExceptionSupport: 0 webGLExceptionSupport: 0
webGLNameFilesAsHashes: 0
webGLDataCaching: 0 webGLDataCaching: 0
webGLDebugSymbols: 0 webGLDebugSymbols: 0
webGLEmscriptenArgs: webGLEmscriptenArgs:
@@ -453,6 +600,7 @@ PlayerSettings:
iOS: 1 iOS: 1
tvOS: 0 tvOS: 0
additionalIl2CppArgs: additionalIl2CppArgs:
apiCompatibilityLevelPerPlatform: {}
m_RenderingPath: 1 m_RenderingPath: 1
m_MobileRenderingPath: 1 m_MobileRenderingPath: 1
metroPackageName: UnityIso metroPackageName: UnityIso
@@ -487,7 +635,7 @@ PlayerSettings:
tizenMicrophonePermissions: 0 tizenMicrophonePermissions: 0
tizenDeploymentTarget: tizenDeploymentTarget:
tizenDeploymentTargetType: -256 tizenDeploymentTargetType: -256
tizenMinOSVersion: 0 tizenMinOSVersion: 1
n3dsUseExtSaveData: 0 n3dsUseExtSaveData: 0
n3dsCompressStaticMem: 1 n3dsCompressStaticMem: 1
n3dsExtSaveDataNumber: 0x12345 n3dsExtSaveDataNumber: 0x12345
@@ -527,7 +675,11 @@ PlayerSettings:
XboxOneSplashScreen: {fileID: 0} XboxOneSplashScreen: {fileID: 0}
XboxOneAllowedProductIds: [] XboxOneAllowedProductIds: []
XboxOnePersistentLocalStorageSize: 0 XboxOnePersistentLocalStorageSize: 0
vrEditorSettings: {} xboxOneScriptCompiler: 0
vrEditorSettings:
daydream:
daydreamIconForeground: {fileID: 0}
daydreamIconBackground: {fileID: 0}
cloudServicesEnabled: cloudServicesEnabled:
Analytics: 0 Analytics: 0
Build: 0 Build: 0
@@ -538,7 +690,10 @@ PlayerSettings:
Purchasing: 0 Purchasing: 0
UNet: 0 UNet: 0
Unity_Ads: 0 Unity_Ads: 0
facebookSdkVersion: 7.9.1
apiCompatibilityLevel: 2
cloudProjectId: cloudProjectId:
projectName: projectName:
organizationId: organizationId:
cloudEnabled: 0 cloudEnabled: 0
enableNewInputSystem: 0

View File

@@ -1 +1 @@
m_EditorVersion: 5.5.1f1 m_EditorVersion: 5.6.6f2