I download UNet source from https://bitbucket.org/Unity-Technologies/networking and add some API to it. I also make some scripts (with python) to copy dll to the correct position.
But the non programmer users report that they don't know how to copy and when to update it. So I write a c# script with InitializeOnLoad attribute to do the copy job.
This seems work fine. But when users donwload a clean src from version control system. The c# copy script won't work because the other...
How to distribute UNet open source dll to non programmer user
But the non programmer users report that they don't know how to copy and when to update it. So I write a c# script with InitializeOnLoad attribute to do the copy job.
This seems work fine. But when users donwload a clean src from version control system. The c# copy script won't work because the other...
How to distribute UNet open source dll to non programmer user