File tree Expand file tree Collapse file tree 11 files changed +7
-4
lines changed
WebXRFullView2020/TemplateData Expand file tree Collapse file tree 11 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
- Error message when there's no Universal Render Pipeline package in project.
13
13
- Error message when Player Settings Color Space not set to Gamma.
14
14
15
+ ### Changed
16
+ - Updated WebGLTemplates assets based on newer Unity versions.
17
+
15
18
## [ 0.20.0] - 2023-12-18
16
19
### Added
17
20
- Native XRSubsystem for WebXR Display rendering.
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ body { padding: 0; margin: 0 }
4
4
# unity-canvas { background : {{{ BACKGROUND_COLOR }}} }
5
5
# unity-loading-bar { position : absolute; left : 50% ; top : 50% ; transform : translate (-50% , -50% ); display : none }
6
6
# unity-logo { width : 154px ; height : 130px ; background : url ('unity-logo-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
7
- # unity-progress-bar-empty { width : 141px ; height : 18px ; margin-top : 10px ; background : url ('progress-bar-empty-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
7
+ # unity-progress-bar-empty { width : 141px ; height : 18px ; margin-top : 10px ; margin-left : 6.5 px ; background : url ('progress-bar-empty-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
8
8
# unity-progress-bar-full { width : 0% ; height : 18px ; margin-top : 10px ; background : url ('progress-bar-full-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
9
9
# unity-footer { position : relative }
10
10
# unity-webgl-logo { float : left; width : 204px ; height : 38px ; background : url ('webgl-logo.png' ) no-repeat center }
11
11
# unity-build-title { float : right; margin-right : 10px ; line-height : 38px ; font-family : arial; font-size : 18px }
12
- # unity-fullscreen-button { float : right; width : 38px ; height : 38px ; background : url ('fullscreen-button.png' ) no-repeat center }
12
+ # unity-fullscreen-button { cursor : pointer; float : right; width : 38px ; height : 38px ; background : url ('fullscreen-button.png' ) no-repeat center }
13
13
# unity-webxr-link { float : left; margin-right : 10px ; line-height : 38px ; font-family : arial; font-size : 18px }
14
14
# entervr : enabled { float : right; width : 38px ; height : 38px ; background-color : # 1eaed3 ; display : inline-block; border : 0 ; }
15
15
# enterar : enabled { float : right; width : 38px ; height : 38px ; background-color : # 1eaed3 ; display : inline-block; border : 0 ; }
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ body { padding: 0; margin: 0 }
4
4
# unity-canvas { background : {{{ BACKGROUND_COLOR }}} }
5
5
# unity-loading-bar { position : absolute; left : 50% ; top : 50% ; transform : translate (-50% , -50% ); display : none }
6
6
# unity-logo { width : 154px ; height : 130px ; background : url ('unity-logo-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
7
- # unity-progress-bar-empty { width : 141px ; height : 18px ; margin-top : 10px ; background : url ('progress-bar-empty-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
7
+ # unity-progress-bar-empty { width : 141px ; height : 18px ; margin-top : 10px ; margin-left : 6.5 px ; background : url ('progress-bar-empty-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
8
8
# unity-progress-bar-full { width : 0% ; height : 18px ; margin-top : 10px ; background : url ('progress-bar-full-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
9
9
# unity-footer { position : fixed; width : 100% ; bottom : 0 ; margin-top : 5px ; line-height : 38px ; }
10
10
# unity-webgl-logo { float : left; width : 204px ; height : 38px ; background : url ('webgl-logo.png' ) no-repeat center }
11
11
# unity-build-title { float : right; margin-right : 10px ; line-height : 38px ; font-family : arial; font-size : 18px }
12
- # unity-fullscreen-button { float : right; width : 38px ; height : 38px ; background : url ('fullscreen-button.png' ) no-repeat center }
12
+ # unity-fullscreen-button { cursor : pointer; float : right; width : 38px ; height : 38px ; background : url ('fullscreen-button.png' ) no-repeat center }
13
13
# unity-webxr-link { float : left; margin-right : 10px ; line-height : 38px ; font-family : arial; font-size : 18px }
14
14
# entervr : enabled { float : right; width : 38px ; height : 38px ; background-color : # 1eaed3 ; display : inline-block; border : 0 ; }
15
15
# enterar : enabled { float : right; width : 38px ; height : 38px ; background-color : # 1eaed3 ; display : inline-block; border : 0 ; }
You can’t perform that action at this time.
0 commit comments