浏览代码

added to package

Sample tutorial folder added to package, and is now visible and importable in the package manager.
/main
mohsen.k 4 年前
当前提交
92c7310c
共有 8 个文件被更改,包括 40 次插入1 次删除
  1. 9
      com.unity.perception/package.json
  2. 8
      com.unity.perception/Samples.meta
  3. 8
      com.unity.perception/Samples/Tutorial Project.meta
  4. 5
      com.unity.perception/Samples/Tutorial Project/.sample.json
  5. 0
      com.unity.perception/Samples/Tutorial Project/sample.cs
  6. 11
      com.unity.perception/Samples/Tutorial Project/sample.cs.meta

9
com.unity.perception/package.json


"displayName": "Perception",
"name": "com.unity.perception",
"unity": "2019.4",
"version": "0.4.0-preview.1"
"version": "0.4.0-preview.1",
"samples":[
{
"displayName": "Tutorial Project",
"description": "This project accompanies the tutorial for the Perception Package, found at -link-",
"path" : "Samples/Tutorial Project"
}
]
}

8
com.unity.perception/Samples.meta


fileFormatVersion: 2
guid: 22fdb54b163034ca090443787cf8fff1
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

8
com.unity.perception/Samples/Tutorial Project.meta


fileFormatVersion: 2
guid: 258a20439c0974d94838246ec4818d82
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

5
com.unity.perception/Samples/Tutorial Project/.sample.json


{
"displayName":"Tutorial Project",
"description": "This project accompanies the tutorial for the Perception Package, found at -link-",
"createSeparatePackage": false
}

0
com.unity.perception/Samples/Tutorial Project/sample.cs

11
com.unity.perception/Samples/Tutorial Project/sample.cs.meta


fileFormatVersion: 2
guid: 81ce16dfc461142d296cda8fbdfc3c16
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
正在加载...
取消
保存