User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 15:18, 25 July 2019 (diff | hist) . . (+118) . . Scripts/GUI (→UI: Added "WaitForUIButtons")
- 15:15, 25 July 2019 (diff | hist) . . (+6,692) . . N UI/WaitForUIButtons (Created page with "== Description == This is a simple CustomYieldInstruction that allows you to wait in a coroutine for a click on one UI.Button out of a list of buttons. This yield instruction...") (top)
- 10:29, 23 June 2019 (diff | hist) . . (+648) . . PolyContainsPoint (Added C# port of the method) (top)
- 12:52, 22 March 2019 (diff | hist) . . (+143) . . m MeshHelper (top)
- 12:51, 22 March 2019 (diff | hist) . . (0) . . N File:Bunny83 Subdivided Triangle 1 to 9.PNG (top)
- 12:29, 22 March 2019 (diff | hist) . . (0) . . N File:Bunny83 SubDivSharedEdges.PNG (top)
- 12:26, 22 March 2019 (diff | hist) . . (0) . . N File:Bunny83 Subdivided Triangle 1 to 4.PNG (top)
- 17:58, 29 November 2017 (diff | hist) . . (+90) . . m SimpleJSON (→Description: Added Github link) (top)
- 17:06, 29 November 2017 (diff | hist) . . (-13) . . m SimpleJSON (→SimpleJSONBinary.cs (Extension file))
- 17:05, 29 November 2017 (diff | hist) . . (-13) . . m SimpleJSON (→SimpleJSONUnity.cs (Extension file))
- 17:05, 29 November 2017 (diff | hist) . . (+22,833) . . SimpleJSON (Added the splitted extension files SimpleJSONUnity and SimpleJSONBinary)
- 16:59, 29 November 2017 (diff | hist) . . (+962) . . SimpleJSON (→SimpleJSON.cs: Updated to the latest version)
- 03:26, 12 April 2017 (diff | hist) . . (+2,414) . . SimpleJSON (→SimpleJSON.cs: Fixed parsing bug where empty string values were ignored)
- 17:06, 8 March 2017 (diff | hist) . . (-441) . . SimpleJSON (→Description: Updated to match the latest version)
- 17:03, 8 March 2017 (diff | hist) . . (+3,565) . . SimpleJSON (→SimpleJSON.cs: Replaced with latest offline version)
- 03:55, 17 December 2016 (diff | hist) . . (+184) . . CoroutineScheduler (→Description) (top)
- 18:14, 2 December 2016 (diff | hist) . . (-144) . . SimpleJSON (→Download)
- 18:12, 2 December 2016 (diff | hist) . . (+10,929) . . SimpleJSON (→SimpleJSON.cs: Updated parsing method so it uses a StringBuilder instead of a string. This improves performance and avoids garbage when huge data is parsed.)
- 00:36, 7 September 2016 (diff | hist) . . (+211) . . ExpressionParser (→ExpressionParser.cs: Fixed custom function name parsing.) (top)
- 08:15, 5 September 2016 (diff | hist) . . (-9) . . ExpressionParser (→ExpressionParser.cs: fixed constant name parsing.)
- 17:52, 27 August 2016 (diff | hist) . . (-1) . . JobQueue (→Examples) (top)
- 17:47, 27 August 2016 (diff | hist) . . (+67) . . Scripts/General (→Utility Scripts: added link to JobQueue)
- 17:44, 27 August 2016 (diff | hist) . . (+13,994) . . N JobQueue (Created page with " == Description == This is a simple threaded job queue for any kind jobs you want to execute on a thread. The JobQueue class is a management class, the actual job scheduler. ...")
- 15:37, 18 December 2015 (diff | hist) . . (+217) . . Scripts/StringFilter (→StringFilter.cs) (top)
- 15:22, 18 December 2015 (diff | hist) . . (+21) . . Scripts/General (→Utility Scripts)
- 15:20, 18 December 2015 (diff | hist) . . (+95) . . Scripts/General (→Utility Scripts)
- 15:18, 18 December 2015 (diff | hist) . . (+3,666) . . N Scripts/StringFilter (Created page with "== Description == This is a simple helper class which allows you to specify a set of certain words / character which should not appear in a string. By default it will only fil...")
- 06:43, 2 December 2015 (diff | hist) . . (+4,427) . . N Barycentric (Created page with "== Description == This is a simple helper struct to handle barycentric coordinates. It has a similar structure as the Vector3 struct as it also consists of 3 float values. Ho...") (top)
- 23:37, 21 November 2014 (diff | hist) . . (+205) . . ExpressionParser (→ExpressionParser.cs: Fixed some errors that only appears in Unity ^^)
- 17:37, 19 November 2014 (diff | hist) . . (+265) . . ExpressionParser (→Additional Notes)
- 16:49, 19 November 2014 (diff | hist) . . (+113) . . Scripts/General (→General Concepts: Added ExpressionParser)
- 16:47, 19 November 2014 (diff | hist) . . (+23,167) . . N ExpressionParser (Created page with " == Description == The ExpressionParser is a simple parser that can parse a mathematical expression into a custom expression tree which can be used to evaluate the expression...")
- 08:21, 6 November 2014 (diff | hist) . . (+183) . . Scripts/Networking (→Networking: added NetworkSerializationHelpers)
- 08:17, 6 November 2014 (diff | hist) . . (+8,459) . . N NetworkSerializationHelpers (Created page with " == Description == This file contiains a set of helper methods and structs which allows you to serialize NetworkPlayer and NetworkViewID values. === SerializableNetworkView...") (top)
- 13:40, 28 October 2014 (diff | hist) . . (-158) . . m SimpleJSON (removed crazy whitespace)
- 13:24, 28 October 2014 (diff | hist) . . (+10) . . TextureFloodFill (Undo revision 18367 by Stephan Ennen (talk)) (top)
- 13:23, 28 October 2014 (diff | hist) . . (+85) . . m User talk:Stephan Ennen (→Remove ot the "this" keyword) (top)
- 13:22, 28 October 2014 (diff | hist) . . (+485) . . User talk:Stephan Ennen (→Remove ot the "this" keyword: new section)
- 23:32, 5 July 2014 (diff | hist) . . (+113) . . m Scripts/General (→Messaging Systems: Added CustomFixedUpdate)
- 23:21, 5 July 2014 (diff | hist) . . (+4,878) . . N CustomFixedUpdate (Created page with "== Description == This helper class does something similar to what Unity does behind the scenes for FixedUpdate. It allows you to "create" as many FixedUpdate callbacks you li...") (top)
- 16:53, 13 February 2014 (diff | hist) . . (+115) . . m Scripts/General (→General Concepts: Added CoroutineHelper link)
- 16:46, 13 February 2014 (diff | hist) . . (+11,491) . . N CoroutineHelper (Created page with "== Description == This is a set of helper classes which allows you to run a delegate at specific times. You can simply delay a call, call it repeatedly or even schedule it as ...") (top)
- 16:32, 13 February 2014 (diff | hist) . . (0) . . File:CoroutineHelperPack.zip (Bunny83 uploaded a new version of "File:CoroutineHelperPack.zip": Added unityPackage with sample scene) (top)
- 16:28, 13 February 2014 (diff | hist) . . (0) . . N File:CoroutineHelperPack.zip
- 14:22, 14 November 2013 (diff | hist) . . (0) . . File:SimpleJSON.zip (Bunny83 uploaded a new version of "File:SimpleJSON.zip": Added preprocessor tags to exclude FileIO stuff in webplayer builds) (top)
- 14:09, 14 November 2013 (diff | hist) . . (+491) . . SimpleJSON (→SimpleJSON.cs: Added preprocessor-tags to exclude FileIO functions when building for Webplayer)
- 21:12, 16 May 2013 (diff | hist) . . (-23) . . DepthMask (→ShaderLab - DepthMask.shader) (top)
- 11:10, 17 April 2013 (diff | hist) . . (0) . . SimpleJSON (→Description)
- 11:08, 17 April 2013 (diff | hist) . . (-1) . . SimpleJSON (→Description)
- 15:41, 22 February 2013 (diff | hist) . . (+273) . . BoxColliderUtilities (top)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)