Topic was automatically imported from the old Question2Answer platform.
Asked By
everancii
Old Version
Published before Godot 3 was released.
Hello. How can i show touch screenbuttons only on android devices? I use Canvas Layer for three of my buttons, and they are always showing on screen, even on pc version of the game
To see it when you are not on a touch screen you must enable the option “emulate touch from mouse” on project settings.
Test it with the Platformer Demo if you can’t see it in your project, it could be that is misplaced or behind another node (use the remote inspector to locate the node).