Skip to content

Commit

Permalink
Add package.json to script folder
Browse files Browse the repository at this point in the history
Unity 2019.3.4 or later can load sub directory package
  • Loading branch information
forno authored and shiena committed Aug 21, 2020
1 parent 76d2014 commit e561cff
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Assets/uOSC/Scripts/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "com.hecomi.uosc",
"version": "0.2.0",
"displayName": "uOSC",
"description": "OSC server / client implementation for Unity",
"keywords": [
"osc"
],
"author": {
"name": "hecomi",
"url": "http://tips.hecomi.com/"
}
}
7 changes: 7 additions & 0 deletions Assets/uOSC/Scripts/package.json.meta

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

0 comments on commit e561cff

Please sign in to comment.