Skip to main content

OnGUI GUI API methods do not work in Luna

This issue is likely caused by OnGUI, and any GUI methods (like GUI.DrawTexture), which are not currently supported by Luna.

Possible solution:

  • If you previously used OnGUI for on-screen effects, try to use the Update loop as well as the UI system instead.