https://github.com/uppnrise/tutor_unity_csharp
Unity C# tutorial codes for beginners.
https://github.com/uppnrise/tutor_unity_csharp
csharp tutorial tutorial-exercises unity unity2d unity3d
Last synced: about 2 months ago
JSON representation
Unity C# tutorial codes for beginners.
- Host: GitHub
- URL: https://github.com/uppnrise/tutor_unity_csharp
- Owner: uppnrise
- License: mit
- Created: 2019-07-06T08:42:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T11:03:26.000Z (almost 7 years ago)
- Last Synced: 2025-04-14T08:39:44.031Z (about 1 year ago)
- Topics: csharp, tutorial, tutorial-exercises, unity, unity2d, unity3d
- Language: C#
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tutor_Unity_CSharp
Unity C# tutorial implementations based on each subjects for absolute beginners. It has created with Unity 2019.1.0f2 version. So you can easily import it higher than that version.
### Subjects in This Repo
* First C# Program
* Variables & Data Types in C#
* Start & Update Methods
* Awake & Start Methods
* C# Method Definition & Implementation
* Destroying Objects
* Conditional Statements
* Arrays
* While, For and Foreach Loops
* Transform Component in Unity C#
* tranform.Position & transform.Translate Methods
* Time.deltaTime variable
* Rotating GameObjects
* Scaling GameObjects and Changing Their Size
* Tags in Unity C#
* Checking Collision with OnCollisionEnter2D
* Triggers & OnTriggerEnter2D
* Vectors in Unity C#
* Public and Private in C#
* Serialize Field in Unity C#
* HideInInspector in Unity C#
* Finding GameObjects via Tag
* Finding Multiple GameObjects via Tags
* Prefabs and Instantiate in UNity C#
* InvokeRepeating, Repeatedly Method Calling
* Inputs with Input.GetKeyDown
* Inputs with Input.GetButtonDown
* Coroutines in Unity C#
* Mouse Input and Mouse Position
* Input with Input.GetAxis
* GetComponent Method in Unity C#
* GetComponentInChildren Method in Unity C#
* Loading Scenes in Unity
If you want enhance this repository feel free to fork and create a pull request.