Browse Source

Updated project to Unity 5.6.0, fixed some warnings.

master
Christopher 8 years ago
parent
commit
85b4038f19
  1. 5
      Assets/Fungus/Scripts/Editor/ViewEditor.cs
  2. 5
      Assets/UnityTestTools/IntegrationTestsFramework/TestRunner/Editor/Batch.cs
  3. 456
      ProjectSettings/ProjectSettings.asset
  4. 2
      ProjectSettings/ProjectVersion.txt

5
Assets/Fungus/Scripts/Editor/ViewEditor.cs

@ -145,7 +145,12 @@ namespace Fungus.EditorUtils
Quaternion.identity, Quaternion.identity,
HandleUtility.GetHandleSize(pos) * 0.1f, HandleUtility.GetHandleSize(pos) * 0.1f,
Vector3.zero, Vector3.zero,
#if UNITY_5_6_OR_NEWER
Handles.CubeHandleCap);
#else
Handles.CubeCap); Handles.CubeCap);
#endif
if (newPos != handles[i]) if (newPos != handles[i])
{ {
Undo.RecordObject(view, "Set View Size"); Undo.RecordObject(view, "Set View Size");

5
Assets/UnityTestTools/IntegrationTestsFramework/TestRunner/Editor/Batch.cs

@ -74,7 +74,12 @@ namespace UnityTest
{ {
config.sendResultsOverNetwork = false; config.sendResultsOverNetwork = false;
Debug.Log("You can't use WebPlayer as active platform for running integration tests. Switching to Standalone"); Debug.Log("You can't use WebPlayer as active platform for running integration tests. Switching to Standalone");
#if UNITY_5_6_OR_NEWER
EditorUserBuildSettings.SwitchActiveBuildTarget(BuildTargetGroup.Standalone, BuildTarget.StandaloneWindows);
#else
EditorUserBuildSettings.SwitchActiveBuildTarget(BuildTarget.StandaloneWindows); EditorUserBuildSettings.SwitchActiveBuildTarget(BuildTarget.StandaloneWindows);
#endif
} }
PlatformRunner.BuildAndRunInPlayer(config); PlatformRunner.BuildAndRunInPlayer(config);

456
ProjectSettings/ProjectSettings.asset

@ -3,7 +3,7 @@
--- !u!129 &1 --- !u!129 &1
PlayerSettings: PlayerSettings:
m_ObjectHideFlags: 0 m_ObjectHideFlags: 0
serializedVersion: 8 serializedVersion: 11
productGUID: 47d9f350ed27d4ecaa6699f3ebe641c8 productGUID: 47d9f350ed27d4ecaa6699f3ebe641c8
AndroidProfiler: 0 AndroidProfiler: 0
defaultScreenOrientation: 2 defaultScreenOrientation: 2
@ -14,15 +14,39 @@ PlayerSettings:
productName: Sherlock productName: Sherlock
defaultCursor: {fileID: 0} defaultCursor: {fileID: 0}
cursorHotspot: {x: 0, y: 0} cursorHotspot: {x: 0, y: 0}
m_SplashScreenStyle: 0 m_SplashScreenBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21176471, a: 1}
m_ShowUnitySplashScreen: 1 m_ShowUnitySplashScreen: 1
m_ShowUnitySplashLogo: 1
m_SplashScreenOverlayOpacity: 1
m_SplashScreenAnimation: 1
m_SplashScreenLogoStyle: 1
m_SplashScreenDrawMode: 0
m_SplashScreenBackgroundAnimationZoom: 1
m_SplashScreenLogoAnimationZoom: 1
m_SplashScreenBackgroundLandscapeAspect: 1
m_SplashScreenBackgroundPortraitAspect: 1
m_SplashScreenBackgroundLandscapeUvs:
serializedVersion: 2
x: 0
y: 0
width: 1
height: 1
m_SplashScreenBackgroundPortraitUvs:
serializedVersion: 2
x: 0
y: 0
width: 1
height: 1
m_SplashScreenLogos: []
m_SplashScreenBackgroundLandscape: {fileID: 0}
m_SplashScreenBackgroundPortrait: {fileID: 0}
m_VirtualRealitySplashScreen: {fileID: 0} m_VirtualRealitySplashScreen: {fileID: 0}
m_HolographicTrackingLossScreen: {fileID: 0}
defaultScreenWidth: 2000 defaultScreenWidth: 2000
defaultScreenHeight: 2000 defaultScreenHeight: 2000
defaultScreenWidthWeb: 960 defaultScreenWidthWeb: 960
defaultScreenHeightWeb: 600 defaultScreenHeightWeb: 600
m_RenderingPath: 1 m_StereoRenderingPath: 0
m_MobileRenderingPath: 1
m_ActiveColorSpace: 0 m_ActiveColorSpace: 0
m_MTRendering: 1 m_MTRendering: 1
m_MobileMTRendering: 0 m_MobileMTRendering: 0
@ -44,7 +68,6 @@ PlayerSettings:
defaultIsNativeResolution: 1 defaultIsNativeResolution: 1
runInBackground: 0 runInBackground: 0
captureSingleScreen: 0 captureSingleScreen: 0
Override IPod Music: 0
muteOtherAudioSources: 0 muteOtherAudioSources: 0
Prepare IOS For Recording: 0 Prepare IOS For Recording: 0
submitAnalytics: 1 submitAnalytics: 1
@ -62,6 +85,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
@ -72,12 +96,10 @@ PlayerSettings:
n3dsDisableStereoscopicView: 0 n3dsDisableStereoscopicView: 0
n3dsEnableSharedListOpt: 1 n3dsEnableSharedListOpt: 1
n3dsEnableVSync: 0 n3dsEnableVSync: 0
uiUse16BitDepthBuffer: 0
ignoreAlphaClear: 0 ignoreAlphaClear: 0
xboxOneResolution: 0 xboxOneResolution: 0
xboxOneMonoLoggingLevel: 0 xboxOneMonoLoggingLevel: 0
xboxOneLoggingLevel: 1 xboxOneLoggingLevel: 1
ps3SplashScreen: {fileID: 0}
videoMemoryForVertexBuffers: 0 videoMemoryForVertexBuffers: 0
psp2PowerMode: 0 psp2PowerMode: 0
psp2AcquireBGM: 1 psp2AcquireBGM: 1
@ -96,36 +118,53 @@ PlayerSettings:
16:10: 1 16:10: 1
16:9: 1 16:9: 1
Others: 1 Others: 1
bundleIdentifier: com.fungus.sherlock
bundleVersion: 1.0 bundleVersion: 1.0
preloadedAssets: [] preloadedAssets: []
metroEnableIndependentInputSource: 0 metroInputSource: 0
m_HolographicPauseOnTrackingLoss: 1
xboxOneDisableKinectGpuReservation: 0 xboxOneDisableKinectGpuReservation: 0
singlePassStereoRendering: 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.fungus.sherlock
Standalone: unity.Fungus.Sherlock
Tizen: com.fungus.sherlock
iOS: com.fungus.sherlock
tvOS: com.fungus.sherlock
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
m_Bits: 238 m_Bits: 238
iPhoneSdkVersion: 988 iPhoneSdkVersion: 988
iPhoneTargetOSVersion: 22 iOSTargetOSVersionString: 6.0
tvOSSdkVersion: 0 tvOSSdkVersion: 0
tvOSTargetOSVersion: 900
tvOSRequireExtendedGameController: 0 tvOSRequireExtendedGameController: 0
tvOSTargetOSVersionString: 9.0
uIPrerenderedIcon: 0 uIPrerenderedIcon: 0
uIRequiresPersistentWiFi: 0 uIRequiresPersistentWiFi: 0
uIRequiresFullScreen: 1 uIRequiresFullScreen: 1
@ -166,7 +205,14 @@ PlayerSettings:
iOSLaunchScreeniPadCustomXibPath: iOSLaunchScreeniPadCustomXibPath:
iOSDeviceRequirements: [] iOSDeviceRequirements: []
iOSURLSchemes: [] iOSURLSchemes: []
iOSBackgroundModes: 0
iOSMetalForceHardShadows: 0
metalEditorSupport: 0
metalAPIValidation: 1
appleDeveloperTeamID: appleDeveloperTeamID:
iOSManualSigningProvisioningProfileID:
tvOSManualSigningProvisioningProfileID:
appleEnableAutomaticSigning: 0
AndroidTargetDevice: 0 AndroidTargetDevice: 0
AndroidSplashScreenScale: 0 AndroidSplashScreenScale: 0
androidSplashScreen: {fileID: 0} androidSplashScreen: {fileID: 0}
@ -193,6 +239,63 @@ PlayerSettings:
m_StaticBatching: 1 m_StaticBatching: 1
m_DynamicBatching: 1 m_DynamicBatching: 1
m_BuildTargetGraphicsAPIs: [] m_BuildTargetGraphicsAPIs: []
m_BuildTargetVRSettings:
- m_BuildTarget: Android
m_Enabled: 0
m_Devices:
- Oculus
- m_BuildTarget: Metro
m_Enabled: 0
m_Devices: []
- m_BuildTarget: N3DS
m_Enabled: 0
m_Devices: []
- m_BuildTarget: PS3
m_Enabled: 0
m_Devices: []
- m_BuildTarget: PS4
m_Enabled: 0
m_Devices:
- PlayStationVR
- m_BuildTarget: PSM
m_Enabled: 0
m_Devices: []
- m_BuildTarget: PSP2
m_Enabled: 0
m_Devices: []
- m_BuildTarget: SamsungTV
m_Enabled: 0
m_Devices: []
- m_BuildTarget: Standalone
m_Enabled: 0
m_Devices:
- Oculus
- m_BuildTarget: Tizen
m_Enabled: 0
m_Devices: []
- m_BuildTarget: WebGL
m_Enabled: 0
m_Devices: []
- m_BuildTarget: WebPlayer
m_Enabled: 0
m_Devices: []
- m_BuildTarget: WiiU
m_Enabled: 0
m_Devices: []
- m_BuildTarget: Xbox360
m_Enabled: 0
m_Devices: []
- m_BuildTarget: XboxOne
m_Enabled: 0
m_Devices: []
- m_BuildTarget: iOS
m_Enabled: 0
m_Devices: []
- m_BuildTarget: tvOS
m_Enabled: 0
m_Devices: []
openGLRequireES31: 0
openGLRequireES31AEP: 0
webPlayerTemplate: APPLICATION:Default webPlayerTemplate: APPLICATION:Default
m_TemplateCustomTags: {} m_TemplateCustomTags: {}
wiiUTitleID: 0005000011000000 wiiUTitleID: 0005000011000000
@ -220,34 +323,115 @@ PlayerSettings:
cameraUsageDescription: cameraUsageDescription:
locationUsageDescription: locationUsageDescription:
microphoneUsageDescription: microphoneUsageDescription:
XboxTitleId: switchNetLibKey:
XboxImageXexPath: switchSocketMemoryPoolSize: 6144
XboxSpaPath: switchSocketAllocatorPoolSize: 128
XboxGenerateSpa: 0 switchSocketConcurrencyLimit: 14
XboxDeployKinectResources: 0 switchUseCPUProfiler: 0
XboxSplashScreen: {fileID: 0} switchApplicationID: 0x0005000C10000001
xboxEnableSpeech: 0 switchNSODependencies:
xboxAdditionalTitleMemorySize: 0 switchTitleNames_0:
xboxDeployKinectHeadOrientation: 0 switchTitleNames_1:
xboxDeployKinectHeadPosition: 0 switchTitleNames_2:
ps3TitleConfigPath: switchTitleNames_3:
ps3DLCConfigPath: switchTitleNames_4:
ps3ThumbnailPath: switchTitleNames_5:
ps3BackgroundPath: switchTitleNames_6:
ps3SoundPath: switchTitleNames_7:
ps3NPAgeRating: 12 switchTitleNames_8:
ps3TrophyCommId: switchTitleNames_9:
ps3NpCommunicationPassphrase: switchTitleNames_10:
ps3TrophyPackagePath: switchTitleNames_11:
ps3BootCheckMaxSaveGameSizeKB: 128 switchTitleNames_12:
ps3TrophyCommSig: switchTitleNames_13:
ps3SaveGameSlots: 1 switchTitleNames_14:
ps3TrialMode: 0 switchPublisherNames_0:
ps3VideoMemoryForAudio: 0 switchPublisherNames_1:
ps3EnableVerboseMemoryStats: 0 switchPublisherNames_2:
ps3UseSPUForUmbra: 0 switchPublisherNames_3:
ps3EnableMoveSupport: 1 switchPublisherNames_4:
ps3DisableDolbyEncoding: 0 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: 0x0005000C10000001
switchLogoHandling: 0
switchReleaseVersion: 0
switchDisplayVersion: 1.0.0
switchStartupUserAccount: 0
switchTouchScreenUsage: 0
switchSupportedLanguagesMask: 0
switchLogoType: 0
switchApplicationErrorCodeCategory:
switchUserAccountSaveDataSize: 0
switchUserAccountSaveDataJournalSize: 0
switchAttribute: 0
switchCardSpecSize: 4
switchCardSpecClock: 25
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: 0x0005000C10000001
switchLocalCommunicationIds_1:
switchLocalCommunicationIds_2:
switchLocalCommunicationIds_3:
switchLocalCommunicationIds_4:
switchLocalCommunicationIds_5:
switchLocalCommunicationIds_6:
switchLocalCommunicationIds_7:
switchParentalControl: 0
switchAllowsScreenshot: 1
switchDataLossConfirmation: 0
ps4NPAgeRating: 12 ps4NPAgeRating: 12
ps4NPTitleSecret: ps4NPTitleSecret:
ps4NPTrophyPackPath: ps4NPTrophyPackPath:
@ -260,6 +444,7 @@ PlayerSettings:
ps4ParamSfxPath: ps4ParamSfxPath:
ps4VideoOutPixelFormat: 0 ps4VideoOutPixelFormat: 0
ps4VideoOutInitialWidth: 1920 ps4VideoOutInitialWidth: 1920
ps4VideoOutBaseModeInitialWidth: 1920
ps4VideoOutReprojectionRate: 120 ps4VideoOutReprojectionRate: 120
ps4PronunciationXMLPath: ps4PronunciationXMLPath:
ps4PronunciationSIGPath: ps4PronunciationSIGPath:
@ -282,6 +467,7 @@ PlayerSettings:
ps4ApplicationParam4: 0 ps4ApplicationParam4: 0
ps4DownloadDataSize: 0 ps4DownloadDataSize: 0
ps4GarlicHeapSize: 2048 ps4GarlicHeapSize: 2048
ps4ProGarlicHeapSize: 2560
ps4Passcode: 5PN2qmWqBlQ9wQj99nsQzldVI5ZuGXbE ps4Passcode: 5PN2qmWqBlQ9wQj99nsQzldVI5ZuGXbE
ps4UseDebugIl2cppLibs: 0 ps4UseDebugIl2cppLibs: 0
ps4pnSessions: 1 ps4pnSessions: 1
@ -289,8 +475,8 @@ PlayerSettings:
ps4pnFriends: 1 ps4pnFriends: 1
ps4pnGameCustomData: 1 ps4pnGameCustomData: 1
playerPrefsSupport: 0 playerPrefsSupport: 0
ps4UseResolutionFallback: 0
restrictedAudioUsageRights: 0 restrictedAudioUsageRights: 0
ps4UseResolutionFallback: 0
ps4ReprojectionSupport: 0 ps4ReprojectionSupport: 0
ps4UseAudio3dBackend: 0 ps4UseAudio3dBackend: 0
ps4SocialScreenEnabled: 0 ps4SocialScreenEnabled: 0
@ -307,6 +493,9 @@ PlayerSettings:
ps4attribShareSupport: 0 ps4attribShareSupport: 0
ps4attribExclusiveVR: 0 ps4attribExclusiveVR: 0
ps4disableAutoHideSplash: 0 ps4disableAutoHideSplash: 0
ps4videoRecordingFeaturesUsed: 0
ps4contentSearchFeaturesUsed: 0
ps4attribEyeToEyeDistanceSettingVR: 0
ps4IncludedModules: [] ps4IncludedModules: []
monoEnv: monoEnv:
psp2Splashimage: {fileID: 0} psp2Splashimage: {fileID: 0}
@ -357,8 +546,36 @@ PlayerSettings:
psp2InfoBarColor: 0 psp2InfoBarColor: 0
psp2UseDebugIl2cppLibs: 0 psp2UseDebugIl2cppLibs: 0
psmSplashimage: {fileID: 0} psmSplashimage: {fileID: 0}
splashScreenBackgroundSourceLandscape: {fileID: 0}
splashScreenBackgroundSourcePortrait: {fileID: 0}
spritePackerPolicy: spritePackerPolicy:
webGLMemorySize: 256
webGLExceptionSupport: 0
webGLNameFilesAsHashes: 0
webGLDataCaching: 0
webGLDebugSymbols: 0
webGLEmscriptenArgs:
webGLModulesDirectory:
webGLTemplate: APPLICATION:Default
webGLAnalyzeBuildSize: 0
webGLUseEmbeddedResources: 0
webGLUseWasm: 0
webGLCompressionFormat: 1
scriptingDefineSymbols: {} scriptingDefineSymbols: {}
platformArchitecture:
iOS: 2
scriptingBackend:
Android: 0
Metro: 2
Standalone: 0
WebGL: 1
iOS: 0
incrementalIl2cppBuild:
iOS: 0
additionalIl2CppArgs:
apiCompatibilityLevelPerPlatform: {}
m_RenderingPath: 1
m_MobileRenderingPath: 1
metroPackageName: Fungus metroPackageName: Fungus
metroPackageVersion: metroPackageVersion:
metroCertificatePath: metroCertificatePath:
@ -389,6 +606,8 @@ PlayerSettings:
tizenSigningProfileName: tizenSigningProfileName:
tizenGPSPermissions: 0 tizenGPSPermissions: 0
tizenMicrophonePermissions: 0 tizenMicrophonePermissions: 0
tizenDeploymentTarget:
tizenDeploymentTargetType: -1
tizenMinOSVersion: 0 tizenMinOSVersion: 0
n3dsUseExtSaveData: 0 n3dsUseExtSaveData: 0
n3dsCompressStaticMem: 1 n3dsCompressStaticMem: 1
@ -419,138 +638,35 @@ PlayerSettings:
XboxOnePackageEncryption: 0 XboxOnePackageEncryption: 0
XboxOnePackageUpdateGranularity: 2 XboxOnePackageUpdateGranularity: 2
XboxOneDescription: XboxOneDescription:
XboxOneLanguage:
- enus
XboxOneCapability: []
XboxOneGameRating: {}
XboxOneIsContentPackage: 0 XboxOneIsContentPackage: 0
XboxOneEnableGPUVariability: 0 XboxOneEnableGPUVariability: 0
XboxOneSockets: {} XboxOneSockets: {}
XboxOneSplashScreen: {fileID: 0} XboxOneSplashScreen: {fileID: 0}
XboxOneAllowedProductIds: [] XboxOneAllowedProductIds: []
XboxOnePersistentLocalStorageSize: 0 XboxOnePersistentLocalStorageSize: 0
intPropertyNames: xboxOneScriptCompiler: 0
- Android::ScriptingBackend vrEditorSettings:
- Metro::ScriptingBackend daydream:
- Standalone::ScriptingBackend daydreamIconForeground: {fileID: 0}
- WebGL::ScriptingBackend daydreamIconBackground: {fileID: 0}
- WebGL::audioCompressionFormat cloudServicesEnabled:
- WebGL::exceptionSupport Analytics: 0
- WebGL::memorySize Build: 0
- iOS::Architecture Collab: 0
- iOS::EnableIncrementalBuildSupportForIl2cpp ErrorHub: 0
- iOS::ScriptingBackend Game_Performance: 0
Android::ScriptingBackend: 0 Hub: 0
Metro::ScriptingBackend: 2 Purchasing: 0
Standalone::ScriptingBackend: 0 UNet: 0
WebGL::ScriptingBackend: 1 Unity_Ads: 0
WebGL::audioCompressionFormat: 4 facebookSdkVersion: 7.9.1
WebGL::exceptionSupport: 0 apiCompatibilityLevel: 2
WebGL::memorySize: 256
iOS::Architecture: 2
iOS::EnableIncrementalBuildSupportForIl2cpp: 0
iOS::ScriptingBackend: 0
boolPropertyNames:
- Android::VR::enable
- Metro::VR::enable
- N3DS::VR::enable
- PS3::VR::enable
- PS4::VR::enable
- PSM::VR::enable
- PSP2::VR::enable
- SamsungTV::VR::enable
- Standalone::VR::enable
- Tizen::VR::enable
- WebGL::VR::enable
- WebGL::analyzeBuildSize
- WebGL::dataCaching
- WebGL::useEmbeddedResources
- WebPlayer::VR::enable
- WiiU::VR::enable
- Xbox360::VR::enable
- XboxOne::VR::enable
- iOS::VR::enable
- tvOS::VR::enable
Android::VR::enable: 0
Metro::VR::enable: 0
N3DS::VR::enable: 0
PS3::VR::enable: 0
PS4::VR::enable: 0
PSM::VR::enable: 0
PSP2::VR::enable: 0
SamsungTV::VR::enable: 0
Standalone::VR::enable: 0
Tizen::VR::enable: 0
WebGL::VR::enable: 0
WebGL::analyzeBuildSize: 0
WebGL::dataCaching: 0
WebGL::useEmbeddedResources: 0
WebPlayer::VR::enable: 0
WiiU::VR::enable: 0
Xbox360::VR::enable: 0
XboxOne::VR::enable: 0
iOS::VR::enable: 0
tvOS::VR::enable: 0
stringPropertyNames:
- Analytics_ServiceEnabled::Analytics_ServiceEnabled
- Build_ServiceEnabled::Build_ServiceEnabled
- Collab_ServiceEnabled::Collab_ServiceEnabled
- ErrorHub_ServiceEnabled::ErrorHub_ServiceEnabled
- Game_Performance_ServiceEnabled::Game_Performance_ServiceEnabled
- Hub_ServiceEnabled::Hub_ServiceEnabled
- Purchasing_ServiceEnabled::Purchasing_ServiceEnabled
- UNet_ServiceEnabled::UNet_ServiceEnabled
- Unity_Ads_ServiceEnabled::Unity_Ads_ServiceEnabled
- WebGL::emscriptenArgs
- WebGL::template
- additionalIl2CppArgs::additionalIl2CppArgs
Analytics_ServiceEnabled::Analytics_ServiceEnabled: False
Build_ServiceEnabled::Build_ServiceEnabled: False
Collab_ServiceEnabled::Collab_ServiceEnabled: False
ErrorHub_ServiceEnabled::ErrorHub_ServiceEnabled: False
Game_Performance_ServiceEnabled::Game_Performance_ServiceEnabled: False
Hub_ServiceEnabled::Hub_ServiceEnabled: False
Purchasing_ServiceEnabled::Purchasing_ServiceEnabled: False
UNet_ServiceEnabled::UNet_ServiceEnabled: False
Unity_Ads_ServiceEnabled::Unity_Ads_ServiceEnabled: False
WebGL::emscriptenArgs:
WebGL::template: APPLICATION:Default
additionalIl2CppArgs::additionalIl2CppArgs:
vectorPropertyNames:
- Android::VR::enabledDevices
- Metro::VR::enabledDevices
- N3DS::VR::enabledDevices
- PS3::VR::enabledDevices
- PS4::VR::enabledDevices
- PSM::VR::enabledDevices
- PSP2::VR::enabledDevices
- SamsungTV::VR::enabledDevices
- Standalone::VR::enabledDevices
- Tizen::VR::enabledDevices
- WebGL::VR::enabledDevices
- WebPlayer::VR::enabledDevices
- WiiU::VR::enabledDevices
- Xbox360::VR::enabledDevices
- XboxOne::VR::enabledDevices
- iOS::VR::enabledDevices
- tvOS::VR::enabledDevices
Android::VR::enabledDevices:
- Oculus
Metro::VR::enabledDevices: []
N3DS::VR::enabledDevices: []
PS3::VR::enabledDevices: []
PS4::VR::enabledDevices:
- PlayStationVR
PSM::VR::enabledDevices: []
PSP2::VR::enabledDevices: []
SamsungTV::VR::enabledDevices: []
Standalone::VR::enabledDevices:
- Oculus
Tizen::VR::enabledDevices: []
WebGL::VR::enabledDevices: []
WebPlayer::VR::enabledDevices: []
WiiU::VR::enabledDevices: []
Xbox360::VR::enabledDevices: []
XboxOne::VR::enabledDevices: []
iOS::VR::enabledDevices: []
tvOS::VR::enabledDevices: []
cloudProjectId: cloudProjectId:
projectName: projectName:
organizationId: organizationId:
cloudEnabled: 0 cloudEnabled: 0
enableNewInputSystem: 0

2
ProjectSettings/ProjectVersion.txt

@ -1 +1 @@
m_EditorVersion: 5.5.2f1 m_EditorVersion: 5.6.0f3

Loading…
Cancel
Save