Home

Awesome

Nethostfire

Preview

Nethostfire is a library (netstandard2.1) to create UDP server and client in C#, with encryption support, Unity 3D integration and several other advanced features to facilitate communication between client and server.

Preview

Preview

Donate

Main features

Requisites

Unity installation

1 - Download the library Nethostfire.dll in Releases

2 - Move the file to the Assets folder of your Unity project Assets/bin/debug/Nethostfire.dll.

3 - Then import the namespace 'using Nethostfire;' in your scripts.

.NET | VB.Net Project Installation

1 - Download the library Nethostfire.dll in Releases

2 - Move the file to the root folder of your .NET project.

3 - To add as a reference to your project, add the following xml tags to your project's .csproj file.

<Project Sdk="Microsoft.NET.Sdk">
  <ItemGroup>
    <Reference Include="Nethostfire.dll">
      <SpecificVersion>False</SpecificVersion> 
    </Reference>
  </ItemGroup>
 ...
</Project>

4 - Then import the namespace 'using Nethostfire;' into your scripts and then restore the project with 'dotnet restore'.

Documentation

Projects Examples

Youtube Tutorials