June 2018

  • Intro to mecanim

    Intro to mecanim

    Intro to Mecanim How to control animation Animation Keyframes over time Controlling animation The animator component serves as a communication relay to the system. Parameters set of values we can send to it States Uses the animations Transitions Uses the parameters through conditions

  • Physics

    Physics

    Unity Physics “You hit brick but brick no hit back” -bolo yeung Unity physics and how to touch something… and how to make it touch back… Quick Review Collision Detection – how to do the touching Collsion Resolution – how to handle the touching, usually involves movement Both Detection and…

  • Markdown and WordPress

    Markdown and WordPress

    How to Setup Markdown for WordPress Problem A consistent workflow for writing blogs in wordpress. Solution Use vscode use md format Results Steps How to get it on the wordpress Cheatsheet Cheatsheet

  • Unity Editor Tips

    Unity Editor Tips

    EditorGUILayout.BeginHorizontal vs GUILayout.BeginHorizontal EditorGUILayout version will return a Rect which can be used to do math Getting Assets of a specific type Use a base class Use what you know Write C# code When programming with a MonoBehaviour a common paradigm is to declare public fields for debugging purposes. When…