Hi YAL,
I get the following error, when I add obj_gmlive to my first room and start my project. I'm using latest GMS and runtime. I followed the docs and except for add obj_gmlive I did nothing special.
___________________________________________
############################################################################################
ERROR in action number 1
of Create Event for object obj_gmlive:
variable_struct_set: illegal to use empty names
at gml_Script_live_api_asset_add (line 4309) - variable_struct_set(live_api_asset_index,l_name,l_index);
############################################################################################
gml_Script_live_api_asset_add (line 4309)
gml_Script_live_bits_gmlive_indexer_add_assets (line 14208) - live_api_asset_add(animcurve_get(l_id).name,l_id);
gml_Script_live_init (line 13594) - live_bits_gmlive_indexer_add_assets();
gml_Object_obj_gmlive_Create_0 (line 15) - live_init(1, "http://localhost:5100", "");