9

Recently i learned about pipes in C#. I made 2 simple console apps(client and server) in visual studio. They work flawlessly. After that i made plugin for unity that uses those pipes. (because i want to crunch numbers in .net 4.7 app and display results in unity). Every function in my plugin is wrapped in try-catch block. Unity frezzes/crashes everytime i try to use my plugin 😥

Comments
  • 0
    Uffff! After one day of unbelivable struggles I made it. I updated my unity to version 2018 and now it supports .NET4 and my code finaly works!
Add Comment