Skip to content

v2.29.0 — MPPM tools & Unity 6.5 instanceId

Choose a tag to compare

@jcornill jcornill released this 21 May 18:23
fa692fe

Grouped release of work since v2.28.2.

Added

  • MPPM virtual player & scenario toolsunity_mppm_list_players, unity_mppm_activate_player, unity_mppm_deactivate_player and unity_mppm_create_scenario. Companion to unity-mcp-plugin 2.31.0.

Changed

  • instanceId tool parameters declared as string — Unity 6.5 entity ids are 64-bit values that exceed JavaScript's safe-integer range; sent as JSON numbers they were rounded, breaking object-by-instanceId resolution. All 26 instanceId input schemas in editor-tools.js are now strings. Companion to unity-mcp-plugin 2.28.0. (#24)

See CHANGELOG.md for full detail.