https://github.com/devexcale/unity-reference
Personal notes related to Unity development
https://github.com/devexcale/unity-reference
jetbrains-rider markdown obsidian unity unity3d
Last synced: 3 months ago
JSON representation
Personal notes related to Unity development
- Host: GitHub
- URL: https://github.com/devexcale/unity-reference
- Owner: devExcale
- Created: 2023-02-22T23:52:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T22:45:46.000Z (about 2 years ago)
- Last Synced: 2025-01-09T08:27:55.010Z (4 months ago)
- Topics: jetbrains-rider, markdown, obsidian, unity, unity3d
- Language: JavaScript
- Homepage:
- Size: 2.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity Reference
This is an [obsidian vault](https://obsidian.md/) containing my notes about [Unity](https://unity.com). This is NOT a guide, it's only a repository of notes where I keep my ideas, findings and understandings of unity development.
If you happen to find anything wrong in the notes and would like to contribute, make a pull request and I'll make sure to review it!
The whole repository is viewable through *GitHub*, but for the best experience (e.g. *plugins*) Obsidian is recommended.
> [!info] Unity Version
> 2019.4.40f1## Table of Contents
- [General Notes](/General%20Notes.md)
- [My References](/My%20References.md)
- [Workbench](/Workbench.md)### Assets
- [Assets](/Assets/Assets.md)
- [Materials](/Assets/Materials.md)
- [Prefabs](/Assets/Prefabs.md)
- [Sprites](/Assets/Sprites.md)### Coding
- [Coroutines](/Coding/Coroutines.md)
- [Input](/Coding/Input.md)
- [Movement](/Coding/Movement.md)
- [Scripts](/Coding/Scripts.md)#### Classes
### Components
- [Collider](/Components/Collider.md)
- [Components](/Components/Components.md)
- [Rigidbody](/Components/Rigidbody.md)
- [Transform](/Components/Transform.md)### Designing
- [Project Design](/Designing/Project%20Design.md)
### Miscellaneous
- [Nullity Checks](/Miscellaneous/Nullity%20Checks.md)
- [Operators Override](/Miscellaneous/Operators%20Override.md)### Patterns
- [Singleton](/Patterns/Singleton.md)
- [State Pattern](/Patterns/State%20Pattern.md)### TODO
- [Animations](/TK/Animations.md)
- [Game Object](/TK/Game%20Object.md)
- [Scene](/TK/Scene.md)