diff --git a/.gitignore b/.gitignore index 5b630404..6e6554be 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,11 @@ [Tt]emp/ [Oo]bj/ [Bb]uild/ +/[Bb]uilds/ +/Assets/AssetStoreTools* # Autogenerated VS/MD solution and project files +ExportedObj/ *.csproj *.unityproj *.sln @@ -13,6 +16,8 @@ *.userprefs *.pidb *.booproj +*.svd + # Unity3D generated meta files *.pidb.meta @@ -20,7 +25,9 @@ # Unity3D Generated File On Crash Reports sysinfo.txt +# Mac *.DS_Store -# Visual Studio -UnityProject/Assets/UnityVS* +# Builds +*.apk +*.unitypackage \ No newline at end of file diff --git a/Assets/UIEffect/Readme.txt b/Assets/UIEffect/Readme.txt index 0c5769f8..9ee9af38 100644 --- a/Assets/UIEffect/Readme.txt +++ b/Assets/UIEffect/Readme.txt @@ -28,6 +28,8 @@ Composite Effect for uGUI. [WebGL Demo](https://mob-sakai.github.io/UIEffect/demo/) +[WebGL Performance Test](https://mob-sakai.github.io/UIEffect/performance_test/) + ## Release Notes diff --git a/README.md b/README.md index 0c5769f8..9ee9af38 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Composite Effect for uGUI. [WebGL Demo](https://mob-sakai.github.io/UIEffect/demo/) +[WebGL Performance Test](https://mob-sakai.github.io/UIEffect/performance_test/) + ## Release Notes