Unity plugin that adds Logitech Craft keyboard support to the editor
- Enable keyboard developer mode
- Click + inside editor package manager window and select "Add package from git URL..."
- Enter
https://github.com/r1noff/UnityCraft.gitand click add button - After package successfully installs go to
Library/PackageCache/com.r1noff.unitycraft@*and runInstallPlugin.batas administrator. It will create symlink of manifest folder into the LogiOptionsPlugins folder (or you can just copy it manually, for details see official SDK documentation) - Run
RestartLogitechOptions.bator restart logitech options app by yourself
The plugin selects what the crown is responsible for, depending on the state of the editor (by priority from top to bottom)
To create a new tool:
- Clone the repository into the
Packagesfolder of your project - Add the tool name locale to
en.json - Add the tool to
tools.json - Implement the
IToolinterface - Add a tool field to the
Tools.csfile and a condition for selecting it to theSelectTool()method
Feel free to contribute fixes as well as your tools. To create a pull request for a tool you also need to create an icon according to Logitech guidelines. You can use my figma file




