This is a Godot addons import plug-in.
This allows you to import machine items from a machine.json into a 3D test scene.
- Install the addon by copying the addons folder or installing by
.zipin the asset library - Enable the plug-in in the
Project Settings - Select a valid
PROCmachine.json file in the godot file window - Click the
Importtab (shown in screenshot) with your options - Click
Reimportfor the plugin to create nodes - You can double click the
machine.json. This will give you the option to create a new scene or just open as it is.
- With a the 3D scene open you can have the import Tab open. Makes changes to the options (or the json) and ReImport with the live changes
- The
machine.jsonprovided as an example is generated from tools, NetPinProc.Game.Server. This export includes machine item positions,XPos, YPos.

