How To Solve Scene Disappear Problem Bb3

Discussion in 'Buildbox 3.0' started by gauravdashora676, Nov 15, 2018.

  1. gauravdashora676

    gauravdashora676 Boxer

    Joined:
    Sep 25, 2015
    Messages:
    12
    Likes Received:
    2
    While playing any of the default templates Scene Disappear to any level randomly. How to solve this problem? I think camera need to be refreshed when Scene Disappear. Is there is any way to come out from this situation? - @NikRudenko
     
    Last edited: Nov 16, 2018
  2. shadowkiller

    shadowkiller Boxer

    Joined:
    Oct 26, 2018
    Messages:
    7
    Likes Received:
    0
    I encountered the same problem :/
     
  3. Logan242

    Logan242 Avid Boxer

    Joined:
    Sep 28, 2018
    Messages:
    106
    Likes Received:
    15
  4. shadowkiller

    shadowkiller Boxer

    Joined:
    Oct 26, 2018
    Messages:
    7
    Likes Received:
    0
    This is the most annoying issue in buildbox 3D, hope they fix it ASAP :/
     
  5. gauravdashora676

    gauravdashora676 Boxer

    Joined:
    Sep 25, 2015
    Messages:
    12
    Likes Received:
    2
    function init(){
    this.scene().addLevel('1');
    this.scene().addLevel('2');
    this.scene().addLevel('3');
    this.scene().addLevel('4');
    this.scene().addLevel('5');
    this.scene().addLevel('6');
    this.scene().addLevel('7');
    this.scene().light('Light Sun');
    this.scene().camera();
    }
    - If we initialize all Levels(with your given name), Light and Camera in Main Character Node in Script init() function, reduces the frequency of occurrence, but not solve permanently. Lets try it out, give feedback abt the outcome.
     
    Last edited: Nov 17, 2018
  6. sharath

    sharath Boxer

    Joined:
    Oct 10, 2020
    Messages:
    12
    Likes Received:
    3
    hi gauravdashora i am facing same issue...and I've tried your method .... it actually duplicating extra scenes....
    Did you find a way to solve this..can you please share it if you have...
     

Share This Page