Christopher
8 years ago
16 changed files with 32 additions and 23 deletions
@ -1,9 +0,0 @@ |
|||||||
|
|
||||||
## Welcome |
|
||||||
We aim to help everybody who's using Fungus, no matter what your experience level. If you're stuck just ask! |
|
||||||
|
|
||||||
## Code of conduct |
|
||||||
We would ask that all users of the community forum respect our [code of conduct](../conduct/index.md). |
|
||||||
|
|
||||||
<a class="muut" href="https://muut.com/i/fungus">fungus</a> |
|
||||||
<script src="//cdn.muut.com/1/moot.min.js"></script> |
|
@ -0,0 +1,17 @@ |
|||||||
|
# Fungus Lua {#fungus_lua} |
||||||
|
|
||||||
|
FungusLua is a simple way to embed Lua scripting into your Unity project. Lua is an easy to learn scripting language so it's a great way to empower artists, writers and designers to use more of the power of Unity. |
||||||
|
|
||||||
|
* @subpage lua_overview |
||||||
|
* @subpage lua_create_menu |
||||||
|
* @subpage lua_environment |
||||||
|
* @subpage lua_bindings |
||||||
|
* @subpage lua_script |
||||||
|
* @subpage lua_utils |
||||||
|
* @subpage lua_fungus_module |
||||||
|
* @subpage lua_controlling_fungus |
||||||
|
* @subpage execute_lua |
||||||
|
* @subpage lua_preferences |
||||||
|
* @subpage lua_store |
||||||
|
* @subpage lua_string_table |
||||||
|
* @subpage lua_unity_test_tools |
Loading…
Reference in new issue