Skip to content

Latest commit

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

UnityPluginWithWSL

screenshot

This is an example that shows how to build a Unity native plugin using the WSL (Windows Subsystem for Linux) development environment.

How to build the plugin

  • Enable WSL and install Ubuntu.
  • Install make.
    • sudo apt install make
  • Install mingw-w64 (development toolchain targeting 64-bit Windows).
    • sudo apt install mingw-w64
  • Run make in the Plugin directory with Makefile.windows.
    • cd Plugin && make -f Makefile.windows

About

Unity native plugin with WSL (Windows Subsystem for Linux)

Topics

Resources

Stars

51 stars

Watchers

6 watching

Forks

Contributors

Languages