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
- Host: GitHub
- URL: https://github.com/matheusb432/unity-course
- Owner: matheusb432
- License: mit
- Created: 2023-07-16T13:30:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-07T16:34:46.000Z (almost 3 years ago)
- Last Synced: 2025-06-23T16:11:18.813Z (about 1 year ago)
- Topics: csharp, unity3d
- Language: C#
- Homepage:
- Size: 19.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.