Skip to content
Open

Main #34

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Assets/Scenes/Coin.prefab
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Scenes/Coin.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

136 changes: 136 additions & 0 deletions Assets/Scripts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,136 @@

```
D:\DLU\HocKy6\LapTrinhGame\SourcesGame\RedRunner\Assets\Scripts
|-- RedRunner
| |-- AudioControl
| | |-- VolumeControl.cs
| | ``-- VolumeControl.cs.meta
| |-- Characters
| | |-- Character.cs
| | |-- Character.cs.meta
| | |-- RedCharacter.cs
| | ``-- RedCharacter.cs.meta
| |-- Collectables
| | |-- Interface
| | | |-- IPoolable.cs
| | | ``-- IPoolable.cs.meta
| | |-- Chest.cs
| | |-- Chest.cs.meta
| | |-- Coin.cs
| | |-- Coin.cs.meta
| | |-- CoinRigidbody2D.cs
| | |-- CoinRigidbody2D.cs.meta
| | |-- Collectable.cs
| | |-- Collectable.cs.meta
| | ``-- Interface.meta
| |-- Enemies
| | |-- Enemy.cs
| | |-- Enemy.cs.meta
| | |-- Eye.cs
| | |-- Eye.cs.meta
| | |-- Mace.cs
| | |-- Mace.cs.meta
| | |-- Saw.cs
| | |-- Saw.cs.meta
| | |-- Spike.cs
| | |-- Spike.cs.meta
| | |-- Water.cs
| | ``-- Water.cs.meta
| |-- ObjectPool
| | |-- ObjectPool.cs
| | ``-- ObjectPool.cs.meta
| |-- Skeleton
| | |-- Skeleton.cs
| | ``-- Skeleton.cs.meta
| |-- TerrainGeneration
| | |-- BackgroundBlock.cs
| | |-- BackgroundBlock.cs.meta
| | |-- BackgroundLayer.cs
| | |-- BackgroundLayer.cs.meta
| | |-- Block.cs
| | |-- Block.cs.meta
| | |-- DefaultBlock.cs
| | |-- DefaultBlock.cs.meta
| | |-- DefaultTerrainGenerator.cs
| | |-- DefaultTerrainGenerator.cs.meta
| | |-- TerrainGenerationSettings.cs
| | |-- TerrainGenerationSettings.cs.meta
| | |-- TerrainGenerator.cs
| | ``-- TerrainGenerator.cs.meta
| |-- UI
| | |-- UIScreen
| | | |-- EndScreen.cs
| | | |-- EndScreen.cs.meta
| | | |-- InGameScreen.cs
| | | |-- InGameScreen.cs.meta
| | | |-- LoadingScreen.cs
| | | |-- LoadingScreen.cs.meta
| | | |-- PauseScreen.cs
| | | |-- PauseScreen.cs.meta
| | | |-- StartScreen.cs
| | | |-- StartScreen.cs.meta
| | | |-- UIScreen.cs
| | | ``-- UIScreen.cs.meta
| | |-- UIButton.cs
| | |-- UIButton.cs.meta
| | |-- UICoinImage.cs
| | |-- UICoinImage.cs.meta
| | |-- UICoinText.cs
| | |-- UICoinText.cs.meta
| | |-- UIHighScoreText.cs
| | |-- UIHighScoreText.cs.meta
| | |-- UIImageRandom.cs
| | |-- UIImageRandom.cs.meta
| | |-- UILastScoreText.cs
| | |-- UILastScoreText.cs.meta
| | |-- UIScoreText.cs
| | |-- UIScoreText.cs.meta
| | |-- UIScreen.meta
| | |-- UIShareButtons.cs
| | |-- UIShareButtons.cs.meta
| | |-- UISoundButton.cs
| | |-- UISoundButton.cs.meta
| | |-- UIText.cs
| | |-- UIText.cs.meta
| | |-- UIWindow.cs
| | ``-- UIWindow.cs.meta
| |-- Utilities
| | |-- CameraController.cs
| | |-- CameraController.cs.meta
| | |-- Extensions.cs
| | |-- Extensions.cs.meta
| | |-- GroundCheck.cs
| | |-- GroundCheck.cs.meta
| | |-- PathDefinition.cs
| | |-- PathDefinition.cs.meta
| | |-- PathFollower.cs
| | |-- PathFollower.cs.meta
| | |-- PathPoint.cs
| | ``-- PathPoint.cs.meta
| |-- AudioControl.meta
| |-- AudioManager.cs
| |-- AudioManager.cs.meta
| |-- Characters.meta
| |-- Collectables.meta
| |-- Enemies.meta
| |-- GameManager.cs
| |-- GameManager.cs.meta
| |-- ObjectPool.meta
| |-- Skeleton.meta
| |-- TerrainGeneration.meta
| |-- UI.meta
| |-- UIManager.cs
| |-- UIManager.cs.meta
| ``-- Utilities.meta
|-- Utils
| |-- Property.cs
| |-- Property.cs.meta
| |-- PropertyEvent.cs
| |-- PropertyEvent.cs.meta
| |-- UtilsUI.cs
| ``-- UtilsUI.cs.meta
|-- CameraControl.cs
|-- CameraControl.cs.meta
|-- RedRunner.meta
``-- Utils.meta
```
7 changes: 7 additions & 0 deletions Assets/Scripts/README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Assets/Sprites/RedRunner/Tiles Atlas.spriteatlas
Binary file not shown.
14 changes: 14 additions & 0 deletions Logs/Packages-Update.log
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,17 @@ The following packages were updated:
The following packages were removed:
com.unity.package-manager-ui@2.0.3
com.unity.textmeshpro@1.3.0

=== Sat Mar 7 09:19:39 2026

Packages were changed.
Update Mode: updateDependencies

The following packages were added:
com.unity.modules.adaptiveperformance@1.0.0
com.unity.modules.vectorgraphics@1.0.0
The following packages were updated:
com.unity.collab-proxy from version 2.9.3 to 2.11.2
com.unity.ide.visualstudio from version 2.0.25 to 2.0.26
com.unity.multiplayer.center from version 1.0.0 to 1.0.1
com.unity.timeline from version 1.8.9 to 1.8.10
10 changes: 6 additions & 4 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ai.navigation": "2.0.9",
"com.unity.collab-proxy": "2.9.3",
"com.unity.collab-proxy": "2.11.2",
"com.unity.ide.rider": "3.0.38",
"com.unity.ide.visualstudio": "2.0.25",
"com.unity.multiplayer.center": "1.0.0",
"com.unity.ide.visualstudio": "2.0.26",
"com.unity.multiplayer.center": "1.0.1",
"com.unity.postprocessing": "3.5.1",
"com.unity.test-framework": "1.6.0",
"com.unity.timeline": "1.8.9",
"com.unity.timeline": "1.8.10",
"com.unity.ugui": "2.0.0",
"com.unity.modules.accessibility": "1.0.0",
"com.unity.modules.adaptiveperformance": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand All @@ -38,6 +39,7 @@
"com.unity.modules.unitywebrequestaudio": "1.0.0",
"com.unity.modules.unitywebrequesttexture": "1.0.0",
"com.unity.modules.unitywebrequestwww": "1.0.0",
"com.unity.modules.vectorgraphics": "1.0.0",
"com.unity.modules.vehicles": "1.0.0",
"com.unity.modules.video": "1.0.0",
"com.unity.modules.vr": "1.0.0",
Expand Down
28 changes: 23 additions & 5 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "2.9.3",
"version": "2.11.2",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand All @@ -47,16 +47,16 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.25",
"version": "2.0.26",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.31"
"com.unity.test-framework": "1.1.33"
},
"url": "https://packages.unity.com"
},
"com.unity.multiplayer.center": {
"version": "1.0.0",
"version": "1.0.1",
"depth": 0,
"source": "builtin",
"dependencies": {
Expand All @@ -83,7 +83,7 @@
}
},
"com.unity.timeline": {
"version": "1.8.9",
"version": "1.8.10",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -109,6 +109,14 @@
"source": "builtin",
"dependencies": {}
},
"com.unity.modules.adaptiveperformance": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.modules.subsystems": "1.0.0"
}
},
"com.unity.modules.ai": {
"version": "1.0.0",
"depth": 0,
Expand Down Expand Up @@ -316,6 +324,16 @@
"com.unity.modules.imageconversion": "1.0.0"
}
},
"com.unity.modules.vectorgraphics": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.imgui": "1.0.0"
}
},
"com.unity.modules.vehicles": {
"version": "1.0.0",
"depth": 0,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &1
MonoBehaviour:
m_ObjectHideFlags: 53
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 15023, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier: UnityEditor.MultiplayerModule.dll::UnityEditor.Multiplayer.Internal.MultiplayerRolesSettings
m_MultiplayerRoleForClassicProfile:
m_Keys: []
m_Values:
Binary file modified ProjectSettings/ProjectSettings.asset
Binary file not shown.
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 6000.2.6f2
m_EditorVersionWithRevision: 6000.2.6f2 (4a4dcaec6541)
m_EditorVersion: 6000.3.6f1
m_EditorVersionWithRevision: 6000.3.6f1 (bbb010bdb8a3)
Loading