MemoryChannel


MemoryChannel is a memory mapped file API that enables rapid inter-process communication.


by TAC


Price History +

On occasion you need to access .NET code that is newer than the version used by Unity, or you need to exchange data with another executable in real time.


We provide you with a memory map library which allows you to create/open a memory location and then write to and read from it.


Because it is a generic approach you can exchange data between any number of clients and those clients can be written in any language that supports memory mapping, such as C++ etc.