File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -90,3 +90,18 @@ There are several other GUT command line options for running specific tests.
9090For example, ` -gtest=path/to/test_script_1.gd,path/to/test_script_2.gd ` can be
9191used to run specific test scripts. A specific test function can be specified
9292with ` -gunit_test_name=test_to_run ` .
93+
94+ ### Using the Development Version of the Plugin
95+
96+ 1 . If your project already has the BlockCode plugin installed:
97+ 1 . Ensure you have committed your project to Git, including the ` addons/block_code ` directory.
98+ At this stage of development, ** block code programs written for an older plugin version will
99+ likely not work with a newer version of the plugin** , so it is essential that you take a
100+ snapshot of your project before changing the plugin version.
101+ 2 . Under * Project* → * Project Settings…* → * Plugins* , disable the BlockCode plugin
102+ 3 . In the * FileSystem* sidebar, delete the ` res://addons/block_code ` directory
103+ 2 . Download
104+ [ a development snapshot] ( https://github.com/endlessm/godot-block-coding/archive/main.zip )
105+ 3 . Under * AssetLib* , click * Import…* , and browse to the ` main.zip ` file you just downloaded
106+ 4 . Check the * ☑ Ignore assert root* option, and click * Install*
107+ 5 . Under * Project* → * Project Settings…* → * Plugins* , enable the BlockCode plugin
You can’t perform that action at this time.
0 commit comments