Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 658 Bytes

UnityBasics

  • Collection of basic utilities for Unity
  • Started in June 2022 by FloydianSound

Current Projects:

  • GizmoBase.cs very basic Gizmo Tool, always on. (needs rework)
  • GizmoPlus.cs multi gizmo variant; draws a wire cube/sphere OnGizmoUpdate(), draws a solid cube/sphere OnGizmoSelected()

Projects to come:

  • GizmoLine a specialized Line Drawing and Raycast Gizmo Tools;
  • GizmoLight a specialized Cone Gizmo; meant to reflect Light Properties at a glance;
  • GizmoFrustum a specialized Camera Frustum Gizmo; without the hassle of dealing with an extra camera;

I'm open to suggestions/collaborations ! I'm still learning Git workflow