User:Opless
From Unify Community Wiki
(Difference between revisions)
(→oPless's Page) |
(→oPless's Page) |
||
Line 1: | Line 1: | ||
== oPless's Page == | == oPless's Page == | ||
− | My stuff can be mostly found here: | + | My stuff can be mostly found here: [http://www.simonwaite.com/ http://www.simonwaite.com/] |
I also moderate user signup, but rarely can be contacted when I'm working :) | I also moderate user signup, but rarely can be contacted when I'm working :) | ||
+ | |||
+ | === Linked-In === | ||
+ | * [https://uk.linkedin.com/in/opless https://uk.linkedin.com/in/opless] | ||
+ | |||
+ | === Github === | ||
+ | My github page can be found here: [https://github.com/opless https://github.com/opless] | ||
+ | |||
+ | Relevant projects: | ||
+ | * [https://github.com/opless/JSonFx.Json JSON.FX] for those that want more features than the new unity json serialiser offers | ||
+ | * [https://github.com/opless/Newtonsoft.Json NewtonSoft JSON] an alternative to JSON.FX | ||
+ | * [https://github.com/opless/SimpleJSON SimpleJSON] a very simple alternative. | ||
+ | * [https://github.com/opless/IoC IoC] A super-lightware inversion of control system that can be used in unity3d, ASP.NET, or indeed anywhere. | ||
+ | * [https://github.com/opless/csharp-sqlite Sqlite] A hacked together version that appears to work with unity. | ||
+ | |||
+ | ===Unity3d wiki === | ||
+ | My [http://wiki.unity3d.com/index.php/Special:Contributions/Opless contributions], mostly user signups of late. | ||
+ | |||
+ | Notable pages: | ||
+ | * [[GuiTextOverParent]] | ||
+ | * [[ProgressBar]] | ||
+ | * [[ManagedSqlite]] | ||
+ | * [[TrackballCamera]] I wish more games would use this type of camera, there's no Gimbal lock here! | ||
+ | * [[LarsonScanner]] | ||
+ | * [[Singleton]] | ||
+ | * [[MoreJSONScripts]] | ||
+ | * [[Gravity]] | ||
+ | * [[Radar]] | ||
+ | * [[CustomRandom]] Apologies for the formatting! | ||
+ | * [[Reflector]] | ||
+ | * [[Calculating_Lead_For_Projectiles]] (Originally wrote this page, and another user fixed its shortcomings) | ||
+ | * [[Reporter]] | ||
+ | * [[ReverseNormals]] | ||
+ | * [[FramesPerSecond]] I use this a lot :-) | ||
+ | * [[PhysicsFPSWalker]] | ||
+ | * [[PasswordField]] | ||
+ | * [[DebugConsole]] | ||
+ | |||
+ | Some very simple scripts to throw on prefabs when you're prototyping. | ||
+ | * [[OnCollideSound]] | ||
+ | * [[OnCollideExplode]] | ||
+ | * [[OnCollideSound]] | ||
+ | * [[OnExplosionEffect]] | ||
+ | * [[ConstantVelocity]] |
Latest revision as of 13:12, 25 January 2016
Contents |
[edit] oPless's Page
My stuff can be mostly found here: http://www.simonwaite.com/
I also moderate user signup, but rarely can be contacted when I'm working :)
[edit] Linked-In
[edit] Github
My github page can be found here: https://github.com/opless
Relevant projects:
- JSON.FX for those that want more features than the new unity json serialiser offers
- NewtonSoft JSON an alternative to JSON.FX
- SimpleJSON a very simple alternative.
- IoC A super-lightware inversion of control system that can be used in unity3d, ASP.NET, or indeed anywhere.
- Sqlite A hacked together version that appears to work with unity.
[edit] Unity3d wiki
My contributions, mostly user signups of late.
Notable pages:
- GuiTextOverParent
- ProgressBar
- ManagedSqlite
- TrackballCamera I wish more games would use this type of camera, there's no Gimbal lock here!
- LarsonScanner
- Singleton
- MoreJSONScripts
- Gravity
- Radar
- CustomRandom Apologies for the formatting!
- Reflector
- Calculating_Lead_For_Projectiles (Originally wrote this page, and another user fixed its shortcomings)
- Reporter
- ReverseNormals
- FramesPerSecond I use this a lot :-)
- PhysicsFPSWalker
- PasswordField
- DebugConsole
Some very simple scripts to throw on prefabs when you're prototyping.