Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/luainteractive.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Lua Interactive** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/luainteractive.git
```

[![pkglnk](https://www.pkglnk.dev/badge/luainteractive.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/luainteractive)

README

LuaInteractive

Donate

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+)

  1. Download Source code from Releases
  2. Extract the package into your Unity project

How to use?

Using on Unity Editor

  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

Using On Android

  1. setting like Using on Unity Editor
  2. Add custom macro LUA_RUNNER_RUNTIME
  3. connect device with adb
  4. Excute the python script LuaInteractive/Editor/Script~/runOnAndroid.py

Support

Comments

No comments yet. Be the first!