Giter VIP home page Giter VIP logo

unity3d-nlua's Introduction

Unity3D-NLua

Everything you need to get started using Lua in Unity3D. Indie & Pro compatible.

This template project implements NLua which drives either KopiLua (C# VM) or KeraLua (C VM wrapper). All three projects are licensed under the MIT. This project is licensed under the Boost Software Licence.

Scripting Symbols

NLua works by interfacing with either KopiLua or KeraLua based on which preprocessor directive is defined:

USE_KOPILUA - KopiLua is a pure C# implementation of the Lua VM.

USE_KERALUA - KeraLua is an interop wrapper to the NLua fork of the original C VM (The DLL should be placed in a Plugins\ folder in your project). This option is only available to Unity Pro users, since loading native DLLs is disabled in the indie version.

If you know you are only ever going to use one option over the other, you can delete the unused folder (Assets/KopiLua/ or Assets/KeraLua/) to save a little space.

You also need to define UNITY_3D to suppress warnings about CLSC Attributes as well as LUA_CORE & CATCH_EXCEPTIONS which are required by the VM.

Your Scripting Define Symbols list should end up looking something like:

UNITY_3D; USE_KOPILUA; LUA_CORE; CATCH_EXCEPTIONS

You may also notice other symbols used throughout NLua, none of these have yet been tested for compatibility.

FAQ

How do I Instantiate new objects?

See the SpawnSphere example.

How do I run C# coroutines?

See this comment for details, essentially though you either have to call lua functions indriectily, or roll your own coroutine manager (not hugely difficult). Direct support for coroutines may be included in future releases.

unity3d-nlua's People

Contributors

mervill avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.