Questions tagged [screen]
Usually a flat surface onto which information is visually presented. The screen of a computer is sometimes called a monitor.
136 questions
2 votes
1 answer
176 views
How can I use multiple monitors in Unity?
I am trying to work with two monitors; I want to have two cameras in my scene, such that each camera projects to a different monitor. I tried to follow this guide, which says that I have to change the ...
0 votes
1 answer
74 views
Problem when changing matrix view in screen space reflexion
I’m using (DX11) LookAtLH or LookTo functions to get my view matrix. When setting Camera Direction so that the y component is zero I have the correct reflexion (picture left). When changing the Dir.y ...
1 vote
1 answer
213 views
In platformer video games, what is the term for the size of the character on the screen?
In 2D platformer games, what is the term or word for determining the size of the player character on the screen? For example, the player character in Castlevania: Symphony of the Night is very small ...
6 votes
1 answer
6k views
Start debug window on other monitor than the Godot editor
When starting my game for debugging, I'd like to have the game pop up at my second monitor (still in "Windowed" mode), instead of on top of the Godot editor window itself. I've tried several ...
3 votes
1 answer
1k views
Screen split in different regions, each with a different scene
I am a complete beginner in Unity and, after having search for a while, I am still not sure if it is actually possible to achieve what I would like to do. My goal is to have a game where the screen is ...
-1 votes
1 answer
423 views
Does Screen.orientation not work in simulator?
I use the Screen.orientation property to reposition my UI when the screen is rotated. But when I rotate the simulator to left or right, ...
2 votes
1 answer
118 views
How to dim the device backlight using libGDX?
I have an idea for a very minimalistic game. To fit in with this theme. I want no explicit messages or tutorials etc. I want to experiment with ways to very gently, implicitly prompt the player to ...
0 votes
1 answer
1k views
What is surface locking and unlocking in Pygame?
I've read a little about surface locking and unlocking in pygame in Beginning Game Development with Python and Pygame. However, I still don't understand it. I've read that it can improve the game ...