Advertisement

[Unity][ECS] project manifest file.

阅读量:

E:\Unity\UnityProjects\New Unity Project\Packages\

manifest.json

复制代码
 {

    
     "dependencies": {
    
     "com.unity.incrementalcompiler": "0.0.38", 
    
     "com.unity.entities": "0.0.12-preview.1"
    
     }, 
    
     "registry": "https://staging-packages.unity.com", 
    
     "testables": [
    
     "com.unity.collections", 
    
     "com.unity.entities", 
    
     "com.unity.jobs"
    
     ]
    
 }
    
    
    
    
复制代码
 {

    
   "dependencies": {
    
     "com.unity.ads": "2.0.8",
    
     "com.unity.analytics": "2.0.16",
    
     "com.unity.package-manager-u

全部评论 (0)

还没有任何评论哟~