nicollasricas / decks-unity

Enables Stream Deck integration with Unity.
MIT License
30 stars 0 forks source link
elgato-stream-deck stream-deck streamdeck streamdeck-plugin unity unity-3d unity3d-plugin

Stream Deck for Unity

Enables Stream Deck integration within Unity.

It should work with any Unity version as long it targets .NET 4.0+.

Getting Started

  1. Download the plugin for Stream Deck on the Stream Deck Store or here.

  2. 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:

Stream Deck Connected

Features

Settings

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.

Execute Menu

To execute a menu, you have to write the full path, spaces included. Submenus use a slash (/) as a divider.

Window/Layouts/4 Split

4 Split Layout Menu

4 Split Layout Action

FAQ