We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c823133 commit 2d5a8acCopy full SHA for 2d5a8ac
Assets/Scripts/Gameplay/UI/LoadingScreen/LoadingScreen.cs
@@ -30,10 +30,12 @@ private void Awake()
30
31
private void OnEnable()
32
{
33
+#if !UNITY_SERVER
34
var root = GetComponent<UIDocument>().rootVisualElement;
35
m_Container = root.Q<VisualElement>("loading-screen-container");
36
m_LoadingCircle = root.Q<VisualElement>("loading-circle");
37
m_TextLabel = m_Container.Q<Label>("loading-label");
38
+#endif
39
RotateLoading();
40
}
41
Assets/Settings/Build Profiles/1 - Server.asset
@@ -1,3 +1,3 @@
1
version https://git-lfs.github.com/spec/v1
2
-oid sha256:701431d73bd9c3288bfda18d4fc1f5185d97d757752378e13a14bcd57cc57d78
3
-size 1527
+oid sha256:c0714dd673785d9fa9deeec3a8b55482a01b4f898934c993bf4a5e95797f5766
+size 3454
0 commit comments