An open API service indexing awesome lists of open source software.

https://github.com/matheusb432/unity-course

'Unity Bootcamp: 3D Game Development' course code and notes
https://github.com/matheusb432/unity-course

csharp unity3d

Last synced: 3 months ago
JSON representation

'Unity Bootcamp: 3D Game Development' course code and notes

Awesome Lists containing this project

README

          

# unity-course

'Unity Bootcamp: 3D Game Development' course code and notes

## Setup

Install these tools:

- [Unity Editor v2022.3.4f1](https://unity3d.com/get-unity/download)
- [Visual Studio Code](https://code.visualstudio.com/download) or [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/)

### External Assets

Add these to your Unity Account and add them in the unity editor to the project:

- [Ink Integration for Unity v1.1.8](https://assetstore.unity.com/packages/tools/integration/ink-integration-for-unity-60055)
- [Customizable skybox v1.0](https://assetstore.unity.com/packages/2d/textures-materials/sky/customizable-skybox-174576)

## Notes in Code

- To visualize notes right next to their example implementations that are scattered throughout this repository, I'd recommend using the VS Code extension `Todo Tree`, and then just filter for any comment with a `NOTE` prefix to it.

- e.g. `// NOTE This contains a note`

- You can also just search for `NOTE` (case sensitive and with one whitespace afterwards) in the IDE of your choice and it should show every note in the project.