Esempio n. 1
0
 void Awake()
 {
     _endOfFrameBuffer = new SerializedOscMessageBuffer(_udpBufferSize);
     if (enabled && Application.isPlaying && _openOnAwake)
     {
         Open(_port, _remoteIpAddress);
     }
 }