Enables Stream Deck integration within Unity.
It should work with any Unity version as long it targets .NET 4.0+.
-
Download the plugin for Stream Deck on the Stream Deck Store or here.
-
Download the unity package here and import in any Unity project you wish to use it.
If you have downloaded the plugin and imported the package into your project, you should see this message:
- Add components to objects
- Execute menus
- Paste components
- Pause/resume play mode
- Reset and rotate objects
- Select objects by name or tag
- Switch between scene and game view
- Toggle objects states
Windows: %appdata%/StreamDeckUnity/settings.json
Mac: /Users/john/.config/StreamDeckUnity/settings.json
{
"host": "127.0.0.1",
"port": 18084
}
Please restart the Stream Deck software if you changed the settings.
To execute a menu, you have to write the full path, spaces included. Submenus use a slash (/) as a divider.
Window/Layouts/4 Split
-
The live link is not connecting
Make sure you have installed the Stream Deck Plugin, imported the Unity Package into your project, the port you are using are available and the stream deck software is open. If you have to change the port don't forget to change it on the Unity Editor.
-
The default port is been used by another software
You can change the port on the Settings file, don't forget to change it on the Unity Editor.