1.2.1 • Published 4 years ago
com.litefeel.luainteractive v1.2.1
LuaInteractive
Lua Interactive 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
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:
{
"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:
{
"dependencies": {
"com.litefeel.luainteractive": "https://github.com/litefeel/Unity-LuaInteractive.git#1.2.1",
...
}
}
Using .zip file (for Unity 5.0+)
- Download
Source code
from Releases - Extract the package into your Unity project
How to use?
Using on Unity Editor
- Select
Edit > Project Settings… > Lua Interactive
from the menu - Input a lua file path
- Press
Create defualt lua script
- Play game
- Press Ctrl + Shift + R
- Excute the lua script
Using On Android
- setting like
Using on Unity Editor
- Add custom macro
LUA_RUNNER_RUNTIME
- connect device with adb
- Excute the python script
LuaInteractive/Editor/Script~/runOnAndroid.py
Support
- Create issues by issues page
- Send email to me: litefeel@gmail.com