Skip to content

Commit 6a86fd4

Browse files
committed
- Fix LeaderBoard and DashBoard Rnaking Flash problem.
- Improve the Accuracy of the LeaderBoard's Ranking. - Change Events' default duration to 10 Seconds.
1 parent 3de864c commit 6a86fd4

119 files changed

Lines changed: 1226 additions & 715 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Assets/CartoonTracksPack1/Track1/Textures/road_normal.png
33
Assets/CartoonTracksPack1/Track1/Textures/road.psd
44

5+
# Zips
6+
*.zip
7+
*.7z
8+
59
# This .gitignore file should be placed at the root of your Unity project directory
610
#
711
# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore
@@ -10,7 +14,7 @@ Assets/CartoonTracksPack1/Track1/Textures/road.psd
1014
[Tt]emp/
1115
[Oo]bj/
1216
[Bb]uild/
13-
[Bb]uilds/
17+
[Bb]uilds/PAST
1418
[Ll]ogs/
1519
[Uu]ser[Ss]ettings/
1620

Assets/Cars/Materials/Windows.mat

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Material:
1111
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
1212
m_Parent: {fileID: 0}
1313
m_ModifiedSerializedProperties: 0
14-
m_ValidKeywords: []
14+
m_ValidKeywords:
15+
- _EMISSION
1516
m_InvalidKeywords: []
16-
m_LightmapFlags: 5
17+
m_LightmapFlags: 1
1718
m_EnableInstancingVariants: 0
1819
m_DoubleSidedGI: 0
1920
m_CustomRenderQueue: -1
@@ -65,11 +66,15 @@ Material:
6566
- _Cutoff: 0.5
6667
- _DetailNormalMapScale: 1
6768
- _DstBlend: 0
69+
- _GlossMapScale: 1
6870
- _Glossiness: 1
71+
- _GlossyReflections: 1
6972
- _Metallic: 0
7073
- _Mode: 0
7174
- _OcclusionStrength: 1
7275
- _Parallax: 0.02
76+
- _SmoothnessTextureChannel: 0
77+
- _SpecularHighlights: 1
7378
- _SrcBlend: 1
7479
- _UVSec: 0
7580
- _ZWrite: 1
File renamed without changes.
File renamed without changes.

Assets/Unity Technologies/CarsAssetPack/Animation/Rotation.anim renamed to Assets/CarsAssetPack/Animation/Rotation.anim

File renamed without changes.

Assets/Unity Technologies/CarsAssetPack/Animation/Rotation.anim.meta renamed to Assets/CarsAssetPack/Animation/Rotation.anim.meta

File renamed without changes.

Assets/Unity Technologies/CarsAssetPack/Animation/Rotation.controller renamed to Assets/CarsAssetPack/Animation/Rotation.controller

File renamed without changes.

Assets/Unity Technologies/CarsAssetPack/Animation/Rotation.controller.meta renamed to Assets/CarsAssetPack/Animation/Rotation.controller.meta

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)