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

https://github.com/cworld1/unity-learning

Some notes and code about CWorld learning Unity
https://github.com/cworld1/unity-learning

csharp learning unity

Last synced: about 1 month ago
JSON representation

Some notes and code about CWorld learning Unity

Awesome Lists containing this project

README

          

# Unity Learning

[![GitHub commit activity](https://img.shields.io/github/commit-activity/t/cworld1/unity-learning?label=commits&style=flat-square)](https://github.com/cworld1/unity-learning/commits)
[![GitHub stars](https://img.shields.io/github/stars/cworld1/unity-learning?style=flat-square)](https://github.com/cworld1/unity-learning/stargazers)
[![GitHub license](https://img.shields.io/github/license/cworld1/unity-learning?style=flat-square)](https://github.com/cworld1/unity-learning/blob/main/LICENSE)

Some notes and code about CWorld learning Unity.

## Project structure

The file/folder name which contains "D" means "Day", and corresponding to each segment of the appendix tutorial video.

## Local development

Environment requirements:

- [Unity](https://unity.com/): 2023+

Clone the repository:

```shell
git clone https://github.com/cworld1/unity-learning.git
```

Open with Unity Hub:

- Go to `Projects`
- Click `Add`
- Choose the peoject folder
- Click `Play` (or use `Ctrl + P`)

## Contributions

To spend more time coding and less time fiddling with whitespace, this project uses code conventions and styles to encourage consistency. Code with a consistent style is easier (and less error-prone!) to review, maintain, and understand.

## Thanks

- [Unity for Beginners!](https://www.youtube.com/playlist?list=PL0eyrZgxdwhwQZ9zPUC7TnJ-S0KxqGlrN)

## License

This project is licensed under the GPL 3.0 License.