Releases: MccDev260/com.mccdev260.gizmo-tool
Releases · MccDev260/com.mccdev260.gizmo-tool
GizmoTool-v1.2.0
GizmoTool-v1.1.1
- Exposed two public methods on the Gizmo Drawer to change the colour.
- Option to toggle using origin transform values now hidden if no transform is referenced.
- Simplified README content.
- Removed Example Gif and deleted file to reduce footprint.
- Made a wiki for more detailed explanations and visual examples and to reduce the size of the README on end users machines.
GizmoTool-v1.1.0
- Created a changelog.
- Adds option to mesh and wire mesh to use the origin transform referenced on the drawer.
- Adds tooltips for properties.
- Fixed code being tabbed too far over.
- Minor optimizations.
GizmoTool-v1.0.0
Squashed commit of the following: commit a96b43b7c69ddffe13d3a7e3e7084f997e0d63de Author: Jon McCreadie <mccducky23@gmail.com> Date: Sat Apr 27 20:32:13 2024 +0100 Lil clean. Moved the namespace and using directives into the #if block. commit 43f832e652803f0c218f1de9a2f4293e7706f525 Author: Jon McCreadie <mccducky23@gmail.com> Date: Sat Apr 27 20:10:07 2024 +0100 Update com.mccdev260.gizmo-tool.asmdef Errors showing up in builds because I forgot to exclude the tool from builds. Fixed now.