- Home /
best way to use interprocess communication
I have a C++ application running on the same windows computer.
This application need to send images and json to unity but it also needs settings send from the unity application.
What ipc methods are supported by unity and what methods are the simpelest to implement?
Unity uses $$anonymous$$ono, which is basically .NET, so you might get much better search results if you try and ask this in terms of .NET ins$$anonymous$$d of Unity
Well, I partially do not agree with this comment. Consider the other application to work as a local server and you can use WWW class to send a request and get the json file stored there.
Using the whole http protocol would be a little overkill, but it is also one of the suggestions if you look up IPC in terms of .net
Your answer
