Load File
Last updated
Last updated
Load File is an io Node, which allows one to load a specified file, such as a previously saved Variable or a Dictionary. In the latter case, the JSON Parser must be used first.
Scope: Project, Scene, Function, Prefab.
Attribute | Type | Description |
---|---|---|
| User Input | The user can drag a file from their library or select a file from a file tree. The icons to the right allow the user to confirm the selection, highlight the Asset in the Asset Manager, and remove the selection. |
Input | Type | Description |
---|---|---|
Pulse Input (►) | Pulse | A standard Input Pulse, to trigger the execution of the Node. |
Output | Type | Description |
---|---|---|
Pulse Output (►) | Pulse | A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution. |
| Defined in the Logic Editor | The Project content that is to be loaded. |