diff --git a/README.md b/README.md index d5d8797..536179a 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,11 @@ The data will be saved in StreamingAssets folder. # ArtNet record data structure -![structure](https://github.com/kodai100/Unity_ArtNetRecorder/blob/master/img/structure.png) \ No newline at end of file +![structure](https://github.com/kodai100/Unity_ArtNetRecorder/blob/master/img/structure.png) + +# ArtNet Re-Sender + +![sender](https://github.com/kodai100/Unity_ArtNetRecorder/blob/master/img/sender.png) + +This application can play and send recorded data as ArtNet signal. +The playing data will be shown as red dotted texture (right hand side of window, bottom is universe 0). \ No newline at end of file diff --git a/img/sender.png b/img/sender.png new file mode 100644 index 0000000..ab86b6b Binary files /dev/null and b/img/sender.png differ diff --git a/img/thumbnail.png b/img/thumbnail.png index 9c03c3f..667a22d 100644 Binary files a/img/thumbnail.png and b/img/thumbnail.png differ