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
- Host: GitHub
- URL: https://github.com/cworld1/unity-learning
- Owner: cworld1
- License: gpl-3.0
- Created: 2024-04-21T15:20:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T17:35:58.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T13:14:20.726Z (over 1 year ago)
- Topics: csharp, learning, unity
- Language: ShaderLab
- Homepage:
- Size: 1.13 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Learning
[](https://github.com/cworld1/unity-learning/commits)
[](https://github.com/cworld1/unity-learning/stargazers)
[](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.