Add Editor Rick Presence package

This commit is contained in:
BuyMyMojo 2023-02-28 02:50:32 +11:00
parent 2d2eb7d32f
commit 72a0daf486
40 changed files with 5141 additions and 0 deletions

17
Assets/ERP/package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "com.ben-w.erp",
"version": "3.1.2",
"displayName": "Editor Rich Presence",
"description": "Show off what you're working on in Unity with Editor Rich Presence on discord.\n\nEditor Rich Presence uses Discords GameSDK to display your project name, current active scene name and session time on your Discord profile. These can be disabled on a per-project basis.",
"keywords": [
"Discord",
"Rich Presense",
"Editor Tool"
],
"author": {
"name": "Ben Wilson",
"email": "me@ben-w.com",
"url": "https://github.com/MarshMello0/Editor-Rich-Presence"
},
"type": "tool"
}