December
17
2023

Makinom 2.15.2 is here with a new features!

This update small update adds support for UI layouts to most settings that use UI boxes, new lowest/highest value selections when using variable lists and changes reflection parameters to an extensible class (e.g. usined in function nodes).

Download the latest version of Makinom here.

If you’re enjoying Makinom (or ORK Framework) and the free updates, tutorials and support I’m providing, please consider supporting me as a patron on patreon.com.

New

  • UI Box Selections: ‘UI Layout’ settings available for most ‘UI Box’ selection settings. Optionally use a UI layout for the displayed UI box.
  • Variable Lists: ‘Lowest’ and ‘Highest’ list origins available. Getting a variable from a variable list now allows getting the lowest/highest value (int/float), the value with shortest/longest distance to 0-vector (Vector3) or the shortest/longest text (string).
  • Scripting: Reflection: Parameters and fields are now extensible settings. Extend from ‘BaseParameterType’ and ‘BaseSchematicParameterType’ to add new value types.

Fixes

  • Mouse/Touch Controls: Fixed an issue where using ‘Start’ mode recognized the mouse as pressed without releasing it.