Skip to content

v1.1.2

Compare
Choose a tag to compare
@webermm webermm released this 17 Aug 12:10
· 20 commits to main since this release

[1.1.2] Lua Interface Naming Bugfix

Fixes

  • Change names of LuaInterface objects in the LogicEngine to match the conventions used for LuaScripts. In particular
    • LuaInterface objects outside any PrefabInstance use the LuaInterface name in the LogicEngine.
    • LuaInterfaces which are direct children of a non-nested PrefabInstance are named <PrefabInstance name>.<LuaInterface name>
    • All other LuaInterfaces have the object ID of the LuaInterface object appended <LuaInterface name>-<LuaInterface object ID>.