dev-resources.site
for different kinds of informations.
Using xLua in Unity
Published at
8/4/2024
Categories
unity3d
lua
Author
ku6ryo
Main Article
Author
6 person written this
ku6ryo
open
This is my note of my testing of xLua. I'm using "Unity 2022.3.27" and URP.
Installation
From the release page, download the source code zip file. The latest build today is "Tag:v2.1.16_with_ohos".
Put all the files and the folders in "Assets" folder into your Unity project (some meta files, XLua, Plugin folder).
In "Examples" folder, there's "ExampleGenConfig.cs" and it causes an error.
Assets\XLua\Examples\ExampleGenConfig.cs(112,36): error CS0246: The type or namespace name 'MemberInfo' could not be found (are you missing a using directive or an assembly reference?)
You can delete the file to use xLua.
Build
Windows
I just built an app for windows in the way we build.
Android
Switch to Android platform. Go to [XLua top menu] -> [Generate Code] to generate platform specific codes. Then, build an APK file.
lua Article's
30 articles in total
Polyglot: Lua (Part 1)
read article
Polyglot: Lua (Part 0)
read article
Rust-like Iteration in Lua
read article
Lua as your favorite Programming Language
read article
How to configure neovim's Lua LS for Love2D
read article
4G module update for the power failure alarm device with call telephone function
read article
Managing LSPs in Neovim: Enable/Disable for the Entire Session
read article
Austria RP Roblox
read article
FiveM RAT Analysis
read article
So... I created yet another Neovim plugin
read article
When (not) to write an Apache APISIX plugin
read article
Using xLua in Unity
currently reading
Doing Horrible Things in Haskell
read article
Supercharge Your Neovim Workflow with project-cli-commands.nvim
read article
Extensible Control of Reaper via OSC and Scripts
read article
Buscadores personalizados con Mini.Pick
read article
Kong Plugin Development: Local Development and Installation on Your Laptop/VM
read article
Running Lua C modules in a pure Lua environment (1)
read article
5 Lesser-Known Programming Languages That Are Easy to Learn and Highly Effective
read article
pico 8 game missing flag game by nassim hadadd
read article
How to Code with Lua on ESP32 with XEdge32
read article
Five ways to pass parameters to Apache APISIX
read article
libcert: Implementing S/MIME PKI in Lua (2)
read article
libcert: Implementing S/MIME PKI in Lua (1)
read article
Kong plugin development with breakpoint debugging
read article
Implementing the Idempotency-Key specification on Apache APISIX
read article
Complete and Quick Guide to Lua 🌑
read article
Understanding If Statements in Lua
read article
Understanding Loops in Lua
read article
Understanding Lua's lfs Module
read article
Featured ones: