- Terrain 地形, 第一身视点游戏
- Unity asset store asset store
教学
[广东话] Unity 游戏设计/开发教学 – 第二课: C# Script, 用户输入
- C# Scripts as component
- Keyboard Input: left, right, up, down
[广东话] Unity 游戏设计/开发教学 – 第一课: Unity Editor 基本用法
Unity Editor 基本用法:
1) Scene view, Hierarchy view, Inspector view, Project view
2) Add / Move / Rotate / Scale game object
3) Run game
[广东话] Python 入门:第一课 – PyCharm, Python examples & Python data types
[广东话] Python 入门:第一课 – PyCharm, Python examples & Python data types
基于 Python 3.7 的教程,以广东话教授。
# 第一课: PyCharm, Hello world, data type
- Pycharm IDE basic usage
- Indentation, print function
- Four main data type: str, int, float, bool
- Basic calculation
- Type conversion: int(), float(), str(), bool()
- String concatenation
- SLICE operation [start:end:step]
- String functions: find, replace, etc.