Unclaimed Project Is this your project? Claim it to unlock full analytics and manage your listing.
Claim This Project

Unity Project

Built with Unity 2022.3.54f1 · download the source from GitHub

DissonanceServer

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

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!