DissonanceServer
A lite Dissonance server (https://github.com/Placeholder-Software/Dissonance)
Unity Project
Built with Unity 2022.3.54f1 · download the source from GitHub

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, it is not include in this repo, you have to buy it.
- LiteNetLibManager
- 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 "."
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In