Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"visualstudiotoolsforunity.vstuc"
]
}
10 changes: 10 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}
60 changes: 60 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.vs": true,
"**/.gitmodules": true,
"**/.vsconfig": true,
"**/*.booproj": true,
"**/*.pidb": true,
"**/*.suo": true,
"**/*.user": true,
"**/*.userprefs": true,
"**/*.unityproj": true,
"**/*.dll": true,
"**/*.exe": true,
"**/*.pdf": true,
"**/*.mid": true,
"**/*.midi": true,
"**/*.wav": true,
"**/*.gif": true,
"**/*.ico": true,
"**/*.jpg": true,
"**/*.jpeg": true,
"**/*.png": true,
"**/*.psd": true,
"**/*.tga": true,
"**/*.tif": true,
"**/*.tiff": true,
"**/*.3ds": true,
"**/*.3DS": true,
"**/*.fbx": true,
"**/*.FBX": true,
"**/*.lxo": true,
"**/*.LXO": true,
"**/*.ma": true,
"**/*.MA": true,
"**/*.obj": true,
"**/*.OBJ": true,
"**/*.asset": true,
"**/*.cubemap": true,
"**/*.flare": true,
"**/*.mat": true,
"**/*.meta": true,
"**/*.prefab": true,
"**/*.unity": true,
"build/": true,
"Build/": true,
"Library/": true,
"library/": true,
"obj/": true,
"Obj/": true,
"Logs/": true,
"logs/": true,
"ProjectSettings/": true,
"UserSettings/": true,
"temp/": true,
"Temp/": true
},
"dotnet.defaultSolution": "XYZProjectOne.sln"
}
4 changes: 3 additions & 1 deletion Assets/Scripts/Controller/BotController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
using Model.Config;
using UnityEngine;
using Utilities;
//hello
//hello bro
//How are you?
//i'm fine
//thank you bitch
//why so rude dawg
namespace Controller
{
public class BotController
Expand Down
3 changes: 3 additions & 0 deletions Assets/Scripts/EnterPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
using UnityEngine;
using Utilities;


//yopta nahui let's go

public class EnterPoint : MonoBehaviour
{
[SerializeField] private Settings _settings;
Expand Down
1,562 changes: 771 additions & 791 deletions Root.csproj

Large diffs are not rendered by default.

1,451 changes: 716 additions & 735 deletions Tests.csproj

Large diffs are not rendered by default.

38 changes: 38 additions & 0 deletions XYZProjectOne.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{9A1CAF91-9835-88D0-3C18-BA15831096C3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{AE6A1016-C1BA-D0D3-DD8C-374DA220DC9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Root", "Root.csproj", "{90F6798C-9EA0-251D-C2CE-299D56E5555D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests.csproj", "{668D891B-0071-3256-CA19-5AEF4CAE8F13}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9A1CAF91-9835-88D0-3C18-BA15831096C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A1CAF91-9835-88D0-3C18-BA15831096C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A1CAF91-9835-88D0-3C18-BA15831096C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A1CAF91-9835-88D0-3C18-BA15831096C3}.Release|Any CPU.Build.0 = Release|Any CPU
{AE6A1016-C1BA-D0D3-DD8C-374DA220DC9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE6A1016-C1BA-D0D3-DD8C-374DA220DC9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE6A1016-C1BA-D0D3-DD8C-374DA220DC9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE6A1016-C1BA-D0D3-DD8C-374DA220DC9F}.Release|Any CPU.Build.0 = Release|Any CPU
{90F6798C-9EA0-251D-C2CE-299D56E5555D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{90F6798C-9EA0-251D-C2CE-299D56E5555D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{90F6798C-9EA0-251D-C2CE-299D56E5555D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{90F6798C-9EA0-251D-C2CE-299D56E5555D}.Release|Any CPU.Build.0 = Release|Any CPU
{668D891B-0071-3256-CA19-5AEF4CAE8F13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{668D891B-0071-3256-CA19-5AEF4CAE8F13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{668D891B-0071-3256-CA19-5AEF4CAE8F13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{668D891B-0071-3256-CA19-5AEF4CAE8F13}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal