Skip to content

Unity native plugin with WSL (Windows Subsystem for Linux)

Notifications You must be signed in to change notification settings

keijiro/UnityPluginWithWSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks