Unity Editor Tools
This is an ongoing project involving the development of different editor tools in Unity, with the aims of introducing myself to editor tools development in Unity and to create tools that can be used to aid in the design of future projects.
Spline Tool
The first tool I am working on is a spline tool, allowing the user to create and manipulate splines in the Unity editor. Currently the tool supports adding and manipulating points on the spline, showing the direction of the spline, the constraining control points, and adding new curves to the spline. The project will be updated with additional functionality such looping splines, and the creation of branches to the spline. The GitHub repository for the project can be found here: https://github.com/joe-mitch/UnityEditorSplineTool.
