Skip to content
leoj3n edited this page May 16, 2012 · 18 revisions

Git

  1. http://www.chrisdanielson.com/2011/06/04/unity3d-projects-version-control-git/
  2. http://stackoverflow.com/questions/7019240/why-does-git-not-respect-my-gitignore-file-on-windows
  3. http://progit.org/book/ch9-7.html#removing_objects
  4. http://stackoverflow.com/questions/2006172/how-to-reset-a-remote-git-repository-to-remove-all-revisions
  5. http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/

Unity

  1. http://download.unity3d.com/support/resources/files/2DGameplayTutorial.pdf
  2. http://www.previewlabs.com/2d-game-prototyping-in-unity3d-orthographic-projection/
  3. http://answers.unity3d.com/questions/9750/movie-texture-blending.html
  4. http://unity3d.com/support/documentation/ScriptReference/index.Accessing_Other_Game_Objects.html
  5. http://answers.unity3d.com/questions/7555/how-do-i-call-a-function-in-another-gameobjects-sc.html
  6. http://forum.unity3d.com/threads/26258-Relationship-between-FOV-amp-Camera-Projection-Matrix

MovieTexture Masking

  1. http://noozone.free.fr/noocrypte/viewtopic.php?f=47&t=7114
  2. http://answers.unity3d.com/questions/9750/movie-texture-blending.html
  3. http://forum.unity3d.com/threads/48938-chroma-key-shader?highlight=chroma
  4. http://forum.unity3d.com/threads/11512-Using-a-texture-s-RGB-as-an-Alpha
  5. http://unity3d.com/support/documentation/Components/SL-AlphaTest.html

Moving CharacterControllers

  1. http://answers.unity3d.com/questions/33399/adding-constant-force-to-a-charactercontroller-usi.html
  2. http://answers.unity3d.com/questions/63868/add-force-to-chartercontroller.html
  3. http://answers.unity3d.com/questions/32484/hitting-an-enemy-and-pushing-them-back.html

Arrays

  1. http://www.unifycommunity.com/wiki/index.php?title=Which_Kind_Of_Array_Or_Collection_Should_I_Use%3F

Singletons

  1. http://answers.unity3d.com/questions/252718/how-do-you-achieve-variables-and-functions-that-ar.html
  2. http://www.unifycommunity.com/wiki/index.php?title=Singleton
  3. http://www.unifycommunity.com/wiki/index.php?title=AManagerClass#Javascript_-_AManager.js

Shadows

  1. http://unifycommunity.com/wiki/index.php?title=PixelLightMapper
  2. http://forum.unity3d.com/threads/8227-Shadows-and-Transparency

Input

  1. http://wiki.etc.cmu.edu/unity3d/index.php/Joystick/Controller

After Effects

  1. http://library.creativecow.net/articles/rabinowitz_aharon/junk_mattes.php

DOS Batch Files

  1. http://www.jamesewelch.com/2008/05/01/how-to-write-a-dos-batch-file-to-loop-through-files/
  2. http://www.computerhope.com/batch.htm
  3. http://weblogs.asp.net/jgalloway/archive/2006/11/20/top-10-dos-batch-tips-yes-dos-batch.aspx