- Install .NET SDK.
- Install Godot 4 Engine - .NET, which supports C#.
Prerequisites:
- C# Library RabbitMQ.Client
- A running Local RabbitMQ Server
-
Open Godot
-
Click Import (or press
Ctrl+I
) -
Insert the project path and click "Import and Edit"
-
Build and run the project by clicking on the "play" button in the top-right corner (or press
F5
).If the application crashes when opening the project, it is due to the GPU not supporting the Vulkan rendering API. Instead open a terminal and run the following command:
C:\path\to\your\godot4.exe --rendering-driver opengl3
. -
Run
python test_localhost.py
found in the current folder.