Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dyadica/unity_winform_pipes
- Owner: dyadica
- Created: 2014-05-26T23:29:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-31T22:36:32.000Z (over 10 years ago)
- Last Synced: 2023-08-27T17:55:05.449Z (over 1 year ago)
- Language: C#
- Size: 188 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)