Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedPrograms authored Oct 3, 2024
1 parent 428194d commit f63a451
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions arToolkit-Unity-Project.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@echo off
echo Cloning the ARToolkit-Unity-Template repository...

rem Clone the repository
git clone https://github.com/CursedPrograms/ARToolkit-Unity-Template.git temp_repo

echo Moving contents of Unity directory to current folder...
rem Move the contents of the Unity directory to the current folder
xcopy "temp_repo/src/Unity\*" "." /E /I /Y

echo Cleaning up temporary files...
rem Remove the cloned repository
rmdir /S /Q temp_repo

echo Download complete. The contents of the Unity directory are now in the current folder.
pause

0 comments on commit f63a451

Please sign in to comment.