Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 513B

123456789101112
  1. {
  2. "name": "com.unity.modules.unitywebrequestaudio",
  3. "version": "1.0.0",
  4. "type": "module",
  5. "displayName": "Unity Web Request Audio",
  6. "description": "The UnityWebRequestAudio module provides the DownloadHandlerAudioClip class to use UnityWebRequest to download AudioClips. Scripting API: https://docs.unity3d.com/ScriptReference/UnityEngine.UnityWebRequestAudioModule.html",
  7. "icon": null,
  8. "dependencies": {
  9. "com.unity.modules.unitywebrequest": "1.0.0",
  10. "com.unity.modules.audio": "1.0.0"
  11. }
  12. }