Stratkit Engine Workflow Tools¶
Editor tools to facilitate working on the Stratkit Engine from leaf projects.
Linking project to local packages¶
To ease development of stratkit packages, one can easily link a game project to a local copy of stratkit. 1. Clone stratkit's repository in a sibling folder to the current game project 2. Create a StratkitLocalPathSetting setting object in your repository 3. Select this object and indicate the path to the root of stratkit project
Using the tool¶
- Find the tool under
Tools/Stratkit/Packages/Stratkit Local Packages Workflow
- Follow the instructions in the window to turn the packages to local
Note: a local file stratkit-local-packages.json
may appear next to the project's manifest. This file is automatically handled by the tool, you should not modify this file or delete it manually.