Files
plugin-library/Assets/04.AudioCore/package.json

20 lines
368 B
JSON
Raw Normal View History

2025-03-04 16:02:44 +08:00
{
2025-03-31 10:26:25 +08:00
"name": "com.staryevo.audiocore",
"version": "1.1.3",
2025-03-31 10:26:25 +08:00
"displayName": "04.AudioCore",
2025-03-06 17:24:31 +08:00
"description": "音频播放工具",
2025-03-04 16:02:44 +08:00
"unity": "2021.3",
2025-03-31 11:49:53 +08:00
"unityRelease": "23f1",
2025-03-04 16:02:44 +08:00
"keywords": [
"unity",
"scirpt"
],
2025-12-31 15:56:05 +08:00
"dependencies": {
"com.cysharp.unitask": "2.5.10"
},
2025-03-04 16:02:44 +08:00
"author": {
"name": "staryEvo",
"url": "https://www.unity3d.com"
}
}