Skip to content

Commit f7eb89e

Browse files
committed
Added link to the repo in the WebGLTemplates
1 parent e3c1d33 commit f7eb89e

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

Assets/WebGLTemplates/WebXR/TemplateData/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
.webgl-content .progress.Dark .full {background-image: url('progressFull.Dark.png');}
1313

1414
.webgl-content .footer {background-color: #ffffff; margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;}
15-
.webgl-content .footer .webgl-logo, .title, .enterar, .entervr {height: 100%; display: inline-block; background: transparent center no-repeat;}
15+
.webgl-content .footer .webgl-logo, .webxr-link, .title, .enterar, .entervr {height: 100%; display: inline-block; background: transparent center no-repeat;}
1616
.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
17+
.webgl-content .footer .webxr-link {float: left;}
1718
.webgl-content .footer .title {margin-right: 10px; float: right;}
1819
.webgl-content .footer .enterar:enabled {background-color: #1eaed3; width: 38px; float: right;}
1920
.webgl-content .footer .enterar:disabled {background-color: #dddddd; width: 38px; float: right;}

Assets/WebGLTemplates/WebXR/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<div class="webgl-logo"></div>
3535
<button class="entervr" id="entervr" value="Enter VR" disabled>VR</button>
3636
<button class="enterar" id="enterar" value="Enter AR" disabled>AR</button>
37+
<div class="webxr-link">Using <a href="https://github.com/De-Panther/unity-webxr-export" target="_blank">WebXR Export</a></div>
3738
<div class="title">%UNITY_WEB_NAME%</div>
3839
</div>
3940
</div>

Assets/WebGLTemplates/WebXRFullView/TemplateData/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
.webgl-content .progress.Dark .full {background-image: url('progressFull.Dark.png');}
1313

1414
.webgl-content .footer {position: fixed; width: 100%; bottom: 0; margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;}
15-
.webgl-content .footer .webgl-logo, .title, .enterar, .entervr {height: 100%; display: inline-block; background: transparent center no-repeat;}
15+
.webgl-content .footer .webgl-logo, .webxr-link, .title, .enterar, .entervr {height: 100%; display: inline-block; background: transparent center no-repeat;}
1616
.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
17+
.webgl-content .footer .webxr-link {float: left;}
1718
.webgl-content .footer .title {margin-right: 10px; float: right;}
1819
.webgl-content .footer .enterar:enabled {background-color: #1eaed3; width: 38px; float: right;}
1920
.webgl-content .footer .enterar:disabled {background-color: #dddddd; width: 38px; float: right;}

Assets/WebGLTemplates/WebXRFullView/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<div class="webgl-logo"></div>
3636
<button class="entervr" id="entervr" value="Enter VR" disabled>VR</button>
3737
<button class="enterar" id="enterar" value="Enter AR" disabled>AR</button>
38+
<div class="webxr-link">Using <a href="https://github.com/De-Panther/unity-webxr-export" target="_blank">WebXR Export</a></div>
3839
<div class="title">%UNITY_WEB_NAME%</div>
3940
</div>
4041
</div>

Build/TemplateData/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
.webgl-content .progress.Dark .full {background-image: url('progressFull.Dark.png');}
1313

1414
.webgl-content .footer {background-color: #ffffff; margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;}
15-
.webgl-content .footer .webgl-logo, .title, .enterar, .entervr {height: 100%; display: inline-block; background: transparent center no-repeat;}
15+
.webgl-content .footer .webgl-logo, .webxr-link, .title, .enterar, .entervr {height: 100%; display: inline-block; background: transparent center no-repeat;}
1616
.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
17+
.webgl-content .footer .webxr-link {float: left;}
1718
.webgl-content .footer .title {margin-right: 10px; float: right;}
1819
.webgl-content .footer .enterar:enabled {background-color: #1eaed3; width: 38px; float: right;}
1920
.webgl-content .footer .enterar:disabled {background-color: #dddddd; width: 38px; float: right;}

Build/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<div class="webgl-logo"></div>
3535
<button class="entervr" id="entervr" value="Enter VR" disabled>VR</button>
3636
<button class="enterar" id="enterar" value="Enter AR" disabled>AR</button>
37+
<div class="webxr-link">Using <a href="https://github.com/De-Panther/unity-webxr-export" target="_blank">WebXR Export</a></div>
3738
<div class="title">Unity-WebXR-Export</div>
3839
</div>
3940
</div>

0 commit comments

Comments
 (0)