diff --git a/package.json b/package.json new file mode 100644 index 0000000..0e5f1d2 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "com.metater.metavoicechat", + "version": "3", + "displayName": "MetaVoiceChat", + "description": "Self-contained proximity voice chat solution for Unity.", + "unity": "2021.3", + "unityRelease": "35", + "documentationUrl": "https://github.com/Metater/MetaVoiceChat#tutorial", + "changelogUrl": "https://github.com/Metater/MetaVoiceChat/releases", + "licensesUrl": "https://github.com/Metater/MetaVoiceChat/blob/main/LICENSE", + "keywords": [ + "Voice", + "Network", + "Mirror", + "Fish", + "FishNet" + ], + "author": { + "name": "Metater", + "email": "unity@example.com" + } +} \ No newline at end of file