Rename Tools
[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?
- Select
Edit > Project Settings… > Lua Interactivefrom the menu - Input a lua file path
- Press
Create defualt lua script - Play game
- Press Ctrl + Shift + R
- Excute the lua script
Support
- Create issues by issues page
- Send email to me: litefeel@gmail.com