Skip to content

Commit c13e2ed

Browse files
authored
disposing of web client (#854)
1 parent 528f8df commit c13e2ed

File tree

1 file changed

+1
-0
lines changed
  • targets/unity-v2/source/ExampleTestProject/Assets/PlayFabEditorExtensions/Editor/Scripts/Utils

1 file changed

+1
-0
lines changed

targets/unity-v2/source/ExampleTestProject/Assets/PlayFabEditorExtensions/Editor/Scripts/Utils/EditorCoroutine.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ void Start()
7474
private void Stop()
7575
{
7676
EditorApplication.update -= Update;
77+
_www.Dispose();
7778
}
7879

7980
private float _timeCounter = 0;

0 commit comments

Comments
 (0)