Geoguessr Unity Script

For a full list of features included in this script, see this document https://docs.google.com/document/d/18nLXSQQLOzl4WpUgZkM-mxhhQLY6P3FKonQGp-H0fqI/edit?usp=sharing

< Σχολιασμός για τον κώδικα Geoguessr Unity Script

Αναφορά: Κακός - ο κώδικας δεν λειτουργεί

§
Δημοσιεύτηκε: 08/01/2023

Used to work very well, but now:
1. The map disappeared often from the bottom right corner. Not always but almost always (Playing Capitals of the World(Bing)). Look at the screenshot. Any idea why? Does anyone else experience it?
2. The icons disappeared.

§
Δημοσιεύτηκε: 12/04/2023

I've had the same problem with disappearing map. It seems to happen broken locations, when you would get the message

Failed to load the panorama at this round.

§
Δημοσιεύτηκε: 12/04/2023
Επεξεργάστηκε: 12/04/2023

I got around it by commenting out allowDetect = true at the end of handleDropdown() at line 1060 in the script. That shows the error message and you can try again (it might break other functions in the script, I don't know)

function handleDropdown()
{
    ... some code ...

    let classN2 = ["grid-size", "grid-opt", "satellite-style", "satellite-type"];
    for (let x of classN2)
    {
        dropdownHelper1(x, 14.1);
    }
    //allowDetect = true;
}

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.