Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Rename Tools

Donate

[Lua Interactive][LuaInteractive] is just perfect Unity editor plugin to excute lua on play mode.

Feature list

  • Free
  • Excute lua on play mode
  • No runtime resources required
  • No scripting required

Install

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  "dependencies": {
    "com.litefeel.luainteractive": "https://github.com/litefeel/Unity-LuaInteractive.git",
    ...
  }
}

How to use?

  1. Select Edit > Project Settings… > Lua Interactive from the menu
  2. Input a lua file path
  3. Press Create defualt lua script
  4. Play game
  5. Press Ctrl + Shift + R
  6. Excute the lua script

Support