Skip to main content

Using GamiumEditor

This article describes how to understand the ObjectPath. This allows you to write scripts in the Gamium Client.

info

The same functionality is available through the browser via the Console Inspector.

Using the GamiumEditor Window

  • In an open Unity project, navigate to Window > GamiumEditor.
  • The Gamium window window is displayed.

GamiumEditor

FeaturesDescription
GameObjectPathIdentifier for searching for the selected GameObject in The Hierarchy window. Changes are made each time GameObject is selected.
UIElement PathIdentifier for retrieving the selected UIElement from the UI Toolkit Debugger. UI Toolkit Debugger can be opened from the Window > UI Toolkit > Debugger menu. Changes are made every time you select a UIElement.
(Used only if you implemented the UI through the UI Toolkit rather than the UGUI within a Unity project. )
World PositionWorld position of GameObject selected in The Hierarchy window.
Position PickerUse when you want to find out the world position of the mouse position in the Scene window. Because it uses Raycast, it only works when Collider is present on the Plane.
tip

The fields in the GamiumEditor have their own functions and you can check the description when you hover the mouse.