Hello all ,
I would like to ask if there is way to make BabylonJS stop ask for manifest to check version ,or can I do it manually ?
Is there anyway to make BabylonJS check version of database once and if it’s changed then check for meshes ?
I would like to reduce number of request for check meshes version.
Thanks
             
            
              
            
           
          
            
              
                MarianG  
              
                  
                    February 6, 2019, 11:00am
                   
                  2 
               
             
            
              Hi.engine.disableManifestCheck = true; BABYLON.Database.IDBStorageEnabled  = false; 
             
            
              1 Like 
            
            
           
          
            
            
              Thanks  @MarianG 
What I want to do is check the version of real database (all objects and meshes ) if the version is changed then check each file with manifest if not nothing will happen , so i think it will be good idea to make one request nested of requests for each object every time.
             
            
              
            
           
          
            
            
              If you update  version number inside manifest file when you update your object and save to DB, then on load it should take the latest version of mesh.
             
            
              1 Like