From 6e60149e2ec5ef946b3749bf194c893a1e72a424 Mon Sep 17 00:00:00 2001 From: Brian Broll Date: Tue, 30 Mar 2021 15:38:03 -0500 Subject: [PATCH] Add step-by-step instructions --- examples/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 441528d..b9bfcde 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1 +1,7 @@ -This directory contains examples that can be loaded using the [SetStateFromJSON](src/plugins/SetStateFromJSON) plugin. Examples with the "\_meta" suffix are expected to be applied to a "Language" node contained in the root node. Other examples should be created in a node instance (probably contained in the root node). +This directory contains examples that can be loaded using the [SetStateFromJSON](src/plugins/SetStateFromJSON) plugin. + +To experiment with an example: +- Create a new node in the root node (instance of FCO is fine) +- Enable the "SetStateFromJSON" plugin from the "Meta" tab in the Property Editor (found in the lower right) +- Click the play button in the top left and select the "SetStateFromJSON" plugin +- Select the JSON to use in the configuration menu and click "Run"!