Skip to content

Commit 9104f7e

Browse files
committed
Update README.md
1 parent 29b42e3 commit 9104f7e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
My very first Unity test project that includes simple assets and a script
1+
My first simple Unity projects (Complete C# Unity Game Developer 3D Online Course)
22

33
# To run locally
44

55
## Windows
6-
* Install VS Code
6+
* Install VS Code or Visual Studio Community (Recommended)
7+
** Tick Unity tools during installation, and Unity Hub if you haven't got that already
78
* Install .NET 6 and .NET Core 3.1 [https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#cadence]
8-
* Install .NET Framework v4.7.1 specifically! [https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net471-developer-pack-offline-installer]
9-
* Install C# (OmniSharp) VS Code extension
10-
* Install Unity Code snippets VS Code extension
9+
* Additional steps for VS Code:
10+
** Install .NET Framework v4.7.1 [https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net471-developer-pack-offline-installer]
11+
** Install C# (OmniSharp) extension
12+
** Install Unity Code snippets extension

0 commit comments

Comments
 (0)