Skip to content

Commit

Permalink
UiService and Services package updated
Browse files Browse the repository at this point in the history
Added new Pause PopUp and Complience screens
Added Session data for analytics on open for the first time
Screens adjusted to improve visibility
  • Loading branch information
CoderGamester committed Jan 8, 2025
1 parent 832492e commit fc22f20
Show file tree
Hide file tree
Showing 41 changed files with 3,946 additions and 522 deletions.
12 changes: 12 additions & 0 deletions Assets/Addressables/Configs/UiConfigs.asset
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ MonoBehaviour:
m_EditorClassIdentifier:
_loadingSpinnerType:
_configs:
- AddressableAddress: Addressables/Prefabs/UI/Compliance Screen.prefab
Layer: 10
UiType: Game.Presenters.ComplianceScreenPresenter, Assembly-CSharp, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null
- AddressableAddress: Addressables/Prefabs/UI/GameOver.prefab
Layer: 0
UiType: Game.Presenters.GameOverScreenPresenter, Assembly-CSharp, Version=0.0.0.0,
Expand All @@ -30,11 +34,17 @@ MonoBehaviour:
Layer: 1
UiType: Game.Presenters.MainHudPresenter, Assembly-CSharp, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null
- AddressableAddress: Addressables/Prefabs/UI/Pause PopUp.prefab
Layer: 0
UiType: Game.Presenters.PausePopUpPresenter, Assembly-CSharp, Version=0.0.0.0,
Culture=neutral, PublicKeyToken=null
_sets:
- SetId: 0
UiConfigsType:
- Game.Presenters.LoadingScreenPresenter, Assembly-CSharp, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null
- Game.Presenters.LoadingScreenPresenter, Assembly-CSharp, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null
- SetId: 1
UiConfigsType:
- Game.Presenters.MainMenuPresenter, Assembly-CSharp, Version=0.0.0.0, Culture=neutral,
Expand All @@ -45,3 +55,5 @@ MonoBehaviour:
Culture=neutral, PublicKeyToken=null
- Game.Presenters.MainHudPresenter, Assembly-CSharp, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null
- Game.Presenters.PausePopUpPresenter, Assembly-CSharp, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=null
Loading

0 comments on commit fc22f20

Please sign in to comment.