Skip to content

Commit

Permalink
Restructure project, remove AI as that's it's own repo now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ormesam committed Mar 7, 2022
1 parent 9570b93 commit aae3a75
Show file tree
Hide file tree
Showing 354 changed files with 21 additions and 2,535 deletions.
20 changes: 10 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Mm]emoryCaptures/
/src/[Ll]ibrary/
/src/[Tt]emp/
/src/[Oo]bj/
/src/[Bb]uild/
/src/[Bb]uilds/
/src/[Ll]ogs/
/src/[Mm]emoryCaptures/
/src/[Uu]ser[Ss]ettings/

# Asset meta data should only be ignored when the corresponding asset is also ignored
!/[Aa]ssets/**/*.meta
!/src/[Aa]ssets/**/*.meta

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*

# Autogenerated Jetbrains Rider plugin
[Aa]ssets/Plugins/Editor/JetBrains*
/src/[Aa]ssets/Plugins/Editor/JetBrains*

# Visual Studio cache directory
.vs/
Expand Down Expand Up @@ -58,4 +59,3 @@ sysinfo.txt
# Crashlytics generated file
crashlytics-build.properties

/*.vsconfig
8 changes: 0 additions & 8 deletions Assets/Splatter/Scripts/Editor/AI.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Assets/Splatter/Scripts/Editor/AI/BehaviourTree.meta

This file was deleted.

136 changes: 0 additions & 136 deletions Assets/Splatter/Scripts/Editor/AI/BehaviourTree/BehaviourTreeGraph.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

100 changes: 0 additions & 100 deletions Assets/Splatter/Scripts/Editor/AI/BehaviourTree/NodeView.cs

This file was deleted.

Loading

0 comments on commit aae3a75

Please sign in to comment.