Compare commits

..

5 Commits

Author SHA1 Message Date
haik0925 52548f835e working on movement & projectile shooting mechancis 2026-06-20 14:44:38 -07:00
haik0925 a93a3835ab added ai assistant plugin 2026-06-20 09:11:10 -07:00
haik0925 25c178ef5f change..? 2026-06-19 17:00:44 -07:00
haik0925 f7571b54ed added prebuilt binaries 2026-06-19 16:57:07 -07:00
haik0925 fe3045b98f update gitattirbutes and gitignore 2026-06-19 16:53:13 -07:00
12 changed files with 41 additions and 9 deletions
+2 -1
View File
@@ -16,6 +16,7 @@
*.exe lfs *.exe lfs
*.dll lfs *.dll lfs
*.rcc lfs *.rcc lfs
*.modules lfs
# FMOD # FMOD
*.bank lfs *.bank lfs
*.wav lfs *.wav lfs
@@ -27,4 +28,4 @@
*.ico lfs *.ico lfs
*.icns lfs *.icns lfs
# Movies # Movies
*.bk2 lfs *.bk2 lfs
+11 -2
View File
@@ -160,8 +160,17 @@ Temporary Items
*.VC.opendb *.VC.opendb
# Binary Files # Binary Files
/Binaries /Binaries/*
/Plugins/**/Binaries !/Binaries/Win64/
/Binaries/Win64/*
!/Binaries/Win64/UnrealEditor-*.dll
!/Binaries/Win64/UnrealEditor.modules
/Plugins/**/Binaries/*
!/Plugins/Developer/UEGitPlugin/Binaries/Win64/
/Plugins/Developer/UEGitPlugin/Binaries/Win64/*
!/Plugins/Developer/UEGitPlugin/Binaries/Win64/UnrealEditor-*.dll
!/Plugins/Developer/UEGitPlugin/Binaries/Win64/UnrealEditor.modules
# Configuration files generated by the Editor # Configuration files generated by the Editor
/Saved /Saved
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+4
View File
@@ -24,6 +24,10 @@
{ {
"Name": "GameplayStateTree", "Name": "GameplayStateTree",
"Enabled": true "Enabled": true
},
{
"Name": "AIAssistant",
"Enabled": true
} }
] ]
} }