Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SSBookMinigames
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
SSBookMinigames
Commits
638a26aa
Commit
638a26aa
authored
Apr 12, 2026
by
Yousef Sameh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
challenge bug fix
parent
9c2d7323
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
ChallengeManager.cs
...sets/ScienceStreet/Features/Challenge/ChallengeManager.cs
+2
-1
UniversalRenderPipelineGlobalSettings.asset
...roject/Assets/UniversalRenderPipelineGlobalSettings.asset
+1
-0
ProjectSettings.asset
My project/ProjectSettings/ProjectSettings.asset
+2
-1
No files found.
My project/Assets/ScienceStreet/Features/Challenge/ChallengeManager.cs
View file @
638a26aa
...
...
@@ -163,7 +163,8 @@ public class ChallengeManager : MonoBehaviour
public
void
EndChallenge
()
{
SSAudioManager
.
Instance
.
StopMusic
();
Destroy
(
gameObject
,
0.3f
);
SceneManager
.
LoadScene
(
"MainMenu"
);
Destroy
(
gameObject
,
2
);
}
}
\ No newline at end of file
My project/Assets/UniversalRenderPipelineGlobalSettings.asset
View file @
638a26aa
...
...
@@ -76,6 +76,7 @@ MonoBehaviour:
-
rid
:
1321912066682388556
-
rid
:
1321912066682388558
-
rid
:
1321912066682388559
-
rid
:
1321912066682388560
-
rid
:
1321912066682388561
-
rid
:
1321912066682388562
-
rid
:
1321912066682388568
...
...
My project/ProjectSettings/ProjectSettings.asset
View file @
638a26aa
...
...
@@ -116,6 +116,7 @@ PlayerSettings:
xboxEnableGuest
:
0
xboxEnablePIXSampling
:
0
metalFramebufferOnly
:
0
metalUseMetalDisplayLink
:
0
xboxOneResolution
:
0
xboxOneSResolution
:
0
xboxOneXResolution
:
3
...
...
@@ -287,7 +288,7 @@ PlayerSettings:
AndroidEnableTango
:
0
androidEnableBanner
:
1
androidUseLowAccuracyLocation
:
0
androidUseCustomKeystore
:
1
androidUseCustomKeystore
:
0
m_AndroidBanners
:
-
width
:
320
height
:
180
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment