I’m seeing something similar with an @editable
playerplayer_spawner_device
inside of a custom component. I subscribe with something like Spawner.SpawnedEvent.Subscribe(SpawnPlayer)
in OnSimulate
, but SpawnPlayer
is never called (when it 100% should be). I’ve verified OnSimulate is correctly called as well as the subscribe function.
1 Like