LuaBehaviourLateUpdateOn this pageLuaBehaviour.LateUpdate() LateUpdate is called every frame. Usage local script = LUA.script;--- LateUpdate message from LuaBehaviourfunction script.LateUpdate() -- your code here end Extra Detail LateUpdate is called after all Update functions have been called.