-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extract core keybound interaction logic to shared parent
- Loading branch information
1 parent
5894de3
commit b998e9b
Showing
24 changed files
with
645 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
[Ll]ibrary/ | ||
|
||
[Tt]emp/ | ||
|
||
[Oo]bj/ | ||
|
||
[Bb]uild/ | ||
|
||
[Bb]uilds/ | ||
|
||
Assets/AssetStoreTools* | ||
|
||
|
||
|
||
# Visual Studio cache directory | ||
|
||
.vs/ | ||
|
||
|
||
|
||
# Autogenerated VS/MD/Consulo solution and project files | ||
|
||
ExportedObj/ | ||
|
||
.consulo/ | ||
|
||
*.csproj | ||
|
||
*.unityproj | ||
|
||
*.sln | ||
|
||
*.suo | ||
|
||
*.tmp | ||
|
||
*.user | ||
|
||
*.userprefs | ||
|
||
*.pidb | ||
|
||
*.booproj | ||
|
||
*.svd | ||
|
||
*.pdb | ||
|
||
*.opendb | ||
|
||
|
||
|
||
# Unity3D generated meta files | ||
|
||
*.pidb.meta | ||
|
||
*.pdb.meta | ||
|
||
|
||
|
||
# Unity3D Generated File On Crash Reports | ||
|
||
sysinfo.txt | ||
|
||
# Builds | ||
|
||
*.apk | ||
|
||
*.unitypackage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.