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

Zmiana rozdzielczości w opcja nie zmienia rozdzielczości gry. #6

Open
Caraczan opened this issue Jun 13, 2021 · 3 comments
Open

Zmiana rozdzielczości w opcja nie zmienia rozdzielczości gry. #6

Caraczan opened this issue Jun 13, 2021 · 3 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@Caraczan
Copy link
Owner

Próbowałem w modzie windowed i fullscreen.

Oczywiście na wersji wybudowanej gry.

@Caraczan Caraczan assigned Caraczan and majumaster and unassigned Caraczan Jun 14, 2021
@Caraczan
Copy link
Owner Author

Tutaj nagrałem krótki filmik jak to u mnie (nie)działa.

rozdielczosc.mp4

@Caraczan
Copy link
Owner Author

Znalazłem coś co wygląda za skrypt opcji i chyba brakuje w nim obsługi rozdzielczości.

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.Audio;

public class OptionScript : MonoBehaviour
{
    // Start is called before the first frame update

    public AudioMixer mixer;
    public void SetLevel(float sliderValue)
    {
        mixer.SetFloat("GameVol", Mathf.Log10(sliderValue)*20);
    }
}

image

@Caraczan
Copy link
Owner Author

Caraczan commented Jun 15, 2021

Znalazłem faktyczne opcje i niestety wszystko jest poprawne.
Znalazłem też thread na forum unity w którym jest taki sam problem ale nie ma rozwiązania.

@Caraczan Caraczan added bug Something isn't working wontfix This will not be worked on labels Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants