Skip to content

Commit

Permalink
Test scenes are bug fixes.
Browse files Browse the repository at this point in the history
[A] Test scenes for UI and Interaction. Not to be included in releases.
[F] UI doesn't find player even if Auto Find Player is enabled.
[F] Null check doesn't work properly in UI when .NET 4.6 is selected.
  • Loading branch information
Hertzole committed Aug 19, 2018
1 parent 6dae3ca commit 9b49279
Show file tree
Hide file tree
Showing 49 changed files with 8,859 additions and 27 deletions.
4 changes: 3 additions & 1 deletion Assets/Editor/ExportTool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ private static void Export()
continue;
if (allPaths[i].ToLower().Contains("probuilder"))
continue;
if (allPaths[i].ToLower().Contains("Gold Player Tests"))
if (allPaths[i].ToLower().Contains("gold player tests"))
continue;
if (allPaths[i].ToLower().Contains("textmesh pro"))
continue;

validPaths.Add(allPaths[i]);
Expand Down
8 changes: 8 additions & 0 deletions Assets/Hertzole/Gold Player/Example/Gold Player Tests.meta

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

Loading

0 comments on commit 9b49279

Please sign in to comment.