User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 18:09, 4 May 2014 (diff | hist) . . (+49) . . User:Podperson (top)
- 17:04, 13 April 2013 (diff | hist) . . (-40) . . User talk:Podperson (→UnityScript versus JavaScript)
- 17:03, 13 April 2013 (diff | hist) . . (+231) . . User talk:Podperson (→UnityScript versus JavaScript)
- 17:01, 13 April 2013 (diff | hist) . . (+461) . . User talk:Podperson (→JSONParse)
- 14:58, 20 February 2013 (diff | hist) . . (+55) . . Head First into Unity with UnityScript (Changed statement that UnityScript is more like Java than JavaScript, which is just wrong.)
- 14:56, 20 February 2013 (diff | hist) . . (+205) . . Talk:Head First into Unity with UnityScript (→Math is Mathf; Math.abs is Mathf.Abs)
- 21:43, 29 December 2012 (diff | hist) . . (+44) . . JSONParse (→Who do I contact for help / questions?)
- 21:43, 29 December 2012 (diff | hist) . . (+192) . . JSONParse (→Why not just use eval()?)
- 21:42, 29 December 2012 (diff | hist) . . (+23) . . JSONParse (→Caveat)
- 21:34, 29 December 2012 (diff | hist) . . (+335) . . JSONParse (→Caveat)
- 21:32, 29 December 2012 (diff | hist) . . (+297) . . JSONParse (→Where's the code?)
- 02:20, 8 August 2011 (diff | hist) . . (+45) . . DepthMask (→Alternate Use)
- 17:15, 7 August 2011 (diff | hist) . . (+210) . . Head First into Unity with UnityScript (→Use #pragma strict)
- 17:11, 7 August 2011 (diff | hist) . . (+24) . . Head First into Unity with UnityScript (→Each .js File Implements A Class (By Default))
- 17:11, 7 August 2011 (diff | hist) . . (+25) . . Head First into Unity with UnityScript (→Each .js File Implements A Class (By Default))
- 17:10, 7 August 2011 (diff | hist) . . (+274) . . Head First into Unity with UnityScript (→Unity's "JavaScript" vs. the JavaScript you probably know)
- 17:07, 7 August 2011 (diff | hist) . . (+27) . . Head First into Unity with UnityScript (→You Must Declare Variables Before Using Them)
- 17:06, 7 August 2011 (diff | hist) . . (-26) . . Head First into Unity with UnityScript (→Strings Are Always Denoted With Double Quotes and Always Interpolated)
- 17:06, 7 August 2011 (diff | hist) . . (+32) . . Head First into Unity with UnityScript (→Strings Are Always Denoted With Double Quotes and Always Interpolated)
- 17:04, 7 August 2011 (diff | hist) . . (+58) . . Head First into Unity with UnityScript
- 17:03, 7 August 2011 (diff | hist) . . (+2) . . Head First into Unity with UnityScript (→Virtual functions can be used to override functions)
- 17:00, 7 August 2011 (diff | hist) . . (+370) . . DepthMask (→Usage)
- 16:57, 7 August 2011 (diff | hist) . . (+100) . . Head First into Unity with UnityScript
- 19:48, 4 April 2011 (diff | hist) . . (+1,209) . . Head First into Unity with UnityScript (→Lots More Types, Two Kinds of Array, No Object Syntax Sugar)
- 04:34, 5 October 2010 (diff | hist) . . (-1) . . Head First into Unity with UnityScript
- 04:33, 5 October 2010 (diff | hist) . . (-11) . . Head First into Unity with UnityScript
- 04:31, 5 October 2010 (diff | hist) . . (+123) . . Head First into Unity with UnityScript
- 04:30, 5 October 2010 (diff | hist) . . (-158) . . Head First into Unity with UnityScript (→It's Fast)
- 04:28, 5 October 2010 (diff | hist) . . (+158) . . Head First into Unity with UnityScript (→Unity's "JavaScript" vs. the JavaScript you probably know)
- 04:26, 5 October 2010 (diff | hist) . . (+915) . . Head First into Unity with UnityScript (→Each .js File Implements A Class (By Default))
- 06:23, 17 July 2009 (diff | hist) . . (0) . . Head First into Unity with UnityScript (→Virtual functions can be used to override functions)
- 06:22, 17 July 2009 (diff | hist) . . (+3) . . Head First into Unity with UnityScript (→It's String (Mono's String class) and not string)
- 06:39, 27 April 2009 (diff | hist) . . (-24) . . SimpleDictionary (→SimpleDictionary)
- 06:39, 27 April 2009 (diff | hist) . . (+2,832) . . N SimpleDictionary (New page: == SimpleDictionary == Save this as SimpleDictionary.js. Usage should be really obvious. var d = SimpleDictionary; You can directly access values and keys: d.keys, d.values You can Set...)
- 06:35, 27 April 2009 (diff | hist) . . (+134) . . Scripts (→Utility Scripts)
- 17:20, 3 October 2008 (diff | hist) . . (-20) . . Head First into Unity with UnityScript (→Using Mono (.NET))
- 17:19, 3 October 2008 (diff | hist) . . (+397) . . Head First into Unity with UnityScript (→Some Early Versions of Unity Do Not Support switch() or eval())
- 17:15, 3 October 2008 (diff | hist) . . (+92) . . Head First into Unity with UnityScript (→Strings Are Always Denoted With Double Quotes and Always Inerpolated)
- 15:20, 3 October 2008 (diff | hist) . . (+6) . . Head First into Unity with UnityScript (→Consider Writing Mixins and Helpers Instead of Subclassing)
- 15:19, 3 October 2008 (diff | hist) . . (-25) . . Head First into Unity with UnityScript (→Consider Writing Mixins and Helpers Instead of Subclassing)
- 15:18, 3 October 2008 (diff | hist) . . (+1,057) . . Head First into Unity with UnityScript (→Subclassing is Less Annoying than Real JavaScript)
- 15:12, 3 October 2008 (diff | hist) . . (+152) . . Head First into Unity with UnityScript (→It's Fast)
- 15:10, 3 October 2008 (diff | hist) . . (+99) . . Head First into Unity with UnityScript (→Using Mono (.NET))
- 15:09, 3 October 2008 (diff | hist) . . (+237) . . Head First into Unity with UnityScript (→Lots More Types, Two Kinds of Array, No Object Syntax Sugar)
- 15:05, 3 October 2008 (diff | hist) . . (+1,632) . . Head First into Unity with UnityScript (→Debugging)
- 01:48, 16 September 2008 (diff | hist) . . (+1,736) . . N Converting Between Coordinate Systems (New page: One thing you'll find yourself doing almost constantly in Unity is converting between a number of different coordinate systems. E.g. if you want to display text over someone's head you nee...)
- 18:36, 12 September 2008 (diff | hist) . . (+119) . . Head First into Unity with UnityScript (→Lots More Types, Two Kinds of Array, No Object Syntax Sugar)
- 18:35, 12 September 2008 (diff | hist) . . (+44) . . Head First into Unity with UnityScript (→Lots More Types)
- 18:34, 12 September 2008 (diff | hist) . . (+199) . . Head First into Unity with UnityScript (→Strings Are Always Denoted With Double Quotes and Always Inerpolated)
- 04:41, 29 August 2008 (diff | hist) . . (+295) . . Head First into Unity with UnityScript (→Debugging)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)