deleted cube
This commit is contained in:
		
							parent
							
								
									01649f5cb1
								
							
						
					
					
						commit
						21bceb0d57
					
				@ -54,3 +54,13 @@ The following packages were updated:
 | 
			
		||||
  com.unity.collab-proxy from version 1.15.12 to 1.15.13
 | 
			
		||||
  com.unity.ide.vscode from version 1.2.4 to 1.2.5
 | 
			
		||||
  com.unity.test-framework from version 1.1.29 to 1.1.31
 | 
			
		||||
 | 
			
		||||
=== Fri Mar 25 15:48:26 2022
 | 
			
		||||
 | 
			
		||||
Packages were changed.
 | 
			
		||||
Update Mode: updateDependencies
 | 
			
		||||
 | 
			
		||||
The following packages were updated:
 | 
			
		||||
  com.unity.collab-proxy from version 1.15.12 to 1.15.13
 | 
			
		||||
  com.unity.ide.vscode from version 1.2.4 to 1.2.5
 | 
			
		||||
  com.unity.test-framework from version 1.1.29 to 1.1.31
 | 
			
		||||
 | 
			
		||||
@ -1,10 +1,10 @@
 | 
			
		||||
{
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "com.unity.collab-proxy": "1.15.12",
 | 
			
		||||
    "com.unity.collab-proxy": "1.15.13",
 | 
			
		||||
    "com.unity.ide.rider": "2.0.7",
 | 
			
		||||
    "com.unity.ide.visualstudio": "2.0.14",
 | 
			
		||||
    "com.unity.ide.vscode": "1.2.4",
 | 
			
		||||
    "com.unity.test-framework": "1.1.29",
 | 
			
		||||
    "com.unity.ide.vscode": "1.2.5",
 | 
			
		||||
    "com.unity.test-framework": "1.1.31",
 | 
			
		||||
    "com.unity.textmeshpro": "3.0.6",
 | 
			
		||||
    "com.unity.timeline": "1.4.8",
 | 
			
		||||
    "com.unity.ugui": "1.0.0",
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
{
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "com.unity.collab-proxy": {
 | 
			
		||||
      "version": "1.15.12",
 | 
			
		||||
      "version": "1.15.13",
 | 
			
		||||
      "depth": 0,
 | 
			
		||||
      "source": "registry",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
@ -35,7 +35,7 @@
 | 
			
		||||
      "url": "https://packages.unity.com"
 | 
			
		||||
    },
 | 
			
		||||
    "com.unity.ide.vscode": {
 | 
			
		||||
      "version": "1.2.4",
 | 
			
		||||
      "version": "1.2.5",
 | 
			
		||||
      "depth": 0,
 | 
			
		||||
      "source": "registry",
 | 
			
		||||
      "dependencies": {},
 | 
			
		||||
@ -67,7 +67,7 @@
 | 
			
		||||
      "url": "https://packages.unity.com"
 | 
			
		||||
    },
 | 
			
		||||
    "com.unity.test-framework": {
 | 
			
		||||
      "version": "1.1.29",
 | 
			
		||||
      "version": "1.1.31",
 | 
			
		||||
      "depth": 0,
 | 
			
		||||
      "source": "registry",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
@ -132,7 +132,7 @@
 | 
			
		||||
      "url": "https://packages.unity.com"
 | 
			
		||||
    },
 | 
			
		||||
    "com.unity.xr.legacyinputhelpers": {
 | 
			
		||||
      "version": "2.1.8",
 | 
			
		||||
      "version": "2.1.9",
 | 
			
		||||
      "depth": 1,
 | 
			
		||||
      "source": "registry",
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
 | 
			
		||||
@ -8,7 +8,7 @@ PlayerSettings:
 | 
			
		||||
  AndroidProfiler: 0
 | 
			
		||||
  AndroidFilterTouchesWhenObscured: 0
 | 
			
		||||
  AndroidEnableSustainedPerformanceMode: 0
 | 
			
		||||
  defaultScreenOrientation: 4
 | 
			
		||||
  defaultScreenOrientation: 3
 | 
			
		||||
  targetDevice: 2
 | 
			
		||||
  useOnDemandResources: 0
 | 
			
		||||
  accelerometerFrequency: 60
 | 
			
		||||
@ -161,7 +161,7 @@ PlayerSettings:
 | 
			
		||||
  AndroidBundleVersionCode: 1
 | 
			
		||||
  AndroidMinSdkVersion: 19
 | 
			
		||||
  AndroidTargetSdkVersion: 0
 | 
			
		||||
  AndroidPreferredInstallLocation: 1
 | 
			
		||||
  AndroidPreferredInstallLocation: 0
 | 
			
		||||
  aotOptions: 
 | 
			
		||||
  stripEngineCode: 1
 | 
			
		||||
  iPhoneStrippingLevel: 0
 | 
			
		||||
@ -637,6 +637,7 @@ PlayerSettings:
 | 
			
		||||
  metroFTAName: 
 | 
			
		||||
  metroFTAFileTypes: []
 | 
			
		||||
  metroProtocolName: 
 | 
			
		||||
  vcxProjDefaultLanguage: 
 | 
			
		||||
  XboxOneProductId: 
 | 
			
		||||
  XboxOneUpdateKey: 
 | 
			
		||||
  XboxOneSandboxId: 
 | 
			
		||||
 | 
			
		||||
@ -1,2 +1,2 @@
 | 
			
		||||
m_EditorVersion: 2020.3.29f1
 | 
			
		||||
m_EditorVersionWithRevision: 2020.3.29f1 (2ff179115da0)
 | 
			
		||||
m_EditorVersion: 2020.3.31f1
 | 
			
		||||
m_EditorVersionWithRevision: 2020.3.31f1 (6b54b7616050)
 | 
			
		||||
 | 
			
		||||
@ -18,7 +18,7 @@ QualitySettings:
 | 
			
		||||
    shadowCascade2Split: 0.33333334
 | 
			
		||||
    shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
 | 
			
		||||
    shadowmaskMode: 0
 | 
			
		||||
    blendWeights: 1
 | 
			
		||||
    skinWeights: 1
 | 
			
		||||
    textureQuality: 1
 | 
			
		||||
    anisotropicTextures: 0
 | 
			
		||||
    antiAliasing: 0
 | 
			
		||||
@ -40,6 +40,7 @@ QualitySettings:
 | 
			
		||||
    asyncUploadBufferSize: 16
 | 
			
		||||
    asyncUploadPersistentBuffer: 1
 | 
			
		||||
    resolutionScalingFixedDPIFactor: 1
 | 
			
		||||
    customRenderPipeline: {fileID: 0}
 | 
			
		||||
    excludedTargetPlatforms: []
 | 
			
		||||
  - serializedVersion: 2
 | 
			
		||||
    name: Low
 | 
			
		||||
@ -53,7 +54,7 @@ QualitySettings:
 | 
			
		||||
    shadowCascade2Split: 0.33333334
 | 
			
		||||
    shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
 | 
			
		||||
    shadowmaskMode: 0
 | 
			
		||||
    blendWeights: 2
 | 
			
		||||
    skinWeights: 2
 | 
			
		||||
    textureQuality: 0
 | 
			
		||||
    anisotropicTextures: 0
 | 
			
		||||
    antiAliasing: 0
 | 
			
		||||
@ -75,6 +76,7 @@ QualitySettings:
 | 
			
		||||
    asyncUploadBufferSize: 16
 | 
			
		||||
    asyncUploadPersistentBuffer: 1
 | 
			
		||||
    resolutionScalingFixedDPIFactor: 1
 | 
			
		||||
    customRenderPipeline: {fileID: 0}
 | 
			
		||||
    excludedTargetPlatforms: []
 | 
			
		||||
  - serializedVersion: 2
 | 
			
		||||
    name: Medium
 | 
			
		||||
@ -88,7 +90,7 @@ QualitySettings:
 | 
			
		||||
    shadowCascade2Split: 0.33333334
 | 
			
		||||
    shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
 | 
			
		||||
    shadowmaskMode: 0
 | 
			
		||||
    blendWeights: 2
 | 
			
		||||
    skinWeights: 2
 | 
			
		||||
    textureQuality: 0
 | 
			
		||||
    anisotropicTextures: 1
 | 
			
		||||
    antiAliasing: 0
 | 
			
		||||
@ -110,6 +112,7 @@ QualitySettings:
 | 
			
		||||
    asyncUploadBufferSize: 16
 | 
			
		||||
    asyncUploadPersistentBuffer: 1
 | 
			
		||||
    resolutionScalingFixedDPIFactor: 1
 | 
			
		||||
    customRenderPipeline: {fileID: 0}
 | 
			
		||||
    excludedTargetPlatforms: []
 | 
			
		||||
  - serializedVersion: 2
 | 
			
		||||
    name: High
 | 
			
		||||
@ -123,7 +126,7 @@ QualitySettings:
 | 
			
		||||
    shadowCascade2Split: 0.33333334
 | 
			
		||||
    shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
 | 
			
		||||
    shadowmaskMode: 1
 | 
			
		||||
    blendWeights: 2
 | 
			
		||||
    skinWeights: 2
 | 
			
		||||
    textureQuality: 0
 | 
			
		||||
    anisotropicTextures: 1
 | 
			
		||||
    antiAliasing: 0
 | 
			
		||||
@ -145,6 +148,7 @@ QualitySettings:
 | 
			
		||||
    asyncUploadBufferSize: 16
 | 
			
		||||
    asyncUploadPersistentBuffer: 1
 | 
			
		||||
    resolutionScalingFixedDPIFactor: 1
 | 
			
		||||
    customRenderPipeline: {fileID: 0}
 | 
			
		||||
    excludedTargetPlatforms: []
 | 
			
		||||
  - serializedVersion: 2
 | 
			
		||||
    name: Very High
 | 
			
		||||
@ -158,7 +162,7 @@ QualitySettings:
 | 
			
		||||
    shadowCascade2Split: 0.33333334
 | 
			
		||||
    shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
 | 
			
		||||
    shadowmaskMode: 1
 | 
			
		||||
    blendWeights: 4
 | 
			
		||||
    skinWeights: 4
 | 
			
		||||
    textureQuality: 0
 | 
			
		||||
    anisotropicTextures: 2
 | 
			
		||||
    antiAliasing: 2
 | 
			
		||||
@ -180,6 +184,7 @@ QualitySettings:
 | 
			
		||||
    asyncUploadBufferSize: 16
 | 
			
		||||
    asyncUploadPersistentBuffer: 1
 | 
			
		||||
    resolutionScalingFixedDPIFactor: 1
 | 
			
		||||
    customRenderPipeline: {fileID: 0}
 | 
			
		||||
    excludedTargetPlatforms: []
 | 
			
		||||
  - serializedVersion: 2
 | 
			
		||||
    name: Ultra
 | 
			
		||||
@ -193,7 +198,7 @@ QualitySettings:
 | 
			
		||||
    shadowCascade2Split: 0.33333334
 | 
			
		||||
    shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667}
 | 
			
		||||
    shadowmaskMode: 1
 | 
			
		||||
    blendWeights: 4
 | 
			
		||||
    skinWeights: 4
 | 
			
		||||
    textureQuality: 0
 | 
			
		||||
    anisotropicTextures: 2
 | 
			
		||||
    antiAliasing: 2
 | 
			
		||||
@ -201,7 +206,7 @@ QualitySettings:
 | 
			
		||||
    softVegetation: 1
 | 
			
		||||
    realtimeReflectionProbes: 1
 | 
			
		||||
    billboardsFaceCameraPosition: 1
 | 
			
		||||
    vSyncCount: 1
 | 
			
		||||
    vSyncCount: 0
 | 
			
		||||
    lodBias: 2
 | 
			
		||||
    maximumLODLevel: 0
 | 
			
		||||
    streamingMipmapsActive: 0
 | 
			
		||||
@ -215,6 +220,7 @@ QualitySettings:
 | 
			
		||||
    asyncUploadBufferSize: 16
 | 
			
		||||
    asyncUploadPersistentBuffer: 1
 | 
			
		||||
    resolutionScalingFixedDPIFactor: 1
 | 
			
		||||
    customRenderPipeline: {fileID: 0}
 | 
			
		||||
    excludedTargetPlatforms: []
 | 
			
		||||
  m_PerPlatformDefaultQuality:
 | 
			
		||||
    Android: 2
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user