using unity access to create a basic seen. What works and what still needs developing

using unity access to create a basic seen. What works and what still needs developing

Leader 4
calendar_today agoschedule2 min read
— Originally published at dev.to

Since development of unity access has gone so well, I have been able to have most of the basic features built. This means that I was able to begin testing it to see if it would be viable to use in the long run.
I did this by building a basic first person seen.

Building The Scene

I started with a blank unity seen and created a capsule, using the game objects menu in the menu bar.
I then used the accessible hierarchy to find the capsule.

shows the new accessible hierarchy with objects inside it
I then renamed it to player.

the image is of the object inspector where the name of the capsule is changed to player

Next, I added the components to the player object that will be needed for the game.

the image is of the component selection screen.

the image is of all the components added to the player in the inspector.
I then used the same process to add a ground and 2 walls.

the image is of the entire scene. It is seen from a first person perspective and features 2 walls on a ground.
overall, I found the new plugin to be much easier than using unity's editor or writing the code to create each object. However, there is still room for improvement.

what to work on next

Now that I have the basic features in place I need to work on a way for the unity access plugin to be integrated into the editor asset system. At the moment I have to move and rename assets in file explorer. This could cause reference errors if I forget to move a .meta file with the asset it is attached to.
I also want to build a material system. The alternative would be to write the code for the objects materials. However, a material system would give me added convenience when adding shaders or effects.
{% card %}
If you want to follow along with the development of Unity Access or check out the code, you can find the repository over on GitHub!
{% endcard %}

join the conversation

what problems have you faced when developing plugins for unity?
Have you done anything around accessibility?

1 Comment

0 votes
🔥 Join developers growing publicly
Share your knowledge, build in public, and grow your developer presence with a global community.

More Posts

I’m a Senior Dev and I’ve Forgotten How to Think Without a Prompt

Karol Modelski - Mar 19

The Audit Trail of Things: Using Hashgraph as a Digital Caliper for Provenance

Ken W. Algerverified - Apr 28

The Sovereign Vault — A Comprehensive Guide to Protocol-Driven AI

Ken W. Algerverified - Jun 4

Understanding Basic Data Structures for Web Development

MasterCraft - Feb 16

using Codex to build unity_access. Whats worked, what hasn't and tips for building your own accessible applications with AI.

retro-coder64 - Sep 17
chevron_left
654 Points4 Badges
2Posts
0Comments
1Connections

Related Jobs

View all jobs →

Commenters (This Week)

1 comment
1 comment
1 comment

Contribute meaningful comments to climb the leaderboard and earn badges!