From 0106e09895c340716ee03f2d0eb473d90daf4f40 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 16 Nov 2017 23:00:45 -0800 Subject: Deleted unused file --- unityplugin/GhostCubeScene/build/Win32/!README!.txt | 7 ------- unityplugin/GhostCubeScene/build/Win32/android_build.txt | 16 ---------------- 2 files changed, 23 deletions(-) delete mode 100644 unityplugin/GhostCubeScene/build/Win32/!README!.txt delete mode 100644 unityplugin/GhostCubeScene/build/Win32/android_build.txt (limited to 'unityplugin') diff --git a/unityplugin/GhostCubeScene/build/Win32/!README!.txt b/unityplugin/GhostCubeScene/build/Win32/!README!.txt deleted file mode 100644 index 4326d21..0000000 --- a/unityplugin/GhostCubeScene/build/Win32/!README!.txt +++ /dev/null @@ -1,7 +0,0 @@ -To build the demo for Win32 platform, open ..\..\build\Win32\UnityPlugin.sln solution - -To run the demo, execute one of the run_*.bat files (do not execute run.bat!) - -To run the sample from the Visual Studio, set the following debugging properties: -WorkingDirectory : $(AssetsPath) -Command Arguments : mode={D3D11|D3D12|GL} (do not use spaces!) \ No newline at end of file diff --git a/unityplugin/GhostCubeScene/build/Win32/android_build.txt b/unityplugin/GhostCubeScene/build/Win32/android_build.txt deleted file mode 100644 index 226503c..0000000 --- a/unityplugin/GhostCubeScene/build/Win32/android_build.txt +++ /dev/null @@ -1,16 +0,0 @@ -To build: - -1. cd to AntTweakBar\build\Win32 folder - -2. First time only, initialize the project (do not miss the dot at the end of the command): - android update project -p . - -3. ndk-build - -4. Build the APK - ant debug - -5. Install the APK - adb install -r ./bin/EngineSampleNativeActivity-debug.apk - -6. Run the app on the device \ No newline at end of file -- cgit v1.2.3