Brak opisu
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.

12345678910111213
  1. {
  2. "name": "com.unity.modules.video",
  3. "version": "1.0.0",
  4. "type": "module",
  5. "displayName": "Video",
  6. "description": "The Video module lets you play back video files in your content. Scripting API: https://docs.unity3d.com/ScriptReference/UnityEngine.VideoModule.html",
  7. "icon": null,
  8. "dependencies": {
  9. "com.unity.modules.audio": "1.0.0",
  10. "com.unity.modules.ui": "1.0.0",
  11. "com.unity.modules.unitywebrequest": "1.0.0"
  12. }
  13. }