Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Force windowed mode by default #94

Open
originalnicodr opened this issue Nov 26, 2024 · 0 comments
Open

[Enhancement] Force windowed mode by default #94

originalnicodr opened this issue Nov 26, 2024 · 0 comments
Labels
new feature New feature or request

Comments

@originalnicodr
Copy link
Owner

Describe the new feature or enhancement

Some games don't give you the option to play them on windowed mode to allow us to hotsample. However, this can be fixed with the following launch parameters:

-screen-fullscreen 0 -popupwindow

I can include them in the documentation for people to use, but it would be great if we could actually enforce them from within CUE (and maybe let people turn it off in the settings).

We should be able to use Screen.fullScreen for the first parameter, but I don't have any idea if I can call the second one programmatically with Unity API. This is all of what I could find.

@originalnicodr originalnicodr added the new feature New feature or request label Nov 26, 2024
@originalnicodr originalnicodr pinned this issue Nov 26, 2024
@originalnicodr originalnicodr unpinned this issue Nov 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant