Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

uc_set_instance_following_list() or Uc_add_instance_following_list() will do the work!

Then if you want to make a mouse shooter you would do uc_set_mode(MOUSE_SHOOTER). If you wanna tweak the parameters of how does mouse shooter works  just use uc_init_mouse_shooter(). 

(+1)

And I just put this in a manager object? Thanks a lot!

(+1)

yes! You can also set that on the create event of the camera but I personally preffer to do it on a manager object.