April
26
2019

Makinom 1.14.1 is here with new features, changes and fixes!

Download the latest version of Makinom here.

This version is available for Unity 5.6, Unity 2017, Unity 2018 and Unity 2019 – downloading with your Unity version in the Asset Store should get you the correct version.

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.

Please note that Makinom for Unity 2019 doesn’t contain any networking/multiplayer functionality, as this feature has been removed by Unity.

New

  • Unity 2019
    Makinom now supports Unity 2019. This removes all networking functionality, as this feature was removed by Unity. Makinom versions for Unity 2018 and below still retain networking functionality.
  • Schematics: WebRequest Call
    ‘WebRequest Call’ node available in ‘Networking > Networking’ nodes. Uses a web request to call a defined URL. Not available in Unity 5.6 and Unity 2017.
  • Schematics: Store WebRequest Text
    ‘Store WebRequest Text’ node available in ‘Networking > Networking’ nodes. Stores the result of a web request call to a defined URL into a string variable. Not available in Unity 5.6 and Unity 2017.
  • Schematics: Store WebRequest Texture
    ‘Store WebRequest Texture’ node available in ‘Networking > Networking’ nodes. Stores a texture downloaded by a web request call to a defined URL into a texture of the schematic. Not available in Unity 5.6 and Unity 2017.

Changes

  • Unity 2019: Networking Settings
    No settings are available in Unity 2019 due to the removed UNet functionality.
  • Unity 2019: Schematics
    Removed all deprecated networking nodes, e.g. WWW nodes, server/client nodes, etc.