https://github.com/0xisk/exploring-unity
A repository focused on learning and practicing Unity game engine.
https://github.com/0xisk/exploring-unity
exploring learning-by-doing learning-exercise unity unity-asset unity-editor unity-scripts unity-tutorial unity2d unity3d unity3d-games unity3d-plugin
Last synced: about 2 months ago
JSON representation
A repository focused on learning and practicing Unity game engine.
- Host: GitHub
- URL: https://github.com/0xisk/exploring-unity
- Owner: 0xisk
- Created: 2020-06-27T19:48:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T13:03:04.000Z (almost 5 years ago)
- Last Synced: 2025-02-09T03:14:58.722Z (3 months ago)
- Topics: exploring, learning-by-doing, learning-exercise, unity, unity-asset, unity-editor, unity-scripts, unity-tutorial, unity2d, unity3d, unity3d-games, unity3d-plugin
- Language: C#
- Homepage:
- Size: 21.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Unity
A repository focused on learning and practicing Unity game engine.
![]()
## Simple Approach To Game Design:
```
Intention -> Execution
```**Intention:** What are we trying to do? Expect to iterate.
**Execution:** Try to match our Intention as best we can.