PingPlugin a ping API via Unity native plugin with multi platform support
Note: Step 3 is only for local testing. Platform appropiate pluginManaged.dll needs to be added to UnityHub Project under Assets\Plugins along with native plugin
#Steps for macOS
- cd pingPlugin/src/
- ./build.sh
- mono ./Assets/Plugins/mac/pingPluginManaged.dll "www.google.com"
#Steps for Windows
- cd pingPlugin/src/
- buildWindows.bat
- mono ..\Assets\Plugins\win\pingPluginManaged.dll "www.google.com" or, ..\Assets\Plugins\win\pingPluginManaged.exe "www.google.com"
#Steps for executing UnityProject-PingMac
- I have all compiled win/mac dlls added to the respective projects.
- PingMac is a UnityProject which can directly open in Unity and execute with added mac compiled libpingPlugin.1.dylib, pingPluginManaged.dll
- PingWin is a UnityProject which can directly open in Unity and execute with added win compiled pingPlugin.dll, pingPluginManaged.dll