chore: add MarrowSDK plugin
Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
		
							parent
							
								
									ada4bc109e
								
							
						
					
					
						commit
						64de674738
					
				
					 9 changed files with 706 additions and 244 deletions
				
			
		|  | @ -1,5 +1,6 @@ | |||
| { | ||||
|   "dependencies": { | ||||
|     "com.stresslevelzero.marrow.sdk": "1.1.0", | ||||
|     "com.unity.collab-proxy": "1.17.7", | ||||
|     "com.unity.feature.development": "1.0.1", | ||||
|     "com.unity.ide.rider": "3.0.16", | ||||
|  | @ -41,5 +42,16 @@ | |||
|     "com.unity.modules.vr": "1.0.0", | ||||
|     "com.unity.modules.wind": "1.0.0", | ||||
|     "com.unity.modules.xr": "1.0.0" | ||||
|   } | ||||
|   }, | ||||
|   "scopedRegistries": [ | ||||
|     { | ||||
|       "name": "SLZ", | ||||
|       "url": "https://registry.stresslevelzero.com", | ||||
|       "scopes": [ | ||||
|         "com.stresslevelzero", | ||||
|         "com.unity.render-pipelines", | ||||
|         "com.unity.shadergraph" | ||||
|       ] | ||||
|     } | ||||
|   ] | ||||
| } | ||||
|  |  | |||
|  | @ -1,5 +1,60 @@ | |||
| { | ||||
|   "dependencies": { | ||||
|     "com.stresslevelzero.marrow.sdk": { | ||||
|       "version": "1.1.0", | ||||
|       "depth": 0, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.stresslevelzero.static-batching": "1.0.1", | ||||
|         "com.unity.addressables": "1.21.12", | ||||
|         "com.unity.mathematics": "1.2.6", | ||||
|         "com.unity.nuget.newtonsoft-json": "3.0.2", | ||||
|         "com.unity.profiling.core": "1.0.2", | ||||
|         "com.unity.render-pipelines.core": "8148.0.3-1", | ||||
|         "com.unity.render-pipelines.universal": "8148.0.7-4", | ||||
|         "com.unity.scriptablebuildpipeline": "1.21.5", | ||||
|         "com.unity.splines": "1.0.1", | ||||
|         "com.unity.subsystemregistration": "1.1.0", | ||||
|         "com.unity.xr.management": "4.2.1", | ||||
|         "com.unity.xr.mock-hmd": "1.3.0-preview.1", | ||||
|         "com.unity.xr.oculus": "4.0.0" | ||||
|       }, | ||||
|       "url": "https://registry.stresslevelzero.com" | ||||
|     }, | ||||
|     "com.stresslevelzero.static-batching": { | ||||
|       "version": "1.0.1", | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.mathematics": "1.2.1", | ||||
|         "com.unity.burst": "1.8.4", | ||||
|         "com.unity.collections": "1.2.4" | ||||
|       }, | ||||
|       "url": "https://registry.stresslevelzero.com" | ||||
|     }, | ||||
|     "com.unity.addressables": { | ||||
|       "version": "1.21.12", | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.scriptablebuildpipeline": "1.21.5", | ||||
|         "com.unity.modules.assetbundle": "1.0.0", | ||||
|         "com.unity.modules.imageconversion": "1.0.0", | ||||
|         "com.unity.modules.jsonserialize": "1.0.0", | ||||
|         "com.unity.modules.unitywebrequest": "1.0.0", | ||||
|         "com.unity.modules.unitywebrequestassetbundle": "1.0.0" | ||||
|       }, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.burst": { | ||||
|       "version": "1.8.4", | ||||
|       "depth": 2, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.mathematics": "1.2.1" | ||||
|       }, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.collab-proxy": { | ||||
|       "version": "1.17.7", | ||||
|       "depth": 0, | ||||
|  | @ -9,6 +64,16 @@ | |||
|       }, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.collections": { | ||||
|       "version": "1.2.4", | ||||
|       "depth": 2, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.burst": "1.6.6", | ||||
|         "com.unity.test-framework": "1.1.31" | ||||
|       }, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.editorcoroutines": { | ||||
|       "version": "1.0.0", | ||||
|       "depth": 1, | ||||
|  | @ -62,9 +127,16 @@ | |||
|       "dependencies": {}, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.mathematics": { | ||||
|       "version": "1.2.6", | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": {}, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.nuget.newtonsoft-json": { | ||||
|       "version": "3.0.2", | ||||
|       "depth": 2, | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": {}, | ||||
|       "url": "https://packages.unity.com" | ||||
|  | @ -76,6 +148,51 @@ | |||
|       "dependencies": {}, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.profiling.core": { | ||||
|       "version": "1.0.2", | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": {}, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.render-pipelines.core": { | ||||
|       "version": "8148.0.3-1", | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.ugui": "1.0.0", | ||||
|         "com.unity.modules.physics": "1.0.0", | ||||
|         "com.unity.modules.jsonserialize": "1.0.0" | ||||
|       }, | ||||
|       "url": "https://registry.stresslevelzero.com" | ||||
|     }, | ||||
|     "com.unity.render-pipelines.universal": { | ||||
|       "version": "8148.0.7-4", | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.mathematics": "1.2.1", | ||||
|         "com.unity.burst": "1.5.0", | ||||
|         "com.unity.render-pipelines.core": "8148.0.3-1", | ||||
|         "com.unity.shadergraph": "8148.12.1-8", | ||||
|         "com.unity.nuget.newtonsoft-json": "2.0.2" | ||||
|       }, | ||||
|       "url": "https://registry.stresslevelzero.com" | ||||
|     }, | ||||
|     "com.unity.scriptablebuildpipeline": { | ||||
|       "version": "1.21.5", | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": {}, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.searcher": { | ||||
|       "version": "4.9.1", | ||||
|       "depth": 3, | ||||
|       "source": "registry", | ||||
|       "dependencies": {}, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.services.core": { | ||||
|       "version": "1.6.0", | ||||
|       "depth": 1, | ||||
|  | @ -94,6 +211,35 @@ | |||
|       "dependencies": {}, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.shadergraph": { | ||||
|       "version": "8148.12.1-8", | ||||
|       "depth": 2, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.searcher": "4.9.1" | ||||
|       }, | ||||
|       "url": "https://registry.stresslevelzero.com" | ||||
|     }, | ||||
|     "com.unity.splines": { | ||||
|       "version": "1.0.1", | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.settings-manager": "1.0.3", | ||||
|         "com.unity.mathematics": "1.2.1", | ||||
|         "com.unity.burst": "1.6.0-pre.2" | ||||
|       }, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.subsystemregistration": { | ||||
|       "version": "1.1.0", | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.modules.subsystems": "1.0.0" | ||||
|       }, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.test-framework": { | ||||
|       "version": "1.1.31", | ||||
|       "depth": 0, | ||||
|  | @ -155,6 +301,47 @@ | |||
|       }, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.xr.legacyinputhelpers": { | ||||
|       "version": "2.1.10", | ||||
|       "depth": 2, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.modules.vr": "1.0.0", | ||||
|         "com.unity.modules.xr": "1.0.0" | ||||
|       }, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.xr.management": { | ||||
|       "version": "4.2.1", | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.modules.subsystems": "1.0.0", | ||||
|         "com.unity.modules.vr": "1.0.0", | ||||
|         "com.unity.modules.xr": "1.0.0", | ||||
|         "com.unity.xr.legacyinputhelpers": "2.1.7", | ||||
|         "com.unity.subsystemregistration": "1.0.6" | ||||
|       }, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.xr.mock-hmd": { | ||||
|       "version": "1.3.0-preview.1", | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.xr.management": "4.0.1" | ||||
|       }, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.xr.oculus": { | ||||
|       "version": "4.0.0", | ||||
|       "depth": 1, | ||||
|       "source": "registry", | ||||
|       "dependencies": { | ||||
|         "com.unity.xr.management": "4.2.0" | ||||
|       }, | ||||
|       "url": "https://packages.unity.com" | ||||
|     }, | ||||
|     "com.unity.modules.ai": { | ||||
|       "version": "1.0.0", | ||||
|       "depth": 0, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue