Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

[User error?] shader_live

A topic by droog126 created Aug 24, 2020 Views: 240 Replies: 1
Viewing posts 1 to 2
(1 edit)

create:

shader_set_live(sh_Outline,true);

draw:

if (live_call()) return live_result; 



Unable to find a handler for exception { value : Can't update shader! You have not assigned a script to live_shader_updated. Please check documentation, native : { value : "Can't update shader! You have not assigned a script to live_shader_updated. Please check documentation", native : "Warning: recursive struct found" } }
NO CALLSTACK
 at gml_Object_obj_gmlive_Other_62 (line 1) - live_async_http();

Developer

Did you follow setup instructions for shader reloading?