Hello.
I'd like to describe the situation.
My name is Constantine.
I'm blind. Completely blind.
Among blind programmers, there are those who develop audio games.
What does it look like?
Imagine GTA, Mafia, Call Of Duty, any shooter. Only without graphics, and without sight height. And you are guided by 3D sound, shoot at the sound, etc.
Recently, a lot of those who write in Python. But personally, I'd not trust Python with a good online project...
To work with a computer, we use screen access programs. Programs that voice everything on the computer screen.
You can read more about it here:
https://www.vincit.com/blog/software-development-450-words-per-minute
https://medium.com/free-code-camp/looking-back-to-what-started-it-all-731ef5424aec
Why can't we use video game engines?
Because not all of them are access to us. The most popular, Unity and Unreal Engine, are not available for our programs.
What is the problem with Unity?
Unity editor isn't accessible. Absolutely.
I don’t know with what tools it was developed, but navigation through the interface is unrealistic.
Blind developers have repeatedly written about this on Unity's official websites, but alas, they have not heard us for many years.
My question is:
How much needs to be done in the Unity editor? How is it possible and is it possible to write the game code in code editor without resorting to the Unity editor, or can this be minimized, which can be done on Autoit?
Thanks in advance!