ZMWSLI0-SL2021-GR11/Projekt/MWSProjekt/Library/PackageCache/com.unity.visualscripting@1.6.1/package.json

29 lines
1.3 KiB
JSON
Raw Normal View History

2021-07-05 21:20:56 +02:00
{
"name": "com.unity.visualscripting",
"displayName": "Visual Scripting",
"version": "1.6.1",
"unity": "2021.1",
"description": "Visual Scripting, previously known as BOLT, is an alternative workflow to design behaviours. Instead of the classic method of writing a C# script, visual scripting offers a way to design behaviours intuitively without code, by connecting events, actions, and data together in a graph. \n\nBoth programmers and non-programmers can use node-based graphs to design final logic or to quickly create prototypes. This package also features an API that programmers can use for more advanced tasks, or to create custom nodes that can be used by other team members.",
"type": "tool",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.physics2d": "1.0.0"
},
"relatedPackages": {
"com.unity.visualscripting.tests": "1.6.1"
},
"upmCi": {
"footprint": "988554e7bb0f755cb5b95526605f4e65bdc8a933"
},
"repository": {
"url": "https://github.cds.internal.unity3d.com/unity/com.unity.visualscripting.git",
"type": "git",
"revision": "d2dc8205ed231b4fc18289dddb14c0a92c76154f"
}
}