Wednesday, May 22, 2019
- Research World Most Popular Game and how to work?
- How to Start Game Developing?
- Setting ( And Keeping ) Production Goals
- How to Scope Small and Start Right
- How to Market Your Game
- To make a game, you must go through the 7 stages of game development: Take IDEAs, Design. Art. Code. Audio. Polish. Market.
- How to find the best idea for game development
- Where find a great idea for game development
- Most write notes
- What is the story of your Game? How players gameplay? How to design Game?
Scripting API & Basic Coding Information
- Scripting is implemented on the game player moment, arranging events, physical behavior of the object
- What is Variable: Store data types in a memory location. Variable has many types of data like char, integer, bol, string, double, float
- Int input = 34; + String name = "Shah Hussain"; + float input = 54.6 or 54.6f ; + char input = 'online soft teach';
- Public + Private + Protected . + Void Start() Function + Update() Function
- Debug.Log("age" + age); OR Print("age" + age);
Subscribe to:
Posts (Atom)