I’m first about Godot.
What I’m curious about is that I created an exe and sent it to the other person, but the other person opened an error message saying “Unable to initialize Vulkan video driver” and the game does not work. Please explain what I do.
Also, since this is my first time, I would appreciate it if you could let me know or explain where they are if there are any rules to follow in these forums. ^^7
on what system (windows, linux, android etc.) is the person running the game?
For PC it could be his GPU doesn’t support vulkan or his drivers are outdated.
The vulkan drivers should be included in the AMD/Nvidia drivers, try to update them.
Here is a list of GPUs that support vulkan:
If the persons GPU does not support vulkan (for example old gpu or integrated gpus laptops often have) you could change the rendering mode of your game:
In the top right corner in Godot select “compatibility”:
This disables some graphic features as far as I know.