Latest News

Unity 2D: UI Process Bar Icon Seek MoveUnity 2D: UI Process Bar Icon Seek Move

** Make process bar icon seek Scripts: **Class: using UnityEngine; using UnityEngine.UI; public class HeathBarIconSeek : MonoBehaviour {     /*     * per = length     * 1   = -180     * test: 0.5 = ?=> x=-90     */     [Header("Two Object heath")]     public Image UiIcon;     public Image SeekImage…

Read more »
28Aug2016

Unity 2D: UI button+ Animation (Make New Game)Unity 2D: UI button+ Animation (Make New Game)

I. Make UI Game Play + Create Button Play ++ State Button : Hover Border color chage, Waitting stage click ++ Action Button: Check Node state Click. next time I write full creating buttons like in the video demo Video:  II. Make Animation 4 state _ Stand _ Fire _ Reload _ Die Video:  **********…

Read more »
24Aug2016

UNITY : Pest Hunter (P4)UNITY : Pest Hunter (P4)

Info part 4: 1. Create Player  - Moment  - Gun Fire, switch Gun1, Gun2, ...  - Bullet is one style gun  - Change color Player is fire damge  ....*** Structure Player Object Player + Gun    + StartBullet (point bullet start) + Shield (State ) + PlayerLine (line foot player) Code:  LineRenderer Liner…

Read more »
16Aug2016

UNITY : Pest Hunter (P3)UNITY : Pest Hunter (P3)

I. Path Moment Monter - Create Path. a.  Path 2 point Start Point and End Point b. Path n point Start point .... Endpoint - Create Monter: Property  mandatory : Paths Video P3 detail: …

Read more »
08Aug2016

UNITY : Pest Hunter (P2)UNITY : Pest Hunter (P2)

(P2) :Create  Background Scoll. b1: Create GameObject Squad b2: Create Material Create material using shader: Mobile/Particle/Alpha Blended b3: Setting Image Background choise Texture type :Advance, wrap Mode: Repeat B4: Script Animation Create File Script name is: AnimatedTexture using parameter S…

Read more »
03Aug2016
Pin ThisShare on TumblrShare on Google PlusEmail This
 
Top