Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2022-11-12 13:10:03 +01:00

29 lines
1.3 KiB
JSON

{
"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"
}
}