SpaceMadness / lunar-unity-plugin

A UNIX/Quake3 style command line interface to Unity editor
74 stars 8 forks source link

add support for remote udp connections to mobile devices #6

Closed llisper closed 7 years ago

llisper commented 7 years ago
1. use Lidgren.Network to establish udp connection
2. relay commandline to remote devices if any udp connection is
established
3. move Commands.cs/ConfigHelper.cs to Plugin directory, or else these
builtin commands won't be found on remote devices
4. remove 'LUNAR_DEVELOPMENT;LUNAR_DEBUG' macros in player settings or
else won't compiled
llisper commented 7 years ago

sorry, plz close this pull request. i probably going to think again, i'm not too familiar with github, sorry for the trouble :)