File tree Expand file tree Collapse file tree 4 files changed +5
-15
lines changed
Assets/WebGLTemplates/Thirdweb Expand file tree Collapse file tree 4 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 17
17
</ div >
18
18
< div id ="loading-cover " style ="display: none ">
19
19
< div id ="unity-loading-bar ">
20
- < div id ="unity-logo "> < img src =" logo.png " /> < /div >
20
+ < div id ="unity-logo "> </ div >
21
21
< div id ="unity-progress-bar-empty " style ="display: none ">
22
22
< div id ="unity-progress-bar-full "> </ div >
23
23
</ div >
24
24
< div class ="spinner "> </ div >
25
25
</ div >
26
26
</ div >
27
27
< div id ="unity-fullscreen-button " style ="display: none "> </ div >
28
- <!-- <script
29
- src="https://cdn.ethers.io/lib/ethers-5.2.umd.min.js"
30
- type="application/javascript"
31
- ></script> -->
32
- <!-- <script src="thirdweb.js" type="module"></script> -->
33
28
< script type ="module ">
34
29
const hideFullScreenButton = "{{{ HIDE_FULL_SCREEN_BUTTON }}}" ;
35
30
const buildUrl = "Build" ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ PlayerSettings:
22
22
m_SplashScreenOverlayOpacity : 1
23
23
m_SplashScreenAnimation : 1
24
24
m_SplashScreenLogoStyle : 1
25
- m_SplashScreenDrawMode : 0
25
+ m_SplashScreenDrawMode : 1
26
26
m_SplashScreenBackgroundAnimationZoom : 1
27
27
m_SplashScreenLogoAnimationZoom : 1
28
28
m_SplashScreenBackgroundLandscapeAspect : 1
@@ -39,7 +39,9 @@ PlayerSettings:
39
39
y : 0
40
40
width : 1
41
41
height : 1
42
- m_SplashScreenLogos : []
42
+ m_SplashScreenLogos :
43
+ - logo : {fileID: 10404, guid: 0000000000000000e000000000000000, type: 0}
44
+ duration : 2
43
45
m_VirtualRealitySplashScreen : {fileID: 0}
44
46
m_HolographicTrackingLossScreen : {fileID: 0}
45
47
defaultScreenWidth : 1024
You can’t perform that action at this time.
0 commit comments