Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elrygh/unity-editor-rpc
Discord Rich Presence for the Editor, fully automatic.
https://github.com/elrygh/unity-editor-rpc
Last synced: about 1 month ago
JSON representation
Discord Rich Presence for the Editor, fully automatic.
- Host: GitHub
- URL: https://github.com/elrygh/unity-editor-rpc
- Owner: ElryGH
- License: gpl-3.0
- Created: 2024-10-29T17:33:59.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T19:40:14.000Z (about 2 months ago)
- Last Synced: 2024-10-29T20:11:26.231Z (about 2 months ago)
- Language: C#
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityRPC
UnityRPC is a minimal Unity plugin that displays the current project you are working on in Unity
Made this cuz all other Plugins that did this before, are unmaintained or abandanoned....## Features
- Displays the Unity version name, project name and work duration in Discord Rich Presence.
- Extremly Lightweight and has minimal performance impact.
- Cross-platform compatibility.## Dependencies
You need the [Discord SDK](https://github.com/thetestgame/upm-discord-game-sdk) installed.## Installation
1. Open the Package manager in Unity.
2. Click on the + in the top right and then add via Git.
3. Paste in this link and click Add: `https://github.com/ElryGH/Unity-Editor-RPC.git`## Usage
Its fully automatic, it starts the second you open the Project.## Compatibility
- **Unity Version:** Unity 2022, Unity 6 & newer.
- **Platforms:** Windows, macOS, Linux.## Contributing
You may open feature request issues, but PR-Requests are not welcome, as this is mainly made for myself!
Feel free to fork this if you want changes that i dont want.## License
This project is licensed under the GNU License. See the [LICENSE](LICENSE) file for more details.