Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.0KB

1234567891011121314151617181920212223
  1. {
  2. "name": "com.unity.visualscripting",
  3. "displayName": "Visual Scripting",
  4. "version": "1.8.0",
  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.8.0"
  14. },
  15. "upmCi": {
  16. "footprint": "216653b9b8371e118cd255206201ec635c66d806"
  17. },
  18. "repository": {
  19. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.visualscripting.git",
  20. "type": "git",
  21. "revision": "0de66378b19e990494d98f39ecc2b6aa5ac65351"
  22. }
  23. }