User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 21:23, 9 July 2014 (diff | hist) . . (-26) . . User:StarManta (top)
- 15:59, 18 March 2009 (diff | hist) . . (0) . . KeyCombo
- 15:59, 18 March 2009 (diff | hist) . . (+15) . . KeyCombo
- 15:58, 18 March 2009 (diff | hist) . . (+1,538) . . N KeyCombo (New page: This class makes it easy to detect multi-key combos in, for example, fighting games. Created by StarManta. <javascript> class KeyCombo { var buttons : String[]; var currentIndex : int=...)
- 15:52, 18 March 2009 (diff | hist) . . (+79) . . Scripts (I wrote this class for someone on the forums, until I reread his post and realized I was solving a completely different problem than he needed.)
- 17:36, 15 November 2008 (diff | hist) . . (-343) . . TubeRenderer
- 03:16, 6 October 2008 (diff | hist) . . (+122) . . Unify:Community Portal (→Content that can be licensed and used)
- 21:18, 1 October 2008 (diff | hist) . . (+211) . . N User:StarManta (New page: StarManta is a Unity programmer who specializes in Javascript component creation. He runs Last Bastion Games where his games and middleware are available. Website can be found [http://las...)
- 04:18, 26 July 2008 (diff | hist) . . (+42) . . Unity Projects (→UniTree)
- 04:17, 26 July 2008 (diff | hist) . . (+11) . . Rosetta (formatting) (top)
- 04:16, 26 July 2008 (diff | hist) . . (+536) . . Rosetta (Expanded the help.)
- 13:19, 25 July 2008 (diff | hist) . . (+94) . . PlayerPrefsx
- 13:18, 25 July 2008 (diff | hist) . . (+3) . . Scripts (→WWW Scripts)
- 13:17, 25 July 2008 (diff | hist) . . (+32) . . Scripts (→WWW Scripts)
- 13:11, 1 July 2008 (diff | hist) . . (-100) . . TubeRenderer
- 13:06, 1 July 2008 (diff | hist) . . (+22) . . TubeRenderer
- 13:06, 1 July 2008 (diff | hist) . . (+5,280) . . N TubeRenderer (New page: TubeRenderer creates a cylindrical tube in the same way that a LineRenderer creates a flat line. It has compatibility functions too so you can simply drop it onto your object and easily ch...)
- 12:58, 1 July 2008 (diff | hist) . . (+67) . . Scripts (→General Purpose Effect Scripts)
- 15:57, 29 April 2008 (diff | hist) . . (-4) . . UnityObject (→Description)
- 15:55, 29 April 2008 (diff | hist) . . (-1) . . IRC (→More Information)
- 15:55, 29 April 2008 (diff | hist) . . (-7) . . Ragdoll
- 15:54, 29 April 2008 (diff | hist) . . (-2) . . PhysicsFPSWalker (→Description)
- 15:53, 29 April 2008 (diff | hist) . . (-3) . . SoftBodyMP.cs (→SoftBodyMP.cs)
- 15:52, 29 April 2008 (diff | hist) . . (-2) . . Main Page (→News)
- 15:45, 21 April 2008 (diff | hist) . . (+1,191) . . N CustomGetMouseButtonDown (New page: If you need to use the likes of Input.OnMouseButtonDown(0), but when your user clicks on buttons and text fields need it to not shoot whatever happens to be behind the window.... just use ...)
- 15:39, 21 April 2008 (diff | hist) . . (+145) . . Scripts (→Unity 2.0 GUI Scripts)
- 15:15, 11 October 2007 (diff | hist) . . (+21) . . PasswordField (more accurate credits)
- 06:57, 11 October 2007 (diff | hist) . . (+112) . . WithPrefs
- 06:55, 11 October 2007 (diff | hist) . . (+896) . . N WithPrefs (New page: by StarManta Instead of coding many switches and sliders and manually hook them up with preferences, these functions hook up easily with preferences. These use PlayerPrefsx but can easily...)
- 06:51, 11 October 2007 (diff | hist) . . (+90) . . Scripts (→Unity 2.0 GUI Scripts)
- 21:59, 10 October 2007 (diff | hist) . . (+9) . . PasswordField (→Usage)
- 21:58, 10 October 2007 (diff | hist) . . (+17) . . PasswordField
- 21:55, 10 October 2007 (diff | hist) . . (+752) . . N PasswordField (New page: by StarManta == Usage == Insert the function into any .js file. You can then call this as you would call GUILayout.Textfield. TODO: allow for input of GUIStyles. For now, just hardcode th...)
- 21:50, 10 October 2007 (diff | hist) . . (+124) . . Scripts
- 21:46, 10 October 2007 (diff | hist) . . (+4,567) . . PlayerPrefsx
- 16:37, 9 October 2007 (diff | hist) . . (+367) . . PlayerPrefsx
- 04:33, 9 October 2007 (diff | hist) . . (+23) . . PlayerPrefsx
- 23:43, 15 September 2007 (diff | hist) . . (-4,473) . . PlayerPrefsx (→JavaScript - PlayerPrefsx.js)
- 21:45, 15 September 2007 (diff | hist) . . (+83) . . PlayerPrefsx
- 23:17, 10 September 2007 (diff | hist) . . (-523) . . PlayerPrefsx
- 23:17, 10 September 2007 (diff | hist) . . (+40) . . PlayerPrefsx
- 23:16, 10 September 2007 (diff | hist) . . (+6,844) . . N PlayerPrefsx (New page: Category: WWWCategory: JavaScriptCategory: WebPlayerAuthor: KeliHlodversson ==Description== CookieCutter is a utility script for accessing the browser ...)
- 15:08, 10 September 2007 (diff | hist) . . (+157) . . Scripts (→WWW Scripts)
- 01:09, 20 April 2007 (diff | hist) . . (+906) . . N Gravity (New page: Provides a relatively accurate simulation of body-to-body gravity (i.e. plantary gravity). You'll want to set Range to a different value depending on the size of your level, etc. =Gravi...)
- 01:06, 20 April 2007 (diff | hist) . . (+71) . . Scripts (→Simulation Scripts)
- 16:08, 28 March 2007 (diff | hist) . . (+858) . . N StringUtil (New page: A few functions to wrap strings to a certain number of characters. <javascript> static function Wrap(str : String, lineLength : int) : String { if (str.Length <= lineLength) return str; ...)
- 16:07, 28 March 2007 (diff | hist) . . (+54) . . Scripts (→Utility Scripts)
- 06:53, 8 March 2007 (diff | hist) . . (0) . . m GameTime
- 06:53, 8 March 2007 (diff | hist) . . (+330) . . GameTime
- 06:48, 8 March 2007 (diff | hist) . . (+439) . . N GameTime
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)