Skip to content

Commit 5f30bcd

Browse files
committed
ci: concurrency group, vuplex scripting define symbol, tmp
1 parent 70dab05 commit 5f30bcd

File tree

76 files changed

+13191
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+13191
-7
lines changed

.github/workflows/ui-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
build-and-test-unity6-macos: # Unity 6 requires a full build cycle to compile AltTester packages properly. This doesn't work well in Game CI, so we have to build it manually.
8989
name: Build & Test Unity 6 macOS 🛠️🧪
9090
runs-on: [self-hosted, macOS]
91+
concurrency:
92+
group: ui-tests-email-inbox-macos
93+
cancel-in-progress: false # Let tests complete rather than canceling
9194
if: github.event_name != 'workflow_dispatch' || github.event.inputs.targetPlatform == 'All' || github.event.inputs.targetPlatform == 'StandaloneOSX-Unity6'
9295
steps:
9396
- name: Cleanup old builds

sample/Assets/Editor/MacBuilderUnity6.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private static void BuildPlayer(string defaultBuildPath, bool setupForAltTester
6969

7070
Debug.Log($"Build options: {options.options}");
7171
Debug.Log($"Starting build to: {buildPath}");
72-
72+
7373
var result = BuildPipeline.BuildPlayer(options);
7474

7575
if (result.summary.result == UnityEditor.Build.Reporting.BuildResult.Succeeded)
@@ -90,15 +90,15 @@ private static void BuildPlayer(string defaultBuildPath, bool setupForAltTester
9090
Debug.Log("Build Profile restored");
9191

9292
if (setupForAltTester)
93-
{
93+
{
9494
// Clean up AltTester settings after build
9595
AltBuilder.RemoveAltTesterFromScriptingDefineSymbols(BuildTargetGroup.Standalone);
9696

9797
// Clean up custom e2e testing define
9898
var defineSymbols = PlayerSettings.GetScriptingDefineSymbolsForGroup(BuildTargetGroup.Standalone);
9999
defineSymbols = defineSymbols.Replace("IMMUTABLE_E2E_TESTING;", "").Replace(";IMMUTABLE_E2E_TESTING", "").Replace("IMMUTABLE_E2E_TESTING", "");
100100
PlayerSettings.SetScriptingDefineSymbolsForGroup(BuildTargetGroup.Standalone, defineSymbols);
101-
101+
102102
var cleanedDefineSymbols = PlayerSettings.GetScriptingDefineSymbolsForGroup(BuildTargetGroup.Standalone);
103103

104104
RemoveAltFromScene(scenes[0]);
@@ -129,7 +129,7 @@ private static string[] GetScenesToBuild(bool setupForAltTester = false)
129129
return new[]
130130
{
131131
"Assets/Scenes/Passport/Initialisation.unity",
132-
"Assets/Scenes/Passport/UnauthenticatedScene.unity",
132+
"Assets/Scenes/Passport/UnauthenticatedScene.unity",
133133
"Assets/Scenes/Passport/AuthenticatedScene.unity",
134134
"Assets/Scenes/Passport/ZkEvm/ZkEvmGetBalance.unity",
135135
"Assets/Scenes/Passport/ZkEvm/ZkEvmGetTransactionReceipt.unity",
@@ -143,7 +143,7 @@ private static string[] GetScenesToBuild(bool setupForAltTester = false)
143143
private static void SetupAltTester(string[] scenes)
144144
{
145145
AltBuilder.AddAltTesterInScriptingDefineSymbolsGroup(BuildTargetGroup.Standalone);
146-
146+
147147
var defineSymbols = PlayerSettings.GetScriptingDefineSymbolsForGroup(BuildTargetGroup.Standalone);
148148
if (!defineSymbols.Contains("IMMUTABLE_E2E_TESTING"))
149149
{
@@ -165,7 +165,7 @@ private static void SetupAltTester(string[] scenes)
165165
{
166166
instrumentationSettings.AltServerPort = int.Parse(port);
167167
}
168-
168+
169169
instrumentationSettings.ResetConnectionData = true;
170170
AltBuilder.InsertAltInScene(scenes[0], instrumentationSettings);
171171
}

sample/Assets/TextMesh Pro.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/Assets/TextMesh Pro/Documentation.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
678 KB
Binary file not shown.

sample/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/Assets/TextMesh Pro/Fonts.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
Digitized data copyright (c) 2010 Google Corporation
2+
with Reserved Font Arimo, Tinos and Cousine.
3+
Copyright (c) 2012 Red Hat, Inc.
4+
with Reserved Font Name Liberation.
5+
6+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
7+
This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL
8+
9+
-----------------------------------------------------------
10+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
11+
-----------------------------------------------------------
12+
13+
PREAMBLE
14+
The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others.
15+
16+
The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives.
17+
18+
DEFINITIONS
19+
"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation.
20+
21+
"Reserved Font Name" refers to any names specified as such after the copyright statement(s).
22+
23+
"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s).
24+
25+
"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment.
26+
27+
"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software.
28+
29+
PERMISSION & CONDITIONS
30+
Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions:
31+
32+
1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself.
33+
34+
2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user.
35+
36+
3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users.
37+
38+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission.
39+
40+
5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software.
41+
42+
TERMINATION
43+
This license becomes null and void if any of the above conditions are not met.
44+
45+
DISCLAIMER
46+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.

sample/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
342 KB
Binary file not shown.

0 commit comments

Comments
 (0)