Skip to content

Commit

Permalink
Update Unity, fixed calibration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Nov 18, 2022
1 parent 4cf8a2f commit 29f3582
Show file tree
Hide file tree
Showing 26 changed files with 688 additions and 395 deletions.
15 changes: 14 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,17 @@ dotnet_diagnostic.IDE0060.severity = silent
# IDE0017: Use object initializers
dotnet_diagnostic.IDE0017.severity = none
# IDE0001: Name can be simplified
dotnet_diagnostic.IDE0001.severity = suggestion
dotnet_diagnostic.IDE0001.severity = suggestion
# IDE0031: Null check can be simplified (Unity is stupid)
dotnet_diagnostic.IDE0031.severity = silent

# Formatting
indent_style = tab
csharp_new_line_before_open_brace = none
csharp_new_line_before_else = false
csharp_new_line_before_catch = false
csharp_new_line_before_finally = false
csharp_new_line_before_members_in_object_initializers = false
csharp_new_line_before_members_in_anonymous_types = false
csharp_new_line_between_query_expression_clauses = false
csharp_space_after_cast = true
3 changes: 2 additions & 1 deletion Assets/Materials/Fret_Back.mat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 6
version: 7
--- !u!21 &2100000
Material:
serializedVersion: 8
Expand Down Expand Up @@ -96,6 +96,7 @@ Material:
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
Expand Down
3 changes: 2 additions & 1 deletion Assets/Materials/Fret_Front.mat
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Material:
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BlendOp: 0
Expand Down Expand Up @@ -135,4 +136,4 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 6
version: 7
3 changes: 2 additions & 1 deletion Assets/Materials/Fret_FrontLit.mat
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Material:
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BlendOp: 0
Expand Down Expand Up @@ -135,4 +136,4 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 6
version: 7
3 changes: 2 additions & 1 deletion Assets/Materials/Note_Edge.mat
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Material:
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
Expand Down Expand Up @@ -129,4 +130,4 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 6
version: 7
3 changes: 2 additions & 1 deletion Assets/Materials/Note_Glow.mat
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 6
version: 7
--- !u!21 &2100000
Material:
serializedVersion: 8
Expand Down Expand Up @@ -96,6 +96,7 @@ Material:
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
Expand Down
3 changes: 2 additions & 1 deletion Assets/Materials/Note_Middle.mat
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Material:
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
Expand Down Expand Up @@ -129,4 +130,4 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 6
version: 7
3 changes: 2 additions & 1 deletion Assets/Materials/TrackNormal.mat
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Material:
m_Ints: []
m_Floats:
- _AlphaClip: 0
- _AlphaToMask: 0
- _Blend: 0
- _BlendModePreserveSpecular: 1
- _BumpScale: 1
Expand Down Expand Up @@ -129,4 +130,4 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: d0353a89b1f911e48b9e16bdc9f2e058, type: 3}
m_Name:
m_EditorClassIdentifier:
version: 6
version: 7
Loading

0 comments on commit 29f3582

Please sign in to comment.