![]() | 1 | initial version |
The worldCreated
event is triggered before ModelPlugin
s are loaded, so I wouldn't expect such plugins to ever hear the event. That is meant to be used by SystemPlugin
s.
If you're dealing with Visual
s, I'd suggest you use a VisualPlugin
instead of a ModelPlugin
. That plugin's Load
method should be called when the visual is ready.