Skip to content

Commit

Permalink
fix information saving issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWang05 committed Nov 12, 2021
1 parent 2e44a66 commit ef85a54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 1 addition & 8 deletions Assets/Scripts/AppManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@ void Start()
{
AddCoursePanel.SetActive(false);
}

// initialize player preferences and course name text GameObjects
for (int i = 1; i <= 8; i++)
{
PlayerPrefs.SetString("courseName" + i, "");
PlayerPrefs.SetString("courseLink" + i, "");
PlayerPrefs.SetString("meetingLink" + i, "");
}


updateCourseNames();

Expand Down
3 changes: 3 additions & 0 deletions Logs/shadercompiler-UnityShaderCompiler.exe0.log
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Base path: 'D:/Program Files/Unity Installs/2020.3.14f1/Editor/Data', plugins path 'D:/Program Files/Unity Installs/2020.3.14f1/Editor/Data/PlaybackEngines'
Cmd: initializeCompiler

Cmd: shutdown

Quitting shader compiler process

0 comments on commit ef85a54

Please sign in to comment.