Skip to main content

Adding functionality to your UI with Lua scripting

Timestamps

  • 0:08 Introduction
  • 0:17 Reminder about Introduction to Variables video
  • 0:26 Adding variables to text render extensions
  • 0:35 Creating a new variable
  • 0:51 Variables screen
  • 1:11 Adding actions via Lua for variable changes
  • 1:47 Lua scripts and callbacks
  • 2:01 Creating a new Lua file
  • 2:06 Adding logic via Lua
  • 2:10 Creating global variables
  • 3:06 Verifying Lua scripts using simulation runtime console
  • 3:22 Linking variables and Lua scripts together