diff --git a/public/EPS_Yzpq/Build/EPS_Yzpq.data.unityweb b/public/EPS_Yzpq/Build/EPS_Yzpq.data.unityweb new file mode 100644 index 0000000..ba3e2b2 Binary files /dev/null and b/public/EPS_Yzpq/Build/EPS_Yzpq.data.unityweb differ diff --git a/public/EPS_Yzpq/Build/EPS_Yzpq.framework.js.unityweb b/public/EPS_Yzpq/Build/EPS_Yzpq.framework.js.unityweb new file mode 100644 index 0000000..1702d93 Binary files /dev/null and b/public/EPS_Yzpq/Build/EPS_Yzpq.framework.js.unityweb differ diff --git a/public/EPS_Yzpq/Build/EPS_Yzpq.loader.js b/public/EPS_Yzpq/Build/EPS_Yzpq.loader.js new file mode 100644 index 0000000..20100bb --- /dev/null +++ b/public/EPS_Yzpq/Build/EPS_Yzpq.loader.js @@ -0,0 +1,3 @@ +function createUnityInstance(e,t,n){function r(e,n){if(!r.aborted&&t.showBanner)return"error"==n&&(r.aborted=!0),t.showBanner(e,n);switch(n){case"error":console.error(e);break;case"warning":console.warn(e);break;default:console.log(e)}}function o(e){var t=e.reason||e.error,n=t?t.toString():e.message||e.reason||"",r=t&&t.stack?t.stack.toString():"";if(r.startsWith(n)&&(r=r.substring(n.length)),n+="\n"+r.trim(),n&&l.stackTraceRegExp&&l.stackTraceRegExp.test(n)){var o=e.filename||t&&(t.fileName||t.sourceURL)||"",i=e.lineno||t&&(t.lineNumber||t.line)||0;s(n,o,i)}}function i(e){e.preventDefault()}function s(e,t,n){if(e.indexOf("fullscreen error")==-1){if(l.startupErrorHandler)return void l.startupErrorHandler(e,t,n);if(!(l.errorHandler&&l.errorHandler(e,t,n)||(console.log("Invoking error handler due to\n"+e),"function"==typeof dump&&dump("Invoking error handler due to\n"+e),s.didShowErrorMessage))){var e="An error occurred running the Unity content on this page. See your browser JavaScript console for more info. The error was:\n"+e;e.indexOf("DISABLE_EXCEPTION_CATCHING")!=-1?e="An exception has occurred, but exception handling has been disabled in this build. If you are the developer of this content, enable exceptions in your project WebGL player settings to be able to catch the exception or see the stack trace.":e.indexOf("Cannot enlarge memory arrays")!=-1?e="Out of memory. If you are the developer of this content, try allocating more memory to your WebGL build in the WebGL player settings.":e.indexOf("Invalid array buffer length")==-1&&e.indexOf("Invalid typed array length")==-1&&e.indexOf("out of memory")==-1&&e.indexOf("could not allocate memory")==-1||(e="The browser could not allocate enough memory for the WebGL content. If you are the developer of this content, try allocating less memory to your WebGL build in the WebGL player settings."),alert(e),s.didShowErrorMessage=!0}}}function a(e,t){if("symbolsUrl"!=e){var r=l.downloadProgress[e];r||(r=l.downloadProgress[e]={started:!1,finished:!1,lengthComputable:!1,total:0,loaded:0}),"object"!=typeof t||"progress"!=t.type&&"load"!=t.type||(r.started||(r.started=!0,r.lengthComputable=t.lengthComputable),r.total=t.total,r.loaded=t.loaded,"load"==t.type&&(r.finished=!0));var o=0,i=0,s=0,a=0,d=0;for(var e in l.downloadProgress){var r=l.downloadProgress[e];if(!r.started)return 0;s++,r.lengthComputable?(o+=r.loaded,i+=r.total,a++):r.finished||d++}var u=s?(s-d-(i?a*(i-o)/i:0))/s:0;n(.9*u)}}function d(e,t){return new Promise(function(n,r){try{for(var o in v)if(v[o].hasUnityMarker(e)){t&&console.log('You can reduce startup time if you configure your web server to add "Content-Encoding: '+o+'" response header when serving "'+t+'" file.');var i=v[o];if(!i.worker){var s=URL.createObjectURL(new Blob(["this.require = ",i.require.toString(),"; this.decompress = ",i.decompress.toString(),"; this.onmessage = ",function(e){var t={id:e.data.id,decompressed:this.decompress(e.data.compressed)};postMessage(t,t.decompressed?[t.decompressed.buffer]:[])}.toString(),"; postMessage({ ready: true });"],{type:"application/javascript"}));i.worker=new Worker(s),i.worker.onmessage=function(e){return e.data.ready?void URL.revokeObjectURL(s):(this.callbacks[e.data.id](e.data.decompressed),void delete this.callbacks[e.data.id])},i.worker.callbacks={},i.worker.nextCallbackId=0}var a=i.worker.nextCallbackId++;return i.worker.callbacks[a]=n,void i.worker.postMessage({id:a,compressed:e},[e.buffer])}n(e)}catch(e){r(e)}})}function u(e){a(e);var t=l.cacheControl(l[e]),n=l.companyName&&l.productName?l.cachedFetch:l.fetchWithProgress,o=l[e],i=/file:\/\//.exec(o)?"same-origin":void 0,s=n(l[e],{method:"GET",companyName:l.companyName,productName:l.productName,control:t,mode:i,onProgress:function(t){a(e,t)}});return s.then(function(t){return d(t.parsedBody,l[e])}).catch(function(t){var n="Failed to download file "+l[e];"file:"==location.protocol?r(n+". Loading web pages via a file:// URL without a web server is not supported by this browser. Please use a local development web server to host Unity content, or use the Unity Build and Run option.","error"):console.error(n)})}function f(){return u("frameworkUrl").then(function(e){var t=URL.createObjectURL(new Blob([e],{type:"application/javascript"}));return new Promise(function(e,n){var o=document.createElement("script");o.src=t,o.onload=function(){if("undefined"==typeof unityFramework||!unityFramework){var n=[["br","br"],["gz","gzip"]];for(var i in n){var s=n[i];if(l.frameworkUrl.endsWith("."+s[0])){var a="Unable to parse "+l.frameworkUrl+"!";if("file:"==location.protocol)return void r(a+" Loading pre-compressed (brotli or gzip) content via a file:// URL without a web server is not supported by this browser. Please use a local development web server to host compressed Unity content, or use the Unity Build and Run option.","error");if(a+=' This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: '+s[1]+'" present. Check browser Console and Devtools Network tab to debug.',"br"==s[0]&&"http:"==location.protocol){var d=["localhost","127.0.0.1"].indexOf(location.hostname)!=-1?"":"Migrate your server to use HTTPS.";a=/Firefox/.test(navigator.userAgent)?"Unable to parse "+l.frameworkUrl+'!
If using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported in Firefox over HTTP connections. '+d+' See https://bugzilla.mozilla.org/show_bug.cgi?id=1670675 for more information.':"Unable to parse "+l.frameworkUrl+'!
If using custom web server, verify that web server is sending .br files with HTTP Response Header "Content-Encoding: br". Brotli compression may not be supported over HTTP connections. Migrate your server to use HTTPS.'}return void r(a,"error")}}r("Unable to parse "+l.frameworkUrl+"! The file is corrupt, or compression was misconfigured? (check Content-Encoding HTTP Response Header on web server)","error")}var u=unityFramework;unityFramework=null,o.onload=null,URL.revokeObjectURL(t),e(u)},o.onerror=function(e){r("Unable to load file "+l.frameworkUrl+"! Check that the file exists on the remote server. (also check browser Console and Devtools Network tab to debug)","error")},document.body.appendChild(o),l.deinitializers.push(function(){document.body.removeChild(o)})})})}function c(){Promise.all([f(),u("codeUrl")]).then(function(e){l.wasmBinary=e[1],e[0](l)});var e=u("dataUrl");l.preRun.push(function(){l.addRunDependency("dataUrl"),e.then(function(e){var t=new DataView(e.buffer,e.byteOffset,e.byteLength),n=0,r="UnityWebData1.0\0";if(!String.fromCharCode.apply(null,e.subarray(n,n+r.length))==r)throw"unknown data format";n+=r.length;var o=t.getUint32(n,!0);for(n+=4;n0;u=f,f=d.indexOf("/",u)+1)l.FS_createPath(d.substring(0,u),d.substring(u,f-1),!0,!0);l.FS_createDataFile(d,null,e.subarray(i,i+s),!0,!0,!0)}l.removeRunDependency("dataUrl")})})}n=n||function(){};var l={canvas:e,webglContextAttributes:{preserveDrawingBuffer:!1},cacheControl:function(e){return e==l.dataUrl?"must-revalidate":"no-store"},streamingAssetsUrl:"StreamingAssets",downloadProgress:{},deinitializers:[],intervals:{},setInterval:function(e,t){var n=window.setInterval(e,t);return this.intervals[n]=!0,n},clearInterval:function(e){delete this.intervals[e],window.clearInterval(e)},preRun:[],postRun:[],print:function(e){console.log(e)},printErr:function(e){console.error(e),"string"==typeof e&&e.indexOf("wasm streaming compile failed")!=-1&&(e.toLowerCase().indexOf("mime")!=-1?r('HTTP Response Header "Content-Type" configured incorrectly on the server for file '+l.codeUrl+' , should be "application/wasm". Startup time performance will suffer.',"warning"):r('WebAssembly streaming compilation failed! This can happen for example if "Content-Encoding" HTTP header is incorrectly enabled on the server for file '+l.codeUrl+", but the file is not pre-compressed on disk (or vice versa). Check the Network tab in browser Devtools to debug server header configuration.","warning"))},locateFile:function(e){return e},disabledCanvasEvents:["contextmenu","dragstart"]};for(var h in t)l[h]=t[h];l.streamingAssetsUrl=new URL(l.streamingAssetsUrl,document.URL).href;var p=l.disabledCanvasEvents.slice();p.forEach(function(t){e.addEventListener(t,i)}),window.addEventListener("error",o),window.addEventListener("unhandledrejection",o),l.deinitializers.push(function(){l.disableAccessToMediaDevices(),p.forEach(function(t){e.removeEventListener(t,i)}),window.removeEventListener("error",o),window.removeEventListener("unhandledrejection",o);for(var t in l.intervals)window.clearInterval(t);l.intervals={}}),l.QuitCleanup=function(){for(var e=0;e=200&&this.status<=299}.bind(this)})}function o(e,t,n,r,o){var i={url:e,version:d.version,company:t,product:n,updated:r,revalidated:r,accessed:r,response:{headers:{}}};return o&&(o.headers.forEach(function(e,t){i.response.headers[t]=e}),["redirected","status","statusText","type","url"].forEach(function(e){i.response[e]=o[e]}),i.response.parsedBody=o.parsedBody),i}function i(e,t){return(!t||!t.method||"GET"===t.method)&&((!t||["must-revalidate","immutable"].indexOf(t.control)!=-1)&&!!e.match("^https?://"))}function s(s,f){function c(t,n){return u(t,n).then(function(t){return!w.enabled||w.revalidated?t:304===t.status?(w.result.revalidated=w.result.accessed,w.revalidated=!0,h.storeRequest(w.result).then(function(){e("'"+w.result.url+"' successfully revalidated and served from the indexedDB cache")}).catch(function(t){e("'"+w.result.url+"' successfully revalidated but not stored in the indexedDB cache due to the error: "+t)}),new r(w.result.response)):(200==t.status?(w.result=o(t.url,w.company,w.product,w.accessed,t),w.revalidated=!0,h.storeRequest(w.result).then(function(){e("'"+w.result.url+"' successfully downloaded and stored in the indexedDB cache")}).catch(function(t){e("'"+w.result.url+"' successfully downloaded but not stored in the indexedDB cache due to the error: "+t)})):e("'"+w.result.url+"' request failed with status: "+t.status+" "+t.statusText),t)})}function l(e){f&&f.onProgress&&(f.onProgress({type:"progress",total:e.parsedBody.length,loaded:e.parsedBody.length,lengthComputable:!0}),f.onProgress({type:"load",total:e.parsedBody.length,loaded:e.parsedBody.length,lengthComputable:!0}))}var h=a.getInstance(),p=t("string"==typeof s?s:s.url),w={enabled:i(p,f)};return f&&(w.control=f.control,w.company=f.company,w.product=f.product),w.result=o(p,w.company,w.product,Date.now()),w.revalidated=!1,w.enabled?h.loadRequest(w.result.url).then(function(t){if(!t||t.version!==d.version)return c(s,f);w.result=t,w.result.accessed=Date.now();var o=new r(w.result.response);if("immutable"==w.control)return w.revalidated=!0,h.storeRequest(w.result),e("'"+w.result.url+"' served from the indexedDB cache without revalidation"),l(o),o;if(n(w.result.url)&&(o.headers.get("Last-Modified")||o.headers.get("ETag")))return fetch(w.result.url,{method:"HEAD"}).then(function(t){return w.revalidated=["Last-Modified","ETag"].every(function(e){return!o.headers.get(e)||o.headers.get(e)==t.headers.get(e)}),w.revalidated?(w.result.revalidated=w.result.accessed,h.storeRequest(w.result),e("'"+w.result.url+"' successfully revalidated and served from the indexedDB cache"),l(o),o):c(s,f)});f=f||{};var i=f.headers||{};return f.headers=i,o.headers.get("Last-Modified")?(i["If-Modified-Since"]=o.headers.get("Last-Modified"),i["Cache-Control"]="no-cache"):o.headers.get("ETag")&&(i["If-None-Match"]=o.headers.get("ETag"),i["Cache-Control"]="no-cache"),c(s,f)}).catch(function(t){return e("Failed to load '"+w.result.url+"' from indexedDB cache due to the error: "+t),u(s,f)}):u(s,f)}var a=l.UnityCache,d=a.RequestStore,u=l.fetchWithProgress;return r.prototype.arrayBuffer=function(){return Promise.resolve(this.parsedBody.buffer)},r.prototype.blob=function(){return this.arrayBuffer().then(function(e){return new Blob([e])})},r.prototype.json=function(){return this.text().then(function(e){return JSON.parse(e)})},r.prototype.text=function(){var e=new TextDecoder;return Promise.resolve(e.decode(this.parsedBody))},s}();var v={br:{require:function(e){var t={"decompress.js":function(e,t,n){t.exports=e("./dec/decode").BrotliDecompressBuffer},"dec/bit_reader.js":function(e,t,n){function r(e){this.buf_=new Uint8Array(i),this.input_=e,this.reset()}const o=4096,i=8224,s=8191,a=new Uint32Array([0,1,3,7,15,31,63,127,255,511,1023,2047,4095,8191,16383,32767,65535,131071,262143,524287,1048575,2097151,4194303,8388607,16777215]);r.READ_SIZE=o,r.IBUF_MASK=s,r.prototype.reset=function(){this.buf_ptr_=0,this.val_=0,this.pos_=0,this.bit_pos_=0,this.bit_end_pos_=0,this.eos_=0,this.readMoreInput();for(var e=0;e<4;e++)this.val_|=this.buf_[this.pos_]<<8*e,++this.pos_;return this.bit_end_pos_>0},r.prototype.readMoreInput=function(){if(!(this.bit_end_pos_>256))if(this.eos_){if(this.bit_pos_>this.bit_end_pos_)throw new Error("Unexpected end of input "+this.bit_pos_+" "+this.bit_end_pos_)}else{var e=this.buf_ptr_,t=this.input_.read(this.buf_,e,o);if(t<0)throw new Error("Unexpected end of input");if(t=8;)this.val_>>>=8,this.val_|=this.buf_[this.pos_&s]<<24,++this.pos_,this.bit_pos_=this.bit_pos_-8>>>0,this.bit_end_pos_=this.bit_end_pos_-8>>>0},r.prototype.readBits=function(e){32-this.bit_pos_>>this.bit_pos_&a[e];return this.bit_pos_+=e,t},t.exports=r},"dec/context.js":function(e,t,n){n.lookup=new Uint8Array([0,0,0,0,0,0,0,0,0,4,4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,12,16,12,12,20,12,16,24,28,12,12,32,12,36,12,44,44,44,44,44,44,44,44,44,44,32,32,24,40,28,12,12,48,52,52,52,48,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,48,52,52,52,52,52,24,12,28,12,12,12,56,60,60,60,56,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,56,60,60,60,60,60,24,12,28,12,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,7,0,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,40,48,48,48,48,48,48,48,48,48,48,48,48,48,48,48,56,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,6,6,7,7,7,7,8,8,8,8,9,9,9,9,10,10,10,10,11,11,11,11,12,12,12,12,13,13,13,13,14,14,14,14,15,15,15,15,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,22,22,22,22,23,23,23,23,24,24,24,24,25,25,25,25,26,26,26,26,27,27,27,27,28,28,28,28,29,29,29,29,30,30,30,30,31,31,31,31,32,32,32,32,33,33,33,33,34,34,34,34,35,35,35,35,36,36,36,36,37,37,37,37,38,38,38,38,39,39,39,39,40,40,40,40,41,41,41,41,42,42,42,42,43,43,43,43,44,44,44,44,45,45,45,45,46,46,46,46,47,47,47,47,48,48,48,48,49,49,49,49,50,50,50,50,51,51,51,51,52,52,52,52,53,53,53,53,54,54,54,54,55,55,55,55,56,56,56,56,57,57,57,57,58,58,58,58,59,59,59,59,60,60,60,60,61,61,61,61,62,62,62,62,63,63,63,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]),n.lookupOffsets=new Uint16Array([1024,1536,1280,1536,0,256,768,512])},"dec/decode.js":function(e,t,n){function r(e){var t;return 0===e.readBits(1)?16:(t=e.readBits(3),t>0?17+t:(t=e.readBits(3),t>0?8+t:17))}function o(e){if(e.readBits(1)){var t=e.readBits(3);return 0===t?1:e.readBits(t)+(1<1&&0===s)throw new Error("Invalid size byte");o.meta_block_length|=s<<8*r}}else for(r=0;r4&&0===a)throw new Error("Invalid size nibble");o.meta_block_length|=a<<4*r}return++o.meta_block_length,o.input_end||o.is_metadata||(o.is_uncompressed=e.readBits(1)),o}function a(e,t,n){var r;return n.fillBitWindow(),t+=n.val_>>>n.bit_pos_&Y,r=e[t].bits-F,r>0&&(n.bit_pos_+=F,t+=e[t].value,t+=n.val_>>>n.bit_pos_&(1<0;){var c,l=0;if(r.readMoreInput(),r.fillBitWindow(),l+=r.val_>>>r.bit_pos_&31,r.bit_pos_+=u[l].bits,c=255&u[l].value,c>c);else{var h,p,w=c-14,b=0;if(c===q&&(b=i),a!==b&&(s=0,a=b),h=s,s>0&&(s-=2,s<<=w),s+=r.readBits(w)+3,p=s-h,o+p>t)throw new Error("[ReadHuffmanCodeLengths] symbol + repeat_delta > num_symbols");for(var m=0;m0;++a){var m,v=D[a],y=0;r.fillBitWindow(),y+=r.val_>>>r.bit_pos_&15,r.bit_pos_+=b[y].bits,m=b[y].value,h[v]=m,0!==m&&(p-=32>>m,++w)}if(1!==w&&0!==p)throw new Error("[ReadHuffmanCode] invalid num_codes or space");d(h,e,s,r)}if(i=k(t,n,F,s,e),0===i)throw new Error("[ReadHuffmanCode] BuildHuffmanTable failed: ");return i}function f(e,t,n){var r,o;return r=a(e,t,n),o=N.kBlockLengthPrefixCode[r].nbits,N.kBlockLengthPrefixCode[r].offset+n.readBits(o)}function c(e,t,n){var r;return e>>5]),this.htrees=new Uint32Array(t)}function w(e,t){var n,r,i,s={num_htrees:null,context_map:null},d=0;t.readMoreInput();var f=s.num_htrees=o(t)+1,c=s.context_map=new Uint8Array(e);if(f<=1)return s;for(n=t.readBits(1),n&&(d=t.readBits(4)+1),r=[],i=0;i=e)throw new Error("[DecodeContextMap] i >= context_map_size");c[i]=0,++i}else c[i]=l-d,++i}return t.readBits(1)&&h(c,e),s}function b(e,t,n,r,o,i,s){var d,u=2*n,f=n,c=a(t,n*I,s);d=0===c?o[u+(1&i[f])]:1===c?o[u+(i[f]-1&1)]+1:c-2,d>=e&&(d-=e),r[n]=d,o[u+(1&i[f])]=d,++i[f]}function m(e,t,n,r,o,i){var s,a=o+1,d=n&o,u=i.pos_&W.IBUF_MASK;if(t<8||i.bit_pos_+(t<<3)0;)i.readMoreInput(),r[d++]=i.readBits(8),d===a&&(e.write(r,a),d=0);else{if(i.bit_end_pos_<32)throw new Error("[CopyUncompressedBlockToOutput] br.bit_end_pos_ < 32");for(;i.bit_pos_<32;)r[d]=i.val_>>>i.bit_pos_,i.bit_pos_+=8,++d,--t;if(s=i.bit_end_pos_-i.bit_pos_>>3,u+s>W.IBUF_MASK){for(var f=W.IBUF_MASK+1-u,c=0;c=a){e.write(r,a),d-=a;for(var c=0;c=a;){if(s=a-d,i.input_.read(r,d,s)t.buffer.length){var ge=new Uint8Array(E+ne);ge.set(t.buffer),t.buffer=ge}if(k=ye.input_end,X=ye.is_uncompressed,ye.is_metadata)for(v(U);ne>0;--ne)U.readMoreInput(),U.readBits(8);else if(0!==ne)if(X)U.bit_pos_=U.bit_pos_+7&-8,m(t,ne,E,h,l,U),E+=ne;else{for(n=0;n<3;++n)ie[n]=o(U)+1,ie[n]>=2&&(u(ie[n]+2,g,n*I,U),u(T,x,n*I,U),re[n]=f(x,n*I,U),ae[n]=1);for(U.readMoreInput(),z=U.readBits(2),j=G+(U.readBits(4)<0;){var Ee,We,Oe,Be,ke,Re,Ne,Ve,Pe,qe,Me;for(U.readMoreInput(),0===re[1]&&(b(ie[1],g,1,oe,se,ae,U),re[1]=f(x,I,U),te=S[1].htrees[oe[1]]),--re[1],Ee=a(S[1].codes,te,U),We=Ee>>6,We>=2?(We-=2,Ne=-1):Ne=0,Oe=N.kInsertRangeLut[We]+(Ee>>3&7),Be=N.kCopyRangeLut[We]+(7&Ee),ke=N.kInsertLengthPrefixCode[Oe].offset+U.readBits(N.kInsertLengthPrefixCode[Oe].nbits),Re=N.kCopyLengthPrefixCode[Be].offset+U.readBits(N.kCopyLengthPrefixCode[Be].nbits),C=h[E-1&l],D=h[E-2&l],qe=0;qe4?3:Re-2),be=fe[we+Pe],Ne=a(S[2].codes,S[2].htrees[be],U),Ne>=j){var He,Te,Ae;Ne-=j,Te=Ne&J,Ne>>=z,He=(Ne>>1)+1,Ae=(2+(1&Ne)<q){if(!(Re>=O.minDictionaryWordLength&&Re<=O.maxDictionaryWordLength))throw new Error("Invalid backward reference. pos: "+E+" distance: "+Ve+" len: "+Re+" bytes left: "+ne);var Ae=O.offsetsByLength[Re],Le=Ve-q-1,Fe=O.sizeBitsByLength[Re],Ye=(1<>Fe;if(Ae+=Ie*Re,!(Ce=y){t.write(h,d);for(var Ge=0;Ge0&&(F[3&Y]=Ve,++Y),Re>ne)throw new Error("Invalid backward reference. pos: "+E+" distance: "+Ve+" len: "+Re+" bytes left: "+ne);for(qe=0;qe>=1;return(e&n-1)+n}function i(e,t,n,o,i){do o-=n,e[t+o]=new r(i.bits,i.value);while(o>0)}function s(e,t,n){for(var r=1<0;--U[c])f=new r(255&c,65535&g[l++]),i(e,t+h,p,v,f),h=o(h,c);for(b=y-1,w=-1,c=n+1,p=2;c<=a;++c,p<<=1)for(;U[c]>0;--U[c])(h&b)!==w&&(t+=v,m=s(U,c,n),v=1<>n),p,v,f),h=o(h,c);return y}},"dec/prefix.js":function(e,t,n){function r(e,t){this.offset=e,this.nbits=t}n.kBlockLengthPrefixCode=[new r(1,2),new r(5,2),new r(9,2),new r(13,2),new r(17,3),new r(25,3),new r(33,3),new r(41,3),new r(49,4),new r(65,4),new r(81,4),new r(97,4),new r(113,5),new r(145,5),new r(177,5),new r(209,5),new r(241,6),new r(305,6),new r(369,7),new r(497,8),new r(753,9),new r(1265,10),new r(2289,11),new r(4337,12),new r(8433,13),new r(16625,24)],n.kInsertLengthPrefixCode=[new r(0,0),new r(1,0),new r(2,0),new r(3,0),new r(4,0),new r(5,0),new r(6,1),new r(8,1),new r(10,2),new r(14,2),new r(18,3),new r(26,3),new r(34,4),new r(50,4),new r(66,5),new r(98,5),new r(130,6),new r(194,7),new r(322,8),new r(578,9),new r(1090,10),new r(2114,12),new r(6210,14),new r(22594,24)],n.kCopyLengthPrefixCode=[new r(2,0),new r(3,0),new r(4,0),new r(5,0),new r(6,0),new r(7,0),new r(8,0),new r(9,0),new r(10,1),new r(12,1),new r(14,2),new r(18,2),new r(22,3),new r(30,3),new r(38,4),new r(54,4),new r(70,5),new r(102,5),new r(134,6),new r(198,7),new r(326,8),new r(582,9),new r(1094,10),new r(2118,24)],n.kInsertRangeLut=[0,0,8,8,0,16,8,16,16],n.kCopyRangeLut=[0,8,0,8,16,0,16,8,16]},"dec/streams.js":function(e,t,n){function r(e){this.buffer=e,this.pos=0}function o(e){this.buffer=e,this.pos=0}r.prototype.read=function(e,t,n){this.pos+n>this.buffer.length&&(n=this.buffer.length-this.pos);for(var r=0;rthis.buffer.length)throw new Error("Output buffer is not large enough");return this.buffer.set(e.subarray(0,t),this.pos),this.pos+=t,t},n.BrotliOutput=o},"dec/transform.js":function(e,t,n){function r(e,t,n){this.prefix=new Uint8Array(e.length),this.transform=t,this.suffix=new Uint8Array(n.length);for(var r=0;r=97&&e[t]<=122&&(e[t]^=32),1):e[t]<224?(e[t+1]^=32,2):(e[t+2]^=5,3)}var i=e("./dictionary");const s=0,a=1,d=2,u=3,f=4,c=5,l=6,h=7,p=8,w=9,b=10,m=11,v=12,y=13,g=14,x=15,U=16,E=17,W=18,O=20;var B=[new r("",s,""),new r("",s," "),new r(" ",s," "),new r("",v,""),new r("",b," "),new r("",s," the "),new r(" ",s,""),new r("s ",s," "),new r("",s," of "),new r("",b,""),new r("",s," and "),new r("",y,""),new r("",a,""),new r(", ",s," "),new r("",s,", "),new r(" ",b," "),new r("",s," in "),new r("",s," to "),new r("e ",s," "),new r("",s,'"'),new r("",s,"."),new r("",s,'">'),new r("",s,"\n"),new r("",u,""),new r("",s,"]"),new r("",s," for "),new r("",g,""),new r("",d,""),new r("",s," a "),new r("",s," that "),new r(" ",b,""),new r("",s,". "),new r(".",s,""),new r(" ",s,", "),new r("",x,""),new r("",s," with "),new r("",s,"'"),new r("",s," from "),new r("",s," by "),new r("",U,""),new r("",E,""),new r(" the ",s,""),new r("",f,""),new r("",s,". The "),new r("",m,""),new r("",s," on "),new r("",s," as "),new r("",s," is "),new r("",h,""),new r("",a,"ing "),new r("",s,"\n\t"),new r("",s,":"),new r(" ",s,". "),new r("",s,"ed "),new r("",O,""),new r("",W,""),new r("",l,""),new r("",s,"("),new r("",b,", "),new r("",p,""),new r("",s," at "),new r("",s,"ly "),new r(" the ",s," of "),new r("",c,""),new r("",w,""),new r(" ",b,", "),new r("",b,'"'),new r(".",s,"("),new r("",m," "),new r("",b,'">'),new r("",s,'="'),new r(" ",s,"."),new r(".com/",s,""),new r(" the ",s," of the "),new r("",b,"'"),new r("",s,". This "),new r("",s,","),new r(".",s," "),new r("",b,"("),new r("",b,"."),new r("",s," not "),new r(" ",s,'="'),new r("",s,"er "),new r(" ",m," "),new r("",s,"al "),new r(" ",m,""),new r("",s,"='"),new r("",m,'"'),new r("",b,". "),new r(" ",s,"("),new r("",s,"ful "),new r(" ",b,". "),new r("",s,"ive "),new r("",s,"less "),new r("",m,"'"),new r("",s,"est "),new r(" ",b,"."),new r("",m,'">'),new r(" ",s,"='"),new r("",b,","),new r("",s,"ize "),new r("",m,"."),new r("\xc2\xa0",s,""),new r(" ",s,","),new r("",b,'="'),new r("",m,'="'),new r("",s,"ous "),new r("",m,", "),new r("",b,"='"),new r(" ",b,","),new r(" ",m,'="'),new r(" ",m,", "),new r("",m,","),new r("",m,"("),new r("",m,". "),new r(" ",m,"."),new r("",m,"='"),new r(" ",m,". "),new r(" ",b,'="'),new r(" ",m,"='"),new r(" ",b,"='")];n.kTransforms=B,n.kNumTransforms=B.length,n.transformDictionaryWord=function(e,t,n,r,s){var a,d=B[s].prefix,u=B[s].suffix,f=B[s].transform,c=fr&&(c=r);for(var p=0;p0;){var y=o(e,a);a+=y,r-=y}for(var g=0;g0)throw new Error("Invalid string. Length must be a multiple of 4");return"="===e[t-2]?2:"="===e[t-1]?1:0}function o(e){return 3*e.length/4-r(e)}function i(e){var t,n,o,i,s,a,d=e.length;s=r(e),a=new c(3*d/4-s),o=s>0?d-4:d;var u=0;for(t=0,n=0;t>16&255,a[u++]=i>>8&255,a[u++]=255&i;return 2===s?(i=f[e.charCodeAt(t)]<<2|f[e.charCodeAt(t+1)]>>4,a[u++]=255&i):1===s&&(i=f[e.charCodeAt(t)]<<10|f[e.charCodeAt(t+1)]<<4|f[e.charCodeAt(t+2)]>>2,a[u++]=i>>8&255,a[u++]=255&i),a}function s(e){return u[e>>18&63]+u[e>>12&63]+u[e>>6&63]+u[63&e]}function a(e,t,n){for(var r,o=[],i=t;if?f:d+s));return 1===r?(t=e[n-1],o+=u[t>>2],o+=u[t<<4&63],o+="=="):2===r&&(t=(e[n-2]<<8)+e[n-1],o+=u[t>>10],o+=u[t>>4&63],o+=u[t<<2&63],o+="="),i.push(o),i.join("")}n.byteLength=o,n.toByteArray=i,n.fromByteArray=d;for(var u=[],f=[],c="undefined"!=typeof Uint8Array?Uint8Array:Array,l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",h=0,p=l.length;h>3);if(commentOffset=n+1+2+1+2+(o<<3)+7>>3,17==r||commentOffset>e.length)return!1;for(var i=r+(6+(o<<4)+(t.length-1<<6)<>>=8)if(e[s]!=(255&i))return!1;return String.fromCharCode.apply(null,e.subarray(commentOffset,commentOffset+t.length))==t}}};return new Promise(function(e,t){l.SystemInfo.hasWebGL?1==l.SystemInfo.hasWebGL?t('Your browser does not support graphics API "WebGL 2" which is required for this content.'):l.SystemInfo.hasWasm?(1==l.SystemInfo.hasWebGL&&l.print('Warning: Your browser does not support "WebGL 2" Graphics API, switching to "WebGL 1"'),l.startupErrorHandler=t,n(0),l.postRun.push(function(){n(1),delete l.startupErrorHandler,e(m)}),c()):t("Your browser does not support WebAssembly."):t("Your browser does not support WebGL.")})} \ No newline at end of file diff --git a/public/EPS_Yzpq/Build/EPS_Yzpq.wasm.unityweb b/public/EPS_Yzpq/Build/EPS_Yzpq.wasm.unityweb new file mode 100644 index 0000000..26e7efd Binary files /dev/null and b/public/EPS_Yzpq/Build/EPS_Yzpq.wasm.unityweb differ diff --git a/public/EPS_Yzpq/StreamingAssets/UnityServicesProjectConfiguration.json b/public/EPS_Yzpq/StreamingAssets/UnityServicesProjectConfiguration.json new file mode 100644 index 0000000..2f550ee --- /dev/null +++ b/public/EPS_Yzpq/StreamingAssets/UnityServicesProjectConfiguration.json @@ -0,0 +1 @@ +{"Keys":["com.unity.services.core.version"],"Values":[{"m_Value":"1.3.1","m_IsReadOnly":true}]} \ No newline at end of file diff --git a/public/EPS_Yzpq/StreamingAssets/Video/序列 01.ogv b/public/EPS_Yzpq/StreamingAssets/Video/序列 01.ogv new file mode 100644 index 0000000..1ac366e Binary files /dev/null and b/public/EPS_Yzpq/StreamingAssets/Video/序列 01.ogv differ diff --git a/public/EPS_Yzpq/TemplateData/favicon.ico b/public/EPS_Yzpq/TemplateData/favicon.ico new file mode 100644 index 0000000..07db393 Binary files /dev/null and b/public/EPS_Yzpq/TemplateData/favicon.ico differ diff --git a/public/EPS_Yzpq/TemplateData/fullscreen-button.png b/public/EPS_Yzpq/TemplateData/fullscreen-button.png new file mode 100644 index 0000000..e7b6496 Binary files /dev/null and b/public/EPS_Yzpq/TemplateData/fullscreen-button.png differ diff --git a/public/EPS_Yzpq/TemplateData/progress-bar-empty-dark.png b/public/EPS_Yzpq/TemplateData/progress-bar-empty-dark.png new file mode 100644 index 0000000..d01612f Binary files /dev/null and b/public/EPS_Yzpq/TemplateData/progress-bar-empty-dark.png differ diff --git a/public/EPS_Yzpq/TemplateData/progress-bar-empty-light.png b/public/EPS_Yzpq/TemplateData/progress-bar-empty-light.png new file mode 100644 index 0000000..593a329 Binary files /dev/null and b/public/EPS_Yzpq/TemplateData/progress-bar-empty-light.png differ diff --git a/public/EPS_Yzpq/TemplateData/progress-bar-full-dark.png b/public/EPS_Yzpq/TemplateData/progress-bar-full-dark.png new file mode 100644 index 0000000..c432c86 Binary files /dev/null and b/public/EPS_Yzpq/TemplateData/progress-bar-full-dark.png differ diff --git a/public/EPS_Yzpq/TemplateData/progress-bar-full-light.png b/public/EPS_Yzpq/TemplateData/progress-bar-full-light.png new file mode 100644 index 0000000..e683131 Binary files /dev/null and b/public/EPS_Yzpq/TemplateData/progress-bar-full-light.png differ diff --git a/public/EPS_Yzpq/TemplateData/style.css b/public/EPS_Yzpq/TemplateData/style.css new file mode 100644 index 0000000..4d402f4 --- /dev/null +++ b/public/EPS_Yzpq/TemplateData/style.css @@ -0,0 +1,16 @@ +body { padding: 0; margin: 0 } +#unity-container { position: absolute } +#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) } +#unity-container.unity-mobile { width: 100%; height: 100% } +#unity-canvas { background: #231F20 } +.unity-mobile #unity-canvas { width: 100%; height: 100% } +#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none } +#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center } +#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center } +#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center } +#unity-footer { position: relative } +.unity-mobile #unity-footer { display: none } +#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center } +#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px } +#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center } +#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none } diff --git a/public/EPS_Yzpq/TemplateData/unity-logo-dark.png b/public/EPS_Yzpq/TemplateData/unity-logo-dark.png new file mode 100644 index 0000000..2c33238 Binary files /dev/null and b/public/EPS_Yzpq/TemplateData/unity-logo-dark.png differ diff --git a/public/EPS_Yzpq/TemplateData/unity-logo-light.png b/public/EPS_Yzpq/TemplateData/unity-logo-light.png new file mode 100644 index 0000000..9f0ab84 Binary files /dev/null and b/public/EPS_Yzpq/TemplateData/unity-logo-light.png differ diff --git a/public/EPS_Yzpq/TemplateData/webgl-logo.png b/public/EPS_Yzpq/TemplateData/webgl-logo.png new file mode 100644 index 0000000..338b1ae Binary files /dev/null and b/public/EPS_Yzpq/TemplateData/webgl-logo.png differ diff --git a/public/EPS_Yzpq/index.html b/public/EPS_Yzpq/index.html new file mode 100644 index 0000000..2000f37 --- /dev/null +++ b/public/EPS_Yzpq/index.html @@ -0,0 +1,172 @@ + + + + + + + Unity WebGL Player | ElectricPowerStorage_Digital Twin + + + + + + +
+ +
+ +
+
+
+
+
+ +
+ + + + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 3e5a139..e1b3f4f 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - <%= htmlWebpackPlugin.options.title %> + 扬中数字孪生仓库