add empty project with character controller

Added empty project with camera controller and basic player controller
This commit is contained in:
DerTyp187
2021-09-21 17:42:31 +02:00
parent 03d4d69d93
commit 61294cb761
38 changed files with 3401 additions and 0 deletions

6
.vsconfig Normal file
View File

@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}