For the complete documentation index, see llms.txt. This page is also available as Markdown.

The Finder Window

For each Game Creator module there is an extension which provides its own editor window. The window looks like this:

Screenshot taken from the Shooter extension.

The window is split into five sections:

Triggers: Contains a list of all gameobjects in the open scene(s) which have a Trigger component Conditions: Contains a list of all gameobjects in the open scene(s) which have a Conditions component Actions: Contains a list of all gameobjects in the open scene(s) which have an Actions component Components: Contains a list of all gameobjects in the open scene(s) and the project (i.e. prefabs) which have asset specific components Scriptable Objects: Contains a list of all specific asset related scriptable objects

Last updated