LuaInteractive is just perfect Unity editor plugin to excute lua on play mode.
npm install com.litefeel.luainteractive



[Lua Interactive][LuaInteractive] is just perfect Unity editor plugin to excute lua on play mode.
- Free
- Excute lua on play mode
- No runtime resources required
- No scripting required
#### Using npm (Ease upgrade in Package Manager UI)Recommend
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
`` js`
{
"scopedRegistries": [
{
"name": "My Registry",
"url": "https://registry.npmjs.org",
"scopes": [
"com.litefeel"
]
}
],
"dependencies": {
"com.litefeel.luainteractive": "1.2.1",
...
}
}
#### Using git
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
` js`
{
"dependencies": {
"com.litefeel.luainteractive": "https://github.com/litefeel/Unity-LuaInteractive.git#1.2.1",
...
}
}
#### Using .zip file (for Unity 5.0+)
1. Download Source code from Releases
2. Extract the package into your Unity project
#### Using on Unity Editor
1. Select Edit > Project Settings⦠> Lua Interactive from the menuCreate defualt lua script
2. Input a lua file path
3. Press
4. Play game
5. Press Ctrl + Shift + R
6. Excute the lua script
#### Using On Android
1. setting like Using on Unity EditorLUA_RUNNER_RUNTIME
2. Add custom macro LuaInteractive/Editor/Script~/runOnAndroid.py`
3. connect device with adb
4. Excute the python script
- Create issues by [issues][issues] page
- Send email to me:
[LuaInteractive]: https://github.com/litefeel/Unity-LuaInteractive (LuaInteractive)
[issues]: https://github.com/litefeel/Unity-LuaInteractive/issues (LuaInteractive issues)