Skip to content

Commit af26a95

Browse files
remove placeholder logo in webgl template
1 parent 7ad7340 commit af26a95

File tree

4 files changed

+5
-15
lines changed

4 files changed

+5
-15
lines changed

Assets/WebGLTemplates/Thirdweb/index.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,14 @@
1717
</div>
1818
<div id="loading-cover" style="display: none">
1919
<div id="unity-loading-bar">
20-
<div id="unity-logo"><img src="logo.png" /></div>
20+
<div id="unity-logo"></div>
2121
<div id="unity-progress-bar-empty" style="display: none">
2222
<div id="unity-progress-bar-full"></div>
2323
</div>
2424
<div class="spinner"></div>
2525
</div>
2626
</div>
2727
<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> -->
3328
<script type="module">
3429
const hideFullScreenButton = "{{{ HIDE_FULL_SCREEN_BUTTON }}}";
3530
const buildUrl = "Build";
-11.7 KB
Binary file not shown.

Assets/WebGLTemplates/Thirdweb/logo.png.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

ProjectSettings/ProjectSettings.asset

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PlayerSettings:
2222
m_SplashScreenOverlayOpacity: 1
2323
m_SplashScreenAnimation: 1
2424
m_SplashScreenLogoStyle: 1
25-
m_SplashScreenDrawMode: 0
25+
m_SplashScreenDrawMode: 1
2626
m_SplashScreenBackgroundAnimationZoom: 1
2727
m_SplashScreenLogoAnimationZoom: 1
2828
m_SplashScreenBackgroundLandscapeAspect: 1
@@ -39,7 +39,9 @@ PlayerSettings:
3939
y: 0
4040
width: 1
4141
height: 1
42-
m_SplashScreenLogos: []
42+
m_SplashScreenLogos:
43+
- logo: {fileID: 10404, guid: 0000000000000000e000000000000000, type: 0}
44+
duration: 2
4345
m_VirtualRealitySplashScreen: {fileID: 0}
4446
m_HolographicTrackingLossScreen: {fileID: 0}
4547
defaultScreenWidth: 1024

0 commit comments

Comments
 (0)