I’m trying to build some kind of data driven game (with NPC’s and such). I’d like to spawn NPC’s only when their level is loaded.
I’m using world composition (needs to be some kind of open world game).
But i’m not seeing any event noticing me that “hey, this level has loaded now!” and “this level has unloaded!”
Does this kind of thing exists?
Or that implies that i’m doing the loading stuff myself?
(I mean, without adding code to every single level to trigger that…)
Thanks !