暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 377B

12345678910
  1. {
  2. "name": "com.unity.modules.assetbundle",
  3. "version": "1.0.0",
  4. "type": "module",
  5. "displayName": "Asset Bundle",
  6. "description": "The AssetBundle module implements the AssetBundle class and related APIs to load data from AssetBundles. Scripting API: https://docs.unity3d.com/ScriptReference/UnityEngine.AssetBundleModule.html",
  7. "dependencies": {
  8. }
  9. }