Skip to content

Commit

Permalink
Upgraded to Unity 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Gutiérrez Palma committed Mar 7, 2015
1 parent 19a240f commit 89af9ef
Show file tree
Hide file tree
Showing 208 changed files with 9,344 additions and 8,002 deletions.
2 changes: 1 addition & 1 deletion src/Assets/AI4Unity/Editor/AI4UnityEditorWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ public virtual void OnGUI(){
}else{
EditorGUILayout.BeginHorizontal ();
EditorGUILayout.LabelField ("Build Path:");
this.BuildPath = EditorGUILayout.TextField (this.BuildPath != null ? this.BuildPath : string.Empty);
this.BuildPath = EditorGUILayout.TextField (this.BuildPath ?? string.Empty);

if (GUILayout.Button ("+")) {
this.BuildPath = EditorUtility.SaveFolderPanel(
Expand Down
4 changes: 4 additions & 0 deletions src/Assets/UnityTestTools.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/Assets/UnityTestTools/Assertions.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 89af9ef

Please sign in to comment.