Consider adding a warning if the base world does not have the physics plugin loaded
Desired behavior
Currently if a world level plugin is added, the default plugins do not get loaded. This is fine for advanced users, however for novices this is really confusing.
Alternatives considered
- Just print a
gzwarnorgzerrin the even the physics plugin is not running. - Print a warning if no system is running in
Updatephase.
I will attempt to add this warning
I am not able to recreate this issue, as the default plugins are getting loaded when I add a world level plugin. Could you verify that this is still occurring for you, and walk me through your process to arrive to this issue in more detail?
Currently if a world level plugin is added, the default plugins do not get loaded. This is fine for advanced users, however for novices this is really confusing.
This behavior was changed in Ionic. The default plugins are loaded now even if a world level plugin is added. This could be useful in Harmonic though.