説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.2KB

123456789101112131415161718192021222324252627
  1. {
  2. "name": "com.unity.visualscripting",
  3. "displayName": "Visual Scripting",
  4. "version": "1.9.4",
  5. "unity": "2021.3",
  6. "description": "Visual scripting is a workflow that uses visual, node-based graphs to design behaviors rather than write lines of C# script.\n\nEnabling artists, designers and programmers alike, visual scripting can be used to design final logic, quickly create prototypes, iterate on gameplay and create custom nodes to help streamline collaboration.\n\nVisual scripting is compatible with third-party APIs, including most packages, assets and custom libraries.",
  7. "type": "tool",
  8. "dependencies": {
  9. "com.unity.ugui": "1.0.0",
  10. "com.unity.modules.jsonserialize": "1.0.0"
  11. },
  12. "relatedPackages": {
  13. "com.unity.visualscripting.tests": "1.9.4"
  14. },
  15. "_upm": {
  16. "changelog": "### Fixed\n- Fixed sqlite dll changes not being recognized correctly by the 2022.3 Unity Editor"
  17. },
  18. "upmCi": {
  19. "footprint": "d93282af6b30b34282f3ab806bff6bba3ab6dfbc"
  20. },
  21. "repository": {
  22. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.visualscripting.git",
  23. "type": "git",
  24. "revision": "41aac2b7038c2b1259c546329890d3736ce2394e"
  25. },
  26. "_fingerprint": "0920df93f9574f857a55af27bd38fdd9230a3f51"
  27. }