2
0

package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "com.unity.recorder",
  3. "displayName": "Unity Recorder",
  4. "version": "2.2.0-preview.4",
  5. "unity": "2018.3",
  6. "unityRelease": "4f1",
  7. "dependencies": {
  8. "com.unity.timeline": "1.0.0"
  9. },
  10. "description": "Unity Recorder allows the recording of Animation clips, Videos and Images directly from the Unity Editor.",
  11. "keywords": [
  12. "unity",
  13. "recorder",
  14. "recording",
  15. "capture",
  16. "video",
  17. "animation",
  18. "clip",
  19. "images"
  20. ],
  21. "repository": {
  22. "footprint": "31bf4b6400f779bbdd42c58d24a552a6e46ccc3b",
  23. "type": "git",
  24. "url": "https://github.com/Unity-Technologies/com.unity.recorder.git",
  25. "revision": "b97e1ca7c4f1fc85711e4f7f24ca74a8debdd1ac"
  26. },
  27. "samples": [
  28. {
  29. "displayName": "Screenshot Capture Sample",
  30. "description": "This example shows how to setup a recording session via script.",
  31. "path": "Samples~/CaptureScreenShot"
  32. },
  33. {
  34. "displayName": "Multiple Recordings Sample",
  35. "description": "This example shows how to setup a multiple recording session via script.",
  36. "path": "Samples~/MultipleRecordings"
  37. },
  38. {
  39. "displayName": "Recorder Editor Sample",
  40. "description": "This example shows how to add \"Start Recording\" and \"Stop Recording\" menu items .",
  41. "path": "Samples~/RecorderEditor"
  42. }
  43. ]
  44. }