Skip to content

Commit

Permalink
Add com.varneon.v-udon.runtime-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Varneon committed Aug 26, 2022
1 parent 7f71bd5 commit b3705c8
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
!/Packages/com.varneon.v-udon.abstract
!/Packages/com.varneon.v-udon.common
!/Packages/com.varneon.v-udon.core
!/Packages/com.varneon.v-udon.essentials
!/Packages/com.varneon.v-udon.essentials
!/Packages/com.varneon.v-udon.runtime-tools
16 changes: 16 additions & 0 deletions Packages/com.varneon.v-udon.runtime-tools/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "com.varneon.v-udon.runtime-tools",
"version": "0.0.1",
"displayName": "VUdon - Runtime Tools",
"description": "Runtime tool prefabs made with Udon (e.g. UdonConsole, debuggers, etc.)",
"unity": "2019.4",
"unityRelease": "31f1",
"author": {
"name": "Varneon",
"url": "https://github.com/Varneon"
},
"vpmDependencies": {
"com.vrchat.worlds": "3.x.x",
"com.vrchat.udonsharp": "1.x.x"
}
}
7 changes: 7 additions & 0 deletions Packages/com.varneon.v-udon.runtime-tools/package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Packages/com.varneon.v-udon.runtime-tools/version.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.1
7 changes: 7 additions & 0 deletions Packages/com.varneon.v-udon.runtime-tools/version.txt.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3705c8

Please sign in to comment.