Lua Scripting in Unity

Поделиться
HTML-код
  • Опубликовано: 11 окт 2024

Комментарии • 9

  • @jvizcode4845
    @jvizcode4845 2 месяца назад +1

    Best Moonsharp video in whole youtube for sure!
    Reading the documentation was usefull but I really needed to see a real implementation. This video makes everything more solid.
    Thank you.

  • @BorisNovikov1989
    @BorisNovikov1989 5 месяцев назад +1

    I'm planning to teach LLM to write Lua scripts for agent behavior based on its character description and context at runtime. Try it too, it can be fun.

  • @nopenotmeatall
    @nopenotmeatall 5 месяцев назад +1

    this is cool

  • @177unneh
    @177unneh 2 месяца назад

    how can i make wait function to lua script wait some time. and to not freeze full unity proccess

  • @abdulwahabnayyal
    @abdulwahabnayyal Месяц назад

    thx dude

  • @harharrr9810
    @harharrr9810 5 месяцев назад +1

    Wow lua

  • @jamesbland5082
    @jamesbland5082 5 месяцев назад +1

    Moon-o bleeding edge

  • @hallownest_feats
    @hallownest_feats 3 месяца назад

    You know what I didn't get, why did you even use Lua to do that? Couldn't you define the same function in C# script and do the same thing? Or is it more beneficial to do that using Lua? (Btw, I'm beginner myself and didn't really understand what's going on on the code side)

    • @177unneh
      @177unneh 3 месяца назад

      Maybe for modding