Wednesday, July 10, 2019
Friday, June 14, 2019
Wednesday, May 22, 2019
Games Types
- Action Games + Adventure Game + Arcade Game + Board Game + Card Game + Casino Game + Casual Game + Educational Game + Music + Puzzle Game + Racing Game + Role-Playing Game + Simulation + Sports + Strategy + Trivia + Fun Games + Quiz-type + Children Game
- Download Unity Software or Platform? What is Unity Hub?
- Assets workflow: Asset -- Anything using game is called an asset. Images + Graphics + Art + Packages files + Sketchup files + audio +
- Create a Game Play: How to started making scenes, game objects and components + Editor Tools + Using Plug-ins + Assets Bundles + Character + Graphics
- Unity 3D & 2D Game Development + Important Packages + Assets Store
- Main Think Camera Setting in GamePlay
- Toolbar Window + Hierarchy window + Project Window + Scene Window + Inspector Window
- Primitive and placeholders objects
- Cube + Sphere + Capsule + Cylinder + Plane + Quad + Terrien
- What is Rigidbody + Box Collider
- How to create Game Environment for 3d Game
- Difference Between 1st person controller + Second person + Third Person
Useful Shortcuts of Unity- 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)