Skip to content

Commit

Permalink
Merge pull request highfidelity#6 from KellanHiggins/master
Browse files Browse the repository at this point in the history
Fixed copy and paste into URL window
  • Loading branch information
MiladNazeri authored May 7, 2018
2 parents 361c729 + 482e69b commit 32593c5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/UnityToHiFiExporter/Editor/URLPopupWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void OnGUI()
GUILayout.Space(10);

GUI.SetNextControlName("URLField");
URLFolder = GUILayout.TextArea(URLFolder);
URLFolder = EditorGUILayout.TextArea(URLFolder);

if(setFocus == true)
{
Expand Down
Binary file removed UnityToHiFiExporter1_0.unitypackage
Binary file not shown.
Binary file added UnityToHiFiExporter1_0_1.unitypackage
Binary file not shown.

0 comments on commit 32593c5

Please sign in to comment.