This is my first post, I've been using 2dtk for a week or 2 now, plodding through tutorials around the net and things on here, however most unity tutorials I've come across seem to be using JavaScript wheras the documentation and script refference on here uses c#, I appreciate that I'm still learning code, but the constant back and forth isn't helping me or other make quick progress.
As another side note, all the 2D tutorials use twice the number of sprites for every direction, surely its less memory intensive to simply flip the sprite based on direction, if so, how best to go about this?