File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ namespace UnityBuilderAction
2323 /// <summary>
2424 /// Used for building the project through continuous integration (CI) or semi-automated through menu items
2525 /// Supports logging in the editor and highly configurable WebGL
26- /// Modified version of <see href="https://github.com/game-ci/documentation/blob/main/example/BuildScript.cs">
27- /// Tailored to the needs for <see href="https://github.com/JohannesDeml/UnityWebGL-LoadingTest">
26+ /// Modified version of <see href="https://github.com/game-ci/documentation/blob/main/example/BuildScript.cs" / >
27+ /// Tailored to the needs for <see href="https://github.com/JohannesDeml/UnityWebGL-LoadingTest" / >
2828 /// </summary>
2929 public static class BuildScript
3030 {
Original file line number Diff line number Diff line change 1+ /// Processes all unity log messages and converts unity rich text to css styled console messages & adds a debug html debug console
2+ /// from https://github.com/JohannesDeml/UnityWebGL-LoadingTest
3+
14let consoleDiv ;
25let debugToggle ;
36let logCounterDivs = { } ;
You can’t perform that action at this time.
0 commit comments