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

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

Side project where I will learn the basics of coding in C# while also learning Unity.
https://github.com/ansardg/unity-learning

2d-platformer-game csharp unity unity-editor video-game

Last synced: 5 months ago
JSON representation

Side project where I will learn the basics of coding in C# while also learning Unity.

Awesome Lists containing this project

README

          

# Versions

![Unity](https://img.shields.io/badge/UNITY-2022.1.12-lightgrey)
![Rider](https://img.shields.io/badge/RIDER-2023.1.2-orange)

# Unity-learning

Theses exercises are a series of Unity related tasks intended to help learn programming in C# from the beginning while also learning to use Unity for game development,
this is a side project kindly related to the grade I'm finishing (Web Application Development) so there won't be any specific goal, just learning a new language interactively.

Expect messy stuff since I'm not uploading in a concrete order, neither I'm filtering between programs well done and written, and silly programs (might do in the future).

## How To Use These Scripts

1. Fork and clone this repository. To learn how to fork a repository, see the GitHub documentation on how to [fork a repo](https://docs.github.com/en/get-started/quickstart/fork-a-repo).
* Copies of repositories on your machine are called clones. If you need help cloning to your local environment you can learn how from the GitHub documentation on [cloning a repository](https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository).
2. Go to any project directory and open the project file in your Unity-related IDE, like Rider from JetBrains. You can either open the file directly on a text editor like Notepad++ also.
3. In order to use these scripts you should copy them into your Unity project "Assets" and then using the right objects involved in the code.
4. Do not submit your own solutions to this repo, as any PRs that do so will be closed without merging.