Hi
I just tried to spawn a game object with a factory, and display its URL via my.url()
Weird things happen:
1/ It works with the print function:
2/ It also works with debugdraw:
3/ But not with labels:
(it suddenly becomes a "userdata " )
Displaying the URL above my spawned characters would have been useful for debugging purposes…
Is it possible to turn my “userdata” into a regular string?