UNLang Instance (LangInstance) is the container to run UNLang script. It’s the first object user should use to setup UNLang runtime.
Setup Runtime
In a MonoBehaviour, user could setup UNLang runtime with LangInstance easily.
private LangInstance instance = null; |
That’s all. Is it simple enough?