Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 1.2KB

1234567891011121314151617181920212223242526
  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. }