Tuesday, May 28, 2013

Collision detection

Metanet tutorial On Separating Axis Theorem

URL: http://www.metanetsoftware.com/technique/tutorialA.html
Saved web pages into my yahoo email as backup
Some of demo can't load in chrome but in firefox is working fine.

Sunday, May 26, 2013

Vectors,vectors and vectors

Reflection vector, what is all about?

TODO:complete this.

Unity Quirk

Physic Collider
1) Q: Basic physic Collider not working
     A: Script override collider (etc: Box Collider)
          See http://answers.unity3d.com/questions/16432/why-wont-my-box-collider-collide.html
2)Attach Script for collision into mesh not it's parent (ie:of GameObject type)
   The Script have something
   like below function OnCollisionEnter(col : Collision) declared.
   while mesh have RigidBody Component (ie: with kinematic chcekbox unchecked)
3)Hit UnassignedReferenceException while drag and drop guitext object to script
   Turns out i need to drag and drop guitext object into another gameobject script component.
    I made a mistake of assigning to the Script itself in Asset window instead of
   Script component in Inspector window for Heart game object.

Wednesday, May 22, 2013

Blog I should follow

Blog I should follow:

1) investigate how "tricky" game art are being done
    http://simonschreibt.blogspot.de/

Tuesday, May 21, 2013

Focus on gamedev

1) Stick with unity engine instead of c4 engine.
2) Keep focus on making 2d game
3) Brush up my photoshop skill to create 2d assets.