← Return to editor
Log in with itch.io to leave a comment.
Does not work. Flowcharts do not show up in construct 3 when placed in the flowchart folder. The export files look different to constructs 2 native flowchart files.
To have your flowcharts appear in your project, export them by selecting:
File > Export > Export (*.json & *.uistate.json)
Save the two resulting files into the "flowcharts" folder of your project.Then you MUST edit the "project.c3proj" file. In it, find this line:
"flowcharts": {
This line is usually at the bottom of the file (use search).Then just add your flowchart name under "items", like this:
"items": [ "test_flowchart",
Save the changes. The flowchart will now appear in your project!This works 100% – I actively use this editor in my own project.
← Return to editor
Comments
Log in with itch.io to leave a comment.
Does not work. Flowcharts do not show up in construct 3 when placed in the flowchart folder. The export files look different to constructs 2 native flowchart files.
To have your flowcharts appear in your project, export them by selecting:
File > Export > Export (*.json & *.uistate.json)
Save the two resulting files into the "flowcharts" folder of your project.
Then you MUST edit the "project.c3proj" file. In it, find this line:
"flowcharts": {
This line is usually at the bottom of the file (use search).
Then just add your flowchart name under "items", like this:
"items": [ "test_flowchart",
Save the changes. The flowchart will now appear in your project!
This works 100% – I actively use this editor in my own project.