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

https://github.com/mike014/documented_study_of_unity

A documented study of Unity Editor and Game Development basics. Includes notes, summaries, and examples about Unity windows, workflow, and engine fundamentals.
https://github.com/mike014/documented_study_of_unity

Last synced: 4 months ago
JSON representation

A documented study of Unity Editor and Game Development basics. Includes notes, summaries, and examples about Unity windows, workflow, and engine fundamentals.

Awesome Lists containing this project

README

          

# Documented Study of Unity

This repository is a personal documentation project about **Unity**.
It contains summaries, notes, and structured explanations of the Unity Editor and its main tools,
collected during my study process.

---

## Contents

- **Unity Editor Overview**
- Layouts and default windows
- Hierarchy, Scene, Game, Inspector
- Project and Console
- **Notes & Summaries**
- Step-by-step guides
- Conceptual maps and visual aids
- **Images & References**
- Screenshots of the Unity Editor
- Diagrams for better memorization

---

## 🎯 Purpose

The goal of this repository is to:
- Organize my learning path of Unity.
- Provide clear summaries of Unity documentation and courses.
- Create a reference I can come back to while working on projects.

---

## 🔗 Resources

- [Unity Documentation](https://docs.unity3d.com/Manual/index.html)
- [Zenva Academy – Intro to Game Development](https://academy.zenva.com)

---

## 📌 Notes

This is **not an official tutorial** but a study repository.
All rights of referenced material belong to their respective owners.