Skip to content

Commit 85752c4

Browse files
committed
2.0.0
2020.3 don't like string delimeters
1 parent 2a2f869 commit 85752c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Editor/ShaderPackageManager/UpdateManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public static void SetDeterminationStatusFlag(ActivityStatus flag, bool value)
159159
public static void SetInitialInstallCompleted()
160160
{
161161
string shaderKey = "RL_Inital_Shader_Installation";
162-
string delimiter = "|";
162+
char delimiter = '|';
163163
string projectRef = PlayerSettings.productGUID.ToString();
164164

165165
if (EditorPrefs.HasKey(shaderKey))

0 commit comments

Comments
 (0)