Skip to content

Erifirin/unity-dap.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unity-dap.nvim

Adaptation of Unity for Visual Studio Code for nvim.

Warning

Work in progress. The plugin is in development stage.

Tested in:

  • Unity: 2022.3
  • Unity for Visual Studio Code: 1.1, 1.1.1

⚡️ Requirements

Also recommended roslyn.nvim language server.

Demo

TODO

📦 Installation

Install the plugin with your preferred package manager:

{
    "erifirin/unity-dap.nvim",
    opts = {
        -- your configuration; leave empty for default settings
    }
}

⚙️ Configuration

By default the plugin starts with following settings:

{
    -- Command to run UnityAttachProbe.
    -- type: string[] | nil
    -- By default - nil. In this case the plugin will use UnityAttachProbe.dll shipped with
    -- Unity for Visual Studio Code extension (should be pre-installed).
    attach_probe_cmd = nil,

    -- Command to run Unity debug adapter.
    -- type: string[] | nil
    -- By default - nil. In this case the plugin will use UnityDebugAdapter.dll shipped with
    -- Unity for Visual Studio Code extension (should be pre-installed).
    debug_adapter_cmd = nil,

    -- Log file.
    -- type: string
    -- By default - unity-dap.log located in vim logs default directory.
    log_file = ... ,
}

Unity Setup

TODO: Maybe required to install Visual Studio Editor package.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages