Use the OSC Protocol Support package (com.unity.media.osc
) to send and receive OSC (Open Sound Control) messages from Unity. This package implements full support for the OSC 1.0 specification, and much of the OSC 1.1 specification.
This repository contains the code package and a test project related with Unity OSC Protocol support.
To learn about the Unity OSC Protocol Support package (concepts, features, and workflows) read the OSC package documentation in this repository.
The OSC Protocol Support package is licensed under the Apache License, Version 2.0.
We appreciate your interest in contributing to the Unity OSC Protocol Support package.
It's important to note that this package is provided as is, without any maintenance or release plan.
Therefore, we are unable to monitor bug reports, accept feature requests, or review pull requests for this package.
However, we understand that users may want to make improvements to the package.
In that case, we recommend that you fork the repository. This will allow you to make changes and enhancements as you see fit.
Package | Description |
---|---|
OSC | The package that allows you to send and receive OSC (Open Sound Control) messages from Unity. |
Use this Unity project to run various tests against the OSC Protocol Support package:
Project | Description |
---|---|
TestProject | Runs the tests. |