burstとcollections導入
This commit is contained in:
		
							parent
							
								
									0c9b549bab
								
							
						
					
					
						commit
						1df8fbd79b
					
				|  | @ -6,7 +6,9 @@ | ||||||
|     "com.unity.2d.sprite": "1.0.0", |     "com.unity.2d.sprite": "1.0.0", | ||||||
|     "com.unity.2d.spriteshape": "3.0.14", |     "com.unity.2d.spriteshape": "3.0.14", | ||||||
|     "com.unity.2d.tilemap": "1.0.0", |     "com.unity.2d.tilemap": "1.0.0", | ||||||
|  |     "com.unity.burst": "1.4.8", | ||||||
|     "com.unity.collab-proxy": "1.2.16", |     "com.unity.collab-proxy": "1.2.16", | ||||||
|  |     "com.unity.collections": "0.9.0-preview.6", | ||||||
|     "com.unity.ide.rider": "1.1.4", |     "com.unity.ide.rider": "1.1.4", | ||||||
|     "com.unity.ide.vscode": "1.2.3", |     "com.unity.ide.vscode": "1.2.3", | ||||||
|     "com.unity.test-framework": "1.1.20", |     "com.unity.test-framework": "1.1.20", | ||||||
|  |  | ||||||
|  | @ -71,6 +71,15 @@ | ||||||
|       "source": "builtin", |       "source": "builtin", | ||||||
|       "dependencies": {} |       "dependencies": {} | ||||||
|     }, |     }, | ||||||
|  |     "com.unity.burst": { | ||||||
|  |       "version": "1.4.8", | ||||||
|  |       "depth": 0, | ||||||
|  |       "source": "registry", | ||||||
|  |       "dependencies": { | ||||||
|  |         "com.unity.mathematics": "1.2.1" | ||||||
|  |       }, | ||||||
|  |       "url": "https://packages.unity.com" | ||||||
|  |     }, | ||||||
|     "com.unity.collab-proxy": { |     "com.unity.collab-proxy": { | ||||||
|       "version": "1.2.16", |       "version": "1.2.16", | ||||||
|       "depth": 0, |       "depth": 0, | ||||||
|  | @ -78,6 +87,16 @@ | ||||||
|       "dependencies": {}, |       "dependencies": {}, | ||||||
|       "url": "https://packages.unity.com" |       "url": "https://packages.unity.com" | ||||||
|     }, |     }, | ||||||
|  |     "com.unity.collections": { | ||||||
|  |       "version": "0.9.0-preview.6", | ||||||
|  |       "depth": 0, | ||||||
|  |       "source": "registry", | ||||||
|  |       "dependencies": { | ||||||
|  |         "com.unity.test-framework.performance": "2.0.8-preview", | ||||||
|  |         "com.unity.burst": "1.3.0-preview.12" | ||||||
|  |       }, | ||||||
|  |       "url": "https://packages.unity.com" | ||||||
|  |     }, | ||||||
|     "com.unity.ext.nunit": { |     "com.unity.ext.nunit": { | ||||||
|       "version": "1.0.6", |       "version": "1.0.6", | ||||||
|       "depth": 1, |       "depth": 1, | ||||||
|  | @ -102,12 +121,19 @@ | ||||||
|       "url": "https://packages.unity.com" |       "url": "https://packages.unity.com" | ||||||
|     }, |     }, | ||||||
|     "com.unity.mathematics": { |     "com.unity.mathematics": { | ||||||
|       "version": "1.1.0", |       "version": "1.2.1", | ||||||
|       "depth": 1, |       "depth": 1, | ||||||
|       "source": "registry", |       "source": "registry", | ||||||
|       "dependencies": {}, |       "dependencies": {}, | ||||||
|       "url": "https://packages.unity.com" |       "url": "https://packages.unity.com" | ||||||
|     }, |     }, | ||||||
|  |     "com.unity.nuget.newtonsoft-json": { | ||||||
|  |       "version": "2.0.0-preview", | ||||||
|  |       "depth": 2, | ||||||
|  |       "source": "registry", | ||||||
|  |       "dependencies": {}, | ||||||
|  |       "url": "https://packages.unity.com" | ||||||
|  |     }, | ||||||
|     "com.unity.test-framework": { |     "com.unity.test-framework": { | ||||||
|       "version": "1.1.20", |       "version": "1.1.20", | ||||||
|       "depth": 0, |       "depth": 0, | ||||||
|  | @ -119,6 +145,16 @@ | ||||||
|       }, |       }, | ||||||
|       "url": "https://packages.unity.com" |       "url": "https://packages.unity.com" | ||||||
|     }, |     }, | ||||||
|  |     "com.unity.test-framework.performance": { | ||||||
|  |       "version": "2.0.8-preview", | ||||||
|  |       "depth": 1, | ||||||
|  |       "source": "registry", | ||||||
|  |       "dependencies": { | ||||||
|  |         "com.unity.test-framework": "1.1.0", | ||||||
|  |         "com.unity.nuget.newtonsoft-json": "2.0.0-preview" | ||||||
|  |       }, | ||||||
|  |       "url": "https://packages.unity.com" | ||||||
|  |     }, | ||||||
|     "com.unity.textmeshpro": { |     "com.unity.textmeshpro": { | ||||||
|       "version": "2.1.1", |       "version": "2.1.1", | ||||||
|       "depth": 0, |       "depth": 0, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue