User:Mike
From Unify Community Wiki
(Difference between revisions)
(New page: Unity developer, currently working in Rome. User mike_mac in the [irc://irc.freenode.net/unity3d Unity IRC channel]. == My contributions == *Event Execution Order - An in depth art...) |
(added layermask extensions link, rejigged the order) |
||
Line 5: | Line 5: | ||
== My contributions == | == My contributions == | ||
− | *[[ | + | *[[LayerMaskExtensions]] - Extension class to add usability and easier debugging to LayerMasks. |
*[[IsVisibleFrom]] - Extension class to check visibility of an object from a specified camera. | *[[IsVisibleFrom]] - Extension class to check visibility of an object from a specified camera. | ||
*[[Profiler]] - A basic profiler which will work on Unity free | *[[Profiler]] - A basic profiler which will work on Unity free | ||
+ | *[[Event Execution Order]] - An in depth article into the execution order unity functions are called in |
Revision as of 11:50, 23 March 2011
Unity developer, currently working in Rome.
User mike_mac in the Unity IRC channel.
My contributions
- LayerMaskExtensions - Extension class to add usability and easier debugging to LayerMasks.
- IsVisibleFrom - Extension class to check visibility of an object from a specified camera.
- Profiler - A basic profiler which will work on Unity free
- Event Execution Order - An in depth article into the execution order unity functions are called in