MentalFish LightWave / Unity tutorials:
2012.04.15 – Baking highpoly details in LightWave: How to setup a bake of multiple map-types in LightWave
The following videos are from the official Unity YouTube channel.
C# Tutorials:
2014.03.11 – Pinch to Zoom: How to create pinch-to-zoom control on multi-touch devices.
2014.03.11 – MultiTouch Input: How to handle multi-touch input on mobile devices and tablets.
2013.11.21 – Adding Buttons to a Custom Inspector
2013.11.21 – The DrawDefaultInspector Function: Automatically set the default values for a custom inspector view.
2013.11.21 – Custom Inspector: Make custom inspector views.
2013.10.31 – Attributes: Modify the behaviour of scripts such as customizing how public variables are displayed in the inspector.
2013.10.24 – Switch Statements: Instead of lengthy if-else statements, you may want to go for a switch statement.
2013.10.18 – The Invoke Functions: Call a function with a timed delay. Good for intervals of various kinds.
2013.10.18 – Enumerations: Instead of using strings and numbers as names or IDs, use enums.
2013.10.11 – Datatypes: Do you want to create a new value or create a reference the same address in memory?
2013.10.04 – Events: Trigger things when stuff happens.
2013.09.27 – Quaternions: How to handle rotations without getting gimbal locks and other challenges.
2013.09.27 – Delegates: Variables that work like functions.
2013.09.18 – Namespaces:
2013.09.17 – Loops:
2013.09.17 – Coroutines:
2013.09.03 – Lists and Dictionaries:
2013.09.02 – Statics:
2013.09.02 – Overloading:
2013.09.02 – Generics:
2013.09.02 – Extensions:
2013.08.20 – Ternary Operator:
2013.08.20 – Properties:
2013.08.20 – Overriding:
2013.08.15 – Polymorphism:
2013.08.15 – Member hiding:
2013.08.15 – Inheritance:
2013.08.15 – Interfaces:
2013.08.13 – JS and C# comparison: