15 lines
		
	
	
		
			374 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			374 B
		
	
	
	
		
			JSON
		
	
	
| {
 | |
|   "name": "com.guru.unity.sdk",
 | |
|   "displayName": "Guru SDK",
 | |
|   "version": "0.0.1",
 | |
|   "description": "Guru SDK for unity project",
 | |
|   "unity": "2020.3",
 | |
|   "author":{
 | |
|     "name": "Guru Fungames Studio"
 | |
|   },
 | |
|   "license": "MIT",
 | |
|   "category": "Game,Tool,Development",
 | |
|   "dependencies": {
 | |
|     "com.guru.unity.sdk.core": "git@github.com:castbox/upm-guru-sdk-core-proto.git"
 | |
|   }
 | |
| } |