Jump to content

[SOLVED] Dont show the text while loading


photo

Recommended Posts

There is text popping up while loading a project like ....loading world et al.

How can we disable that output?

Thx.

Werner

Edited by werner.poetzelberger
Link to comment

This has been solved!

In our case, invoking the text and message setters before enabling the loading screen helped:

		engine.loading_screen.setMessageLoadingWorld(" ");
		engine.loading_screen.setMessageShadersCompilation(" ");
		engine.loading_screen.setText(" ");
		engine.loading_screen.setEnabled(1);

Thanks

Helmut

  • Like 1
Link to comment
  • silent changed the title to [SOLVED] Dont show the text while loading
×
×
  • Create New...