top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Unity Tools

Date

2022

This was an individual project that uses editor scripting to customize and extend the Unity engine.
The main tools are:
• A system that uses keyboard shortcuts to add or delete anchor points in the Scene view. These are linked to create a path, which can be reshaped and further used for non-player characters’ movement;
• Enemy field of view system that uses custom inspector properties, gizmos and handles; detecting when the player enters it;
• A custom editor window for a camera sync tool that allows syncing the Scene view with the Game view.

bottom of page