1. Before you ask anything, make sure that you've read the FAQ

Found a bug

Discussion in 'Bug Reports' started by ThePrimeSupreme, Aug 2, 2015.

?

Have you seen this bug too ?

  1. Yes

    3 vote(s)
    42.9%
  2. No

    4 vote(s)
    57.1%
  1. ThePrimeSupreme

    ThePrimeSupreme New Member

    Joined:
    Aug 2, 2015
    Messages:
    2
    Likes Received:
    0
    In the desert there is a cave that has that howering platform that you can fly in first person from there i called the amublance to get faster to my ship then pirizuka had stuck in that position when she was flying it and i couldn't move and when i opened first person the camera was glitching and different colors were seen and pirizuka vas glitching everywhere.
     
  2. Skeleton

    Skeleton Veteran Member

    Joined:
    Jun 26, 2015
    Messages:
    206
    Likes Received:
    76
    Ey, i'm the one who TRIES to find bugs here, and i never saw that before.
     
  3. SYRSA

    SYRSA Administrator

    • Admin
    Joined:
    May 26, 2015
    Messages:
    107
    Likes Received:
    129
    Mugg. How is this possible? Calling the ambulance is basically opening a new scene with a completely new Pirizuka in it. How is it that she's in these positions from another scene? I don't remember making any of her codes saving her whole character when changing scenes, other than the her inventory. It's weird.
     
  4. Half-asian

    Half-asian Member

    Joined:
    Jun 29, 2015
    Messages:
    10
    Likes Received:
    9
    It happened to me too.
     
  5. ThePrimeSupreme

    ThePrimeSupreme New Member

    Joined:
    Aug 2, 2015
    Messages:
    2
    Likes Received:
    0
    I wanted to upload a video but no avi files allowed.
     
  6. Magiichan

    Magiichan Administrator

    • Admin
    • Coder
    Joined:
    May 25, 2015
    Messages:
    249
    Likes Received:
    157
    Sorry for the late reply, if you have static variables, it wont reset the value when switching scenes.
    So you'll have to reset a boolean when u switch scenes or something.
    Unity calls has a function for when u switch scene, just like OnTriggerEnter and stuff like that.

    example of usage:
    Code:
        void OnLevelWasLoaded(int level) {
            if (level == 13) {
                print("Woohoo");
            }
        }
     
  7. Svyatoslav

    Svyatoslav Member

    Joined:
    Aug 4, 2015
    Messages:
    20
    Likes Received:
    5
    Hello, one player had a bug: the heroine is no longer pick up items.
     
  8. dtb1987

    dtb1987 Aon chomhalta ar eolas go maith

    • Donor
    Joined:
    Jun 8, 2015
    Messages:
    225
    Likes Received:
    60
    Delete %appdata%\Zerahypt\
     
    Magiichan likes this.