Skip to content

Commit d4d7638

Browse files
committed
Initial commit
0 parents  commit d4d7638

8 files changed

+101
-0
lines changed

Editor.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "VisualPinball.Engine.Unity.VisualScripting.Editor",
3+
"rootNamespace": "VisualPinball.Engine.Unity.VisualScripting.Editor",
4+
"references": [
5+
"VisualPinball.Unity"
6+
],
7+
"includePlatforms": [ "Editor" ],
8+
"excludePlatforms": [],
9+
"allowUnsafeCode": true,
10+
"overrideReferences": false,
11+
"precompiledReferences": [],
12+
"autoReferenced": true,
13+
"defineConstraints": [],
14+
"versionDefines": [],
15+
"noEngineReferences": false
16+
}

Editor/VisualPinball.Engine.Unity.VisualScripting.Editor.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Runtime.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "VisualPinball.Engine.Unity.VisualScripting",
3+
"rootNamespace": "VisualPinball.Engine.Unity.VisualScripting",
4+
"references": [
5+
"VisualPinball.Engine",
6+
"VisualPinball.Unity"
7+
],
8+
"includePlatforms": [],
9+
"excludePlatforms": [],
10+
"allowUnsafeCode": true,
11+
"overrideReferences": false,
12+
"precompiledReferences": [],
13+
"autoReferenced": true,
14+
"defineConstraints": [],
15+
"versionDefines": [],
16+
"noEngineReferences": false
17+
}

Runtime/VisualPinball.Engine.Unity.VisualScripting.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "org.visualpinball.engine.unity.visualscripting",
3+
"version": "0.0.1-preview.0",
4+
"displayName": "Visual Pinball Engine (Visual Scripting)",
5+
"description": "Visual Scripting support",
6+
"keywords": [
7+
"Unity",
8+
"Scripting",
9+
"Script",
10+
"Visual"
11+
],
12+
"unity": "2021.2",
13+
"unityRelease": "5f1",
14+
"dependencies": {
15+
"com.unity.visualscripting": "1.7.6"
16+
},
17+
"author": "freezy <freezy@vpdb.io>",
18+
"contributors": [
19+
"jsm174 <jsm174@gmail.com>"
20+
],
21+
"documentationUrl": "https://docs.visualpinball.org/",
22+
"changelogUrl": "https://docs.visualpinball.org/CHANGELOG.html",
23+
"licensesUrl": "https://github.com/VisualPinball/VisualPinball.Unity.VisualScripting/blob/master/LICENSE",
24+
"repository": {
25+
"url": "https://github.com/VisualPinball/VisualPinball.Unity.VisualScripting.git",
26+
"type": "git"
27+
},
28+
"publishConfig": {
29+
"registry": "https://registry.visualpinball.org"
30+
}
31+
}

package.json.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)