Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dyadica/unity_winform_pipes

Scripts and sample apps demonstrating communication between Unity3D and WinForms via pipes
https://github.com/dyadica/unity_winform_pipes

Last synced: about 2 months ago
JSON representation

Scripts and sample apps demonstrating communication between Unity3D and WinForms via pipes

Awesome Lists containing this project

README

        

Unity_WinForm_Pipes
===================

Scripts and sample apps demonstrating communication between Unity3D and WinForms via pipes

I needed a quick and simple solution to allow me to communicate between some of my old projects both developed as WinForm/WPF Apps and in versions of .Net (4/4.5) not compatible with Unity and this is what I came up with.

At the heart of the example are two classes:

ClientPipe.cs and ServerPipe.cs

Both of these classes can be utilised to provide .Net and Unity3D applications with capability for intercommunication.

A tutorial is currently on the way and will be available via: http://www.dyadica.co.uk

===================

Enjoy :)