Roman Lukš

Roman Lukš

  • Portfolio
  • Blog
  • About
  • Convert Twine 2 Story to Android App APK and Brilliant Mechanics in Games (TWIL)

    May 19, 2018

    https://twitter.com/LeadFollowGame/status/861896484895281155 Use the ContextMenu Attribute to execute methods in the editor. https://unity3d.com/learn/tutorials/topics/interface-essentials/unity-editor-extensions-menu-items The Unity editor allows adding custom menus that look and behave like the built-in menus. https://blogs.msdn.microsoft.com/saraford/2008/11/07/did-you-know-you-can-invoke-a-static-method-from-the-class-view-352/ Did you know… You can Invoke a Static Method from the Class View? https://cloud.google.com/functions/ Event-driven serverless compute platform Every week I read a bunch of articles, watch…

    Continue reading

  • Add headings in Inspector to make debugging in Unity easier

    April 12, 2017

    Continue reading

  • Renaming multipe gameobjects in Unity

    April 6, 2017

    Continue reading

  • How to implement simple Publisher/Subscriber pattern in Unity C#

    March 9, 2017

    Continue reading

  • Method Chaining Is Cool!

    December 25, 2016

    var jack = new Person().SetName(“Jack”)                                            .SetAge(30)                                            .SetCity(“NY”)            …

    Continue reading

1 2
Next Page→
  • Portfolio
  • Blog
  • About