User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 12:09, 2 April 2013 (diff | hist) . . (+314) . . Nm User:MirzaZeeshanPervez (Creating user page with biography of new user.) (top)
- 12:09, 2 April 2013 (diff | hist) . . (+257) . . Nm User talk:MirzaZeeshanPervez (Welcome!) (top)
- 11:58, 2 April 2013 (diff | hist) . . (+1,980) . . Nm User:RobertThompson (Creating user page with biography of new user.) (top)
- 11:58, 2 April 2013 (diff | hist) . . (+257) . . Nm User talk:RobertThompson (Welcome!) (top)
- 11:56, 2 April 2013 (diff | hist) . . (+257) . . Nm User talk:IsidorCardenas (Welcome!) (top)
- 11:56, 2 April 2013 (diff | hist) . . (+334) . . Nm User:IsidorCardenas (Creating user page with biography of new user.) (top)
- 11:54, 2 April 2013 (diff | hist) . . (+74) . . User:Opless (→oPless's Page) (top)
- 03:55, 30 January 2013 (diff | hist) . . (+5) . . TrackballCamera (top)
- 03:55, 30 January 2013 (diff | hist) . . (+2) . . TrackballCamera
- 03:54, 30 January 2013 (diff | hist) . . (+86) . . TrackballCamera
- 03:53, 30 January 2013 (diff | hist) . . (+31) . . TrackballCamera (tags)
- 03:52, 30 January 2013 (diff | hist) . . (+3,772) . . N TrackballCamera (Created page with " <csharp> using UnityEngine; using System.Collections; public class TrackballCamera : MonoBehaviour { public float distance = 15f; public float virtualTrackballDista...")
- 03:51, 30 January 2013 (diff | hist) . . (+67) . . Scripts/Controllers (→Camera Controls)
- 02:55, 14 October 2011 (diff | hist) . . (+1,160) . . N LarsonScanner (Created page with "Category:MonoBehaviour Category:C Sharp Category:Heads Up Display Scripts Category:GUIText Author: OPless == Description == A simple visual cue to show that the...")
- 02:52, 14 October 2011 (diff | hist) . . (+150) . . Scripts/GUI (→Heads Up Display Scripts)
- 23:27, 23 September 2011 (diff | hist) . . (+649) . . Singleton (Added another singleton implementation :))
- 15:49, 7 July 2011 (diff | hist) . . (+10) . . Shader Archive? (unity site links here) (top)
- 15:47, 7 July 2011 (diff | hist) . . (+11) . . N Shader Archive? (Created page with "Shaders")
- 21:10, 12 December 2010 (diff | hist) . . (+18,728) . . N MoreJSONScripts (New page: ==Author== OPless ==Code== If I remember correctly I pilfered this script from here [[http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON....)
- 20:53, 12 December 2010 (diff | hist) . . (+79) . . Scripts (→WWW Scripts)
- 12:42, 5 January 2009 (diff | hist) . . (+754) . . Gravity
- 07:33, 21 September 2008 (diff | hist) . . (+112) . . OnCollideSound (small update to make sure (potentially long acting) sound is attached to GO by default)
- 19:39, 16 August 2008 (diff | hist) . . (+2,547) . . Radar
- 02:58, 4 August 2008 (diff | hist) . . (+15) . . CustomRandom (forgot to attribute it to me :))
- 15:52, 2 June 2008 (diff | hist) . . (+1) . . Scripts (→Links)
- 15:52, 2 June 2008 (diff | hist) . . (+76) . . Scripts (→Code Snippets)
- 23:03, 24 April 2008 (diff | hist) . . (+176) . . Tips (→Obsolete tips)
- 23:00, 24 April 2008 (diff | hist) . . (+1,608) . . N Reflector (New page: Simple C# reflector, great for examining those wierd DLLs on your system :o) Honestly, if you don't know what this does, you don't need to use it! <csharp> using System; using System.C...)
- 03:10, 8 February 2008 (diff | hist) . . (+10,462) . . N CustomRandom (New page: == Overview == A C# Portable random number generator, cut and pasted from an old library which in itself has been through umpteen revisions, converted from java and now uses ISAAC and als...)
- 02:56, 8 February 2008 (diff | hist) . . (+148) . . Scripts (→Utility Scripts)
- 14:16, 23 November 2007 (diff | hist) . . (+176) . . Calculating Lead For Projectiles
- 14:12, 23 November 2007 (diff | hist) . . (+1) . . m Calculating Lead For Projectiles (→Calculating the time to target)
- 14:09, 23 November 2007 (diff | hist) . . (+3,013) . . N Calculating Lead For Projectiles (New page: Since this is a snippet this isn't a cut and paste job. It's meant as a pointer so you can integrate this easily into your own code. All the examples are in C#. == Aiming Code == <cshar...)
- 13:42, 23 November 2007 (diff | hist) . . (+237) . . Scripts (→Really Simple Scripts)
- 15:57, 8 November 2007 (diff | hist) . . (+96) . . Reporter
- 15:54, 8 November 2007 (diff | hist) . . (+1) . . ReverseNormals
- 15:54, 8 November 2007 (diff | hist) . . (+1) . . m OnCollideExplode
- 15:54, 8 November 2007 (diff | hist) . . (+1) . . OnCollideSound
- 15:53, 8 November 2007 (diff | hist) . . (+1) . . OnExplosionEffect
- 15:53, 8 November 2007 (diff | hist) . . (+1) . . m ConstantVelocity
- 15:53, 8 November 2007 (diff | hist) . . (+1) . . m FramesPerSecond
- 15:52, 8 November 2007 (diff | hist) . . (+65) . . N Category:CSharp (New page: This shouldn't hold anything - you really want "Category:C Sharp")
- 14:49, 8 November 2007 (diff | hist) . . (+1) . . m Main Page (stuf -> stuff correction)
- 14:16, 8 November 2007 (diff | hist) . . (+531) . . N ConstantVelocity (New page: Category: MonoBehaviour Category: CSharp Category: ReallySimpleScripts Author: Opless == Description == Useful for missiles, grenades, etc == CSharp - ConstantVelocity.cs ...)
- 14:14, 8 November 2007 (diff | hist) . . (+1,154) . . N OnCollideExplode (New page: Category: MonoBehaviour Category: CSharp Category: ReallySimpleScripts Author: Opless == Description == Borrowed from the documentation, if we collide with anything, we spaw...)
- 14:11, 8 November 2007 (diff | hist) . . (+609) . . N OnCollideSound (New page: Category: MonoBehaviour Category: CSharp Category: ReallySimpleScripts Author: Opless == Description == Simple Prefab spawning collision, great for collision sounds == CSha...)
- 14:10, 8 November 2007 (diff | hist) . . (+1,070) . . N OnExplosionEffect (New page: Category: MonoBehaviour Category: CSharp Category: ReallySimpleScripts Author: Opless == Description == Simple Explosion Effect. == CSharp - OnExplosionEffect.cs == <cshar...)
- 14:07, 8 November 2007 (diff | hist) . . (-2) . . m Scripts (→Really Simple Scripts)
- 14:07, 8 November 2007 (diff | hist) . . (+482) . . Scripts (→Simulation Scripts)
- 13:52, 8 November 2007 (diff | hist) . . (+1,791) . . FramesPerSecond
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)