Lachee / unity-named-pipes

A native named pipe wrapper for Unity3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unity-named-pipes

A native named pipe wrapper for Unity3D.

Build status

Unity is very special and is unable to use the NamedPipeClientStream provided by C# without crashing and dying horribly. Even in the latest versions it strugles with this simple task.

This library is here to resolve that. It utilises a native wrapper (which is run outside of unity apparently) around the pipes for both unix and windows and puts them in a nice streamable class for C# to use.

About

A native named pipe wrapper for Unity3D

License:MIT License


Languages

Language:C# 71.2%Language:C++ 19.1%Language:PowerShell 5.6%Language:CMake 2.5%Language:Shell 1.6%