Christopher
8 years ago
15 changed files with 21 additions and 21 deletions
@ -1,4 +1,4 @@
|
||||
# About %Fungus {#about} |
||||
# About %Fungus # {#about_fungus} |
||||
[TOC] |
||||
|
||||
# What is Fungus? # {#what_is_fungus} |
@ -1,4 +1,4 @@
|
||||
# Community Articles # {#articles} |
||||
# Community tutorials # {#community_tutorials} |
||||
[TOC] |
||||
|
||||
If you've created an article or video about %Fungus let us know on the forum and we'll add it here. |
@ -1,4 +1,4 @@
|
||||
# Conversation system # {#conversation} |
||||
# Conversation system # {#conversation_system} |
||||
[TOC] |
||||
|
||||
The Say and Portrait commands are a powerful way to build character dialogue, but it can be tedious to add large amounts of dialogue this way. |
@ -1,4 +1,4 @@
|
||||
# Installation # {#install} |
||||
# Installation # {#installation} |
||||
[TOC] |
||||
|
||||
This page explains how to download and install Unity and %Fungus. |
@ -1,4 +1,4 @@
|
||||
# Narrative Parser Tags # {#narrative_tags} |
||||
# Narrative Text Tags # {#narrative_text_tags} |
||||
|
||||
The following tokens can be used within Story Text to do things such as change the styling of text or clear the contents of a dialog area on input and much more. You can see this list in the editor by pressing the Tag Help button in the Say command. |
||||
|
@ -1,4 +1,4 @@
|
||||
# What is FungusLua? # {#lua_overview} |
||||
# About FungusLua # {#lua_about_funguslua} |
||||
[TOC] |
||||
|
||||
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. |
@ -1,4 +1,4 @@
|
||||
# ExecuteLua Command # {#execute_lua} |
||||
# ExecuteLua Command # {#lua_execute_lua} |
||||
[TOC] |
||||
|
||||
This command allows you to embed a Lua script to be executed as part of a command sequence in a Block. The Lua script to be executed can be specified in the inspector or in a text file, in the same way as the @ref lua_script component. |
Loading…
Reference in new issue