https://github.com/insthync/unity-dissonance-server
A lite Dissonance server (https://github.com/Placeholder-Software/Dissonance)
https://github.com/insthync/unity-dissonance-server
Last synced: 5 months ago
JSON representation
A lite Dissonance server (https://github.com/Placeholder-Software/Dissonance)
- Host: GitHub
- URL: https://github.com/insthync/unity-dissonance-server
- Owner: insthync
- License: mit
- Created: 2022-08-15T09:33:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T14:10:21.000Z (over 1 year ago)
- Last Synced: 2025-01-19T17:53:38.432Z (over 1 year ago)
- Language: Dockerfile
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unity-dissonance-server
A lite Dissonance server (https://github.com/Placeholder-Software/Dissonance).
Planned to make a lightweight Dissonance server, use low-level of network-manager which has no gameplay features, it use `LiteNetLibManager` as a server and client.
I actually want to make a server outside Unity (May uses .NET6) but I have to learn Dissonance codes in depth first.
*Requirement*
- [Dissonance](https://github.com/Placeholder-Software/Dissonance), it is not include in this repo, you have to buy it.
- [LiteNetLibManager](https://github.com/insthync/LiteNetLibManager)
- [LiteNetLibManager-Dissonance-Integration](https://github.com/insthync/LiteNetLibManager-Dissonance-Integration)
## How it was built as docker image
Build from Unity to `./Docker/build` folder with name `App.x86_64`, then use docker build command:
```
cd ./Docker
docker build --pull --rm -f "Dockerfile" -t insthync/dissonanceserver:latest "."
```