stella3d / OscCore

A performance-oriented OSC library for Unity
MIT License
156 stars 28 forks source link

Calling Write from OscWriter instance throws errors. #18

Open Demkeys opened 1 year ago

Demkeys commented 1 year ago

I'm on Unity 2021.3.5f1. When I try to call the Write method from an instance of OscWriter I get the following errors.

image

Am I doing something wrong here?