Skip to content

Conversation

@rdelian
Copy link

@rdelian rdelian commented Dec 19, 2025

A fix for this

local function TestLuaMachineUMG()
  local w = _ui.create_user_widget()
  local btn = w.CreateButton()
  print(`{btn}`)
end

TestLuaMachineUMG() -- LuaProxyWidget@00000178BDCFDF20

coroutine.resume(coroutine.create(function()
  TestLuaMachineUMG() -- userdata: 0x00000179cb1003c8
end))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant