Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylkodemon/simplelui
Simple Lua User Interface: A lua based UI for Unity Engine.
https://github.com/tylkodemon/simplelui
lua ui unity
Last synced: 9 days ago
JSON representation
Simple Lua User Interface: A lua based UI for Unity Engine.
- Host: GitHub
- URL: https://github.com/tylkodemon/simplelui
- Owner: TylkoDemon
- License: bsd-2-clause
- Created: 2019-08-03T14:05:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-28T15:05:00.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T07:46:43.594Z (2 months ago)
- Topics: lua, ui, unity
- Language: C#
- Homepage:
- Size: 3.39 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleLUI
Simple Lua User Interface is what is says. It gives you ability to create user interface via LUA scripts. Main SLUI feature is a UnityEditor extension that lets you convert selected Canvas in to .lua script, and thanks to automatic scripts reload, your changes will be always immediately reloaded in to the game runtime!
Is SimpleLUI for you?
- If you are looking to create some kind of sandbox environment in unity and you want the user to get access to UI... then Yes! SimpleLUI is only but a nice alternative for solutions like WebUI (with is better in general than SLUI, but goal of SLUI is to only give that second option).## API Documentation
API Documantation coming soon.
# Dependencies
- `com.unity.2d.sprite`
- `com.unity.textmeshpro`
- `com.tylkodemon.jem.unity`# Unity Compatibility
SimpleLUI is currently developed using `Unity 2019.3.0f5`
# Cloning
After cloning repository you need to also add '[JEM.Unity](https://github.com/TylkoDemon/JEM.Unity)' to your project's packages.
*(c) 2020 Adam Majcherek*