mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-14 17:09:31 +07:00
quad tree for visibility wip
This commit is contained in:
@@ -25,3 +25,7 @@ EditorBuildSettings:
|
||||
path: Assets/IsoTools/Examples/Scenes/Scene08.unity
|
||||
- enabled: 1
|
||||
path: Assets/IsoTools/Examples/Scenes/Scene09.unity
|
||||
- enabled: 1
|
||||
path: Assets/IsoTools/Examples/Scenes/Scene10.unity
|
||||
- enabled: 1
|
||||
path: Assets/IsoTools/Examples/Scenes/Scene11.unity
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
--- !u!129 &1
|
||||
PlayerSettings:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 8
|
||||
serializedVersion: 10
|
||||
productGUID: 0ae4d8e5611a65d45bd97550aa4471af
|
||||
AndroidProfiler: 0
|
||||
defaultScreenOrientation: 4
|
||||
@@ -14,21 +14,46 @@ PlayerSettings:
|
||||
productName: UnityIso
|
||||
defaultCursor: {fileID: 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_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_HolographicTrackingLossScreen: {fileID: 0}
|
||||
defaultScreenWidth: 1024
|
||||
defaultScreenHeight: 768
|
||||
defaultScreenWidthWeb: 960
|
||||
defaultScreenHeightWeb: 600
|
||||
m_RenderingPath: 1
|
||||
m_MobileRenderingPath: 1
|
||||
m_StereoRenderingPath: 0
|
||||
m_ActiveColorSpace: 0
|
||||
m_MTRendering: 1
|
||||
m_MobileMTRendering: 0
|
||||
m_StackTraceTypes: 010000000100000001000000010000000100000001000000
|
||||
iosShowActivityIndicatorOnLoading: -1
|
||||
androidShowActivityIndicatorOnLoading: -1
|
||||
tizenShowActivityIndicatorOnLoading: -1
|
||||
iosAppInBackgroundBehavior: 0
|
||||
displayResolutionDialog: 1
|
||||
iosAllowHTTPDownload: 1
|
||||
@@ -43,7 +68,7 @@ PlayerSettings:
|
||||
defaultIsNativeResolution: 1
|
||||
runInBackground: 1
|
||||
captureSingleScreen: 0
|
||||
Override IPod Music: 0
|
||||
muteOtherAudioSources: 0
|
||||
Prepare IOS For Recording: 0
|
||||
submitAnalytics: 1
|
||||
usePlayerLog: 1
|
||||
@@ -75,7 +100,6 @@ PlayerSettings:
|
||||
xboxOneResolution: 0
|
||||
xboxOneMonoLoggingLevel: 0
|
||||
xboxOneLoggingLevel: 1
|
||||
ps3SplashScreen: {fileID: 0}
|
||||
videoMemoryForVertexBuffers: 0
|
||||
psp2PowerMode: 0
|
||||
psp2AcquireBGM: 1
|
||||
@@ -97,9 +121,9 @@ PlayerSettings:
|
||||
bundleIdentifier: com.Company.ProductName
|
||||
bundleVersion: 1.0
|
||||
preloadedAssets: []
|
||||
metroEnableIndependentInputSource: 0
|
||||
metroInputSource: 0
|
||||
m_HolographicPauseOnTrackingLoss: 1
|
||||
xboxOneDisableKinectGpuReservation: 0
|
||||
singlePassStereoRendering: 0
|
||||
protectGraphicsMemory: 0
|
||||
AndroidBundleVersionCode: 1
|
||||
AndroidMinSdkVersion: 9
|
||||
@@ -120,10 +144,10 @@ PlayerSettings:
|
||||
serializedVersion: 2
|
||||
m_Bits: 238
|
||||
iPhoneSdkVersion: 988
|
||||
iPhoneTargetOSVersion: 22
|
||||
iOSTargetOSVersionString: 6.0
|
||||
tvOSSdkVersion: 0
|
||||
tvOSTargetOSVersion: 900
|
||||
tvOSRequireExtendedGameController: 0
|
||||
tvOSTargetOSVersionString: 9.0
|
||||
uIPrerenderedIcon: 0
|
||||
uIRequiresPersistentWiFi: 0
|
||||
uIRequiresFullScreen: 1
|
||||
@@ -144,6 +168,7 @@ PlayerSettings:
|
||||
tvOSSmallIconLayers: []
|
||||
tvOSLargeIconLayers: []
|
||||
tvOSTopShelfImageLayers: []
|
||||
tvOSTopShelfImageWideLayers: []
|
||||
iOSLaunchScreenType: 0
|
||||
iOSLaunchScreenPortrait: {fileID: 0}
|
||||
iOSLaunchScreenLandscape: {fileID: 0}
|
||||
@@ -163,6 +188,8 @@ PlayerSettings:
|
||||
iOSLaunchScreeniPadCustomXibPath:
|
||||
iOSDeviceRequirements: []
|
||||
iOSURLSchemes: []
|
||||
iOSBackgroundModes: 0
|
||||
iOSMetalForceHardShadows: 0
|
||||
appleDeveloperTeamID:
|
||||
AndroidTargetDevice: 0
|
||||
AndroidSplashScreenScale: 0
|
||||
@@ -187,6 +214,63 @@ PlayerSettings:
|
||||
m_Height: 0
|
||||
m_BuildTargetBatching: []
|
||||
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
|
||||
m_TemplateCustomTags: {}
|
||||
wiiUTitleID: 0005000011000000
|
||||
@@ -224,24 +308,6 @@ PlayerSettings:
|
||||
xboxAdditionalTitleMemorySize: 0
|
||||
xboxDeployKinectHeadOrientation: 0
|
||||
xboxDeployKinectHeadPosition: 0
|
||||
ps3TitleConfigPath:
|
||||
ps3DLCConfigPath:
|
||||
ps3ThumbnailPath:
|
||||
ps3BackgroundPath:
|
||||
ps3SoundPath:
|
||||
ps3NPAgeRating: 12
|
||||
ps3TrophyCommId:
|
||||
ps3NpCommunicationPassphrase:
|
||||
ps3TrophyPackagePath:
|
||||
ps3BootCheckMaxSaveGameSizeKB: 128
|
||||
ps3TrophyCommSig:
|
||||
ps3SaveGameSlots: 1
|
||||
ps3TrialMode: 0
|
||||
ps3VideoMemoryForAudio: 0
|
||||
ps3EnableVerboseMemoryStats: 0
|
||||
ps3UseSPUForUmbra: 0
|
||||
ps3EnableMoveSupport: 1
|
||||
ps3DisableDolbyEncoding: 0
|
||||
ps4NPAgeRating: 12
|
||||
ps4NPTitleSecret:
|
||||
ps4NPTrophyPackPath:
|
||||
@@ -283,8 +349,8 @@ PlayerSettings:
|
||||
ps4pnFriends: 1
|
||||
ps4pnGameCustomData: 1
|
||||
playerPrefsSupport: 0
|
||||
ps4UseResolutionFallback: 0
|
||||
restrictedAudioUsageRights: 0
|
||||
ps4UseResolutionFallback: 0
|
||||
ps4ReprojectionSupport: 0
|
||||
ps4UseAudio3dBackend: 0
|
||||
ps4SocialScreenEnabled: 0
|
||||
@@ -351,8 +417,36 @@ PlayerSettings:
|
||||
psp2InfoBarColor: 0
|
||||
psp2UseDebugIl2cppLibs: 0
|
||||
psmSplashimage: {fileID: 0}
|
||||
splashScreenBackgroundSourceLandscape: {fileID: 0}
|
||||
splashScreenBackgroundSourcePortrait: {fileID: 0}
|
||||
spritePackerPolicy:
|
||||
webGLMemorySize: 256
|
||||
webGLExceptionSupport: 0
|
||||
webGLDataCaching: 0
|
||||
webGLDebugSymbols: 0
|
||||
webGLEmscriptenArgs:
|
||||
webGLModulesDirectory:
|
||||
webGLTemplate: APPLICATION:Default
|
||||
webGLAnalyzeBuildSize: 0
|
||||
webGLUseEmbeddedResources: 0
|
||||
webGLUseWasm: 0
|
||||
webGLCompressionFormat: 1
|
||||
scriptingDefineSymbols: {}
|
||||
platformArchitecture:
|
||||
iOS: 0
|
||||
tvOS: 1
|
||||
scriptingBackend:
|
||||
Android: 0
|
||||
Standalone: 0
|
||||
WebGL: 1
|
||||
iOS: 1
|
||||
tvOS: 1
|
||||
incrementalIl2cppBuild:
|
||||
iOS: 1
|
||||
tvOS: 0
|
||||
additionalIl2CppArgs:
|
||||
m_RenderingPath: 1
|
||||
m_MobileRenderingPath: 1
|
||||
metroPackageName: UnityIso
|
||||
metroPackageVersion:
|
||||
metroCertificatePath:
|
||||
@@ -383,6 +477,8 @@ PlayerSettings:
|
||||
tizenSigningProfileName:
|
||||
tizenGPSPermissions: 0
|
||||
tizenMicrophonePermissions: 0
|
||||
tizenDeploymentTarget:
|
||||
tizenDeploymentTargetType: -256
|
||||
tizenMinOSVersion: 0
|
||||
n3dsUseExtSaveData: 0
|
||||
n3dsCompressStaticMem: 1
|
||||
@@ -413,141 +509,27 @@ PlayerSettings:
|
||||
XboxOnePackageEncryption: 0
|
||||
XboxOnePackageUpdateGranularity: 2
|
||||
XboxOneDescription:
|
||||
XboxOneLanguage:
|
||||
- enus
|
||||
XboxOneCapability: []
|
||||
XboxOneGameRating: {}
|
||||
XboxOneIsContentPackage: 0
|
||||
XboxOneEnableGPUVariability: 0
|
||||
XboxOneSockets: {}
|
||||
XboxOneSplashScreen: {fileID: 0}
|
||||
XboxOneAllowedProductIds: []
|
||||
XboxOnePersistentLocalStorageSize: 0
|
||||
intPropertyNames:
|
||||
- Android::ScriptingBackend
|
||||
- Standalone::ScriptingBackend
|
||||
- WebGL::ScriptingBackend
|
||||
- WebGL::audioCompressionFormat
|
||||
- WebGL::exceptionSupport
|
||||
- WebGL::memorySize
|
||||
- iOS::Architecture
|
||||
- iOS::EnableIncrementalBuildSupportForIl2cpp
|
||||
- iOS::ScriptingBackend
|
||||
- tvOS::Architecture
|
||||
- tvOS::EnableIncrementalBuildSupportForIl2cpp
|
||||
- tvOS::ScriptingBackend
|
||||
Android::ScriptingBackend: 0
|
||||
Standalone::ScriptingBackend: 0
|
||||
WebGL::ScriptingBackend: 1
|
||||
WebGL::audioCompressionFormat: 4
|
||||
WebGL::exceptionSupport: 0
|
||||
WebGL::memorySize: 256
|
||||
iOS::Architecture: 0
|
||||
iOS::EnableIncrementalBuildSupportForIl2cpp: 1
|
||||
iOS::ScriptingBackend: 1
|
||||
tvOS::Architecture: 1
|
||||
tvOS::EnableIncrementalBuildSupportForIl2cpp: 0
|
||||
tvOS::ScriptingBackend: 1
|
||||
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: []
|
||||
vrEditorSettings: {}
|
||||
cloudServicesEnabled:
|
||||
Analytics: 0
|
||||
Build: 0
|
||||
Collab: 0
|
||||
ErrorHub: 0
|
||||
Game_Performance: 0
|
||||
Hub: 0
|
||||
Purchasing: 0
|
||||
UNet: 0
|
||||
Unity_Ads: 0
|
||||
cloudProjectId:
|
||||
projectName:
|
||||
organizationId:
|
||||
|
||||
Reference in New Issue
Block a user