Closed PabloVD closed 3 days ago
When running the ue5-dev branch in editor mode, it raises an error when I try to access the spectator with world.get_spectator():
ue5-dev
world.get_spectator()
spec = world.get_spectator() RuntimeError: std::exception
That error does not appear in release package.
Server logs?
When running the
ue5-dev
branch in editor mode, it raises an error when I try to access the spectator withworld.get_spectator()
:That error does not appear in release package.