https://github.com/gameframex/com.gameframex.unity.sound
https://github.com/gameframex/com.gameframex.unity.sound
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gameframex/com.gameframex.unity.sound
- Owner: GameFrameX
- License: apache-2.0
- Created: 2024-04-10T02:00:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-20T10:35:06.000Z (over 1 year ago)
- Last Synced: 2025-01-20T11:23:40.276Z (over 1 year ago)
- Language: C#
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## HOMEPAGE
GameFrameX 的 Sound 声音管理组件
**Sound 声音管理组件 (Sound Component)** - 提供声音管理组件相关的接口。
# 使用文档(文档编写于GPT4)
# 使用方式(任选其一)
1. 直接在 `manifest.json` 的文件中的 `dependencies` 节点下添加以下内容
```json
{"com.gameframex.unity.sound": "https://github.com/AlianBlank/com.gameframex.unity.sound.git"}
```
2. 在Unity 的`Packages Manager` 中使用`Git URL` 的方式添加库,地址为:https://github.com/AlianBlank/com.gameframex.unity.sound.git
3. 直接下载仓库放置到Unity 项目的`Packages` 目录下。会自动加载识别