All Projects → nicollasricas → streamdeck-unity

nicollasricas / streamdeck-unity

Licence: MIT license
Enables Stream Deck integration with Unity.

Programming Languages

CSS
56736 projects
C#
18002 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
powershell
5483 projects

Projects that are alternatives of or similar to streamdeck-unity

deckmaster
An application to control your Elgato Stream Deck on Linux
Stars: ✭ 106 (+381.82%)
Mutual labels:  streamdeck, stream-deck, elgato-stream-deck
streamdeck-stockticker
Stock Ticker plugin for Stream Deck
Stars: ✭ 29 (+31.82%)
Mutual labels:  streamdeck, stream-deck, elgato-stream-deck
streamdeck-stopwatch
C# Stopwatch implementation for the Elgato Stream Deck device
Stars: ✭ 20 (-9.09%)
Mutual labels:  streamdeck, stream-deck, elgato-stream-deck
streamdeck-discord-message
A Stream Deck plugin that sends a message to a Discord channel.
Stars: ✭ 26 (+18.18%)
Mutual labels:  streamdeck, stream-deck, elgato-stream-deck
Savegamepro
A Complete and Powerful Save Game Solution for Unity (Game Engine)
Stars: ✭ 30 (+36.36%)
Mutual labels:  unity-3d, unity3d-plugin
Jengine
JEngine是针对Unity开发者设计的开箱即用的框架,封装了强大的功能,小白也能快速上手,轻松制作可以热更新的游戏 | JEngine is a streamlined and easy-to-use framework designed for Unity Programmers which contains powerful features, beginners can start up quickly and making hot update-able games easily
Stars: ✭ 564 (+2463.64%)
Mutual labels:  unity-3d, unity3d-plugin
UnityGlobalTextSystem
Allow the user to 'change' the default font in Unity from "Arial" to a font of their liking.
Stars: ✭ 21 (-4.55%)
Mutual labels:  unity-3d, unity3d-plugin
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+8845.45%)
Mutual labels:  unity-3d, unity3d-plugin
Realtime Csg For Unity
Realtime-CSG, CSG level editor for Unity
Stars: ✭ 281 (+1177.27%)
Mutual labels:  unity-3d, unity3d-plugin
Energysuite
Simple real-time energy based system for your Unity3d game
Stars: ✭ 31 (+40.91%)
Mutual labels:  unity-3d, unity3d-plugin
ElgatoLegacy
Use your Elgato Stream Deck on Windows 7, 8 and 8.1!
Stars: ✭ 25 (+13.64%)
Mutual labels:  streamdeck, elgato-stream-deck
Opencvforunity
OpenCV for Unity (Untiy Asset Plugin)
Stars: ✭ 359 (+1531.82%)
Mutual labels:  unity-3d, unity3d-plugin
streamdeck-plugintemplate
Stream Deck SDK: Plugin Template
Stars: ✭ 211 (+859.09%)
Mutual labels:  streamdeck, elgato-stream-deck
KMlink
Streamdeck plugin to drive Keyboard Maestro
Stars: ✭ 100 (+354.55%)
Mutual labels:  streamdeck, streamdeck-plugin
Mapssdk Unity
This repository contains samples, documentation, and supporting scripts for Maps SDK, a Microsoft Garage project.
Stars: ✭ 307 (+1295.45%)
Mutual labels:  unity-3d, unity3d-plugin
Dlibfacelandmarkdetector
FaceLandmark Detector using Dlib (Unity Asset Plugin)
Stars: ✭ 80 (+263.64%)
Mutual labels:  unity-3d, unity3d-plugin
streamDeck-weatherPlugin
Popular Stream Deck plugin for Weather reporting
Stars: ✭ 24 (+9.09%)
Mutual labels:  stream-deck, elgato-stream-deck
UnityHexagonLibrary2d
A library to manage 2D hexagonal tiles in Unity.
Stars: ✭ 58 (+163.64%)
Mutual labels:  unity-3d, unity3d-plugin
unity-firebase-realtime-database
Unity Firebase Realtime Database REST
Stars: ✭ 24 (+9.09%)
Mutual labels:  unity-3d, unity3d-plugin
UnityDebug
A wrapper script for Unity debug calls to use conditional attributes in order to avoid debug code being compiled into release builds.
Stars: ✭ 29 (+31.82%)
Mutual labels:  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

  • 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

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

  • 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].